|
POST
|
@Kishore , I understand that I can't "bypass" the need to use python and arcpy. However, I am just starting to learn how to do it. Can you please show me a very simple solution how to do it in arcpy+python for a very simple tool: "Buffer"? I mean how to create a service in 2D that will enable to insert the URL to the ESRI Web AppBuilder 2D widget "geoprocessing" so that I will be able to operate it to create a buffer around some polygons layer in my WAB web app? I need that when I am in my web app, the "input" will enable me to select the proper polygons layer in my web app. I'll explain a little more: When I right click on the "Buffer" tool to get its python code, I see: arcpy.analysis.Buffer("poly01", r"C:\_ArcGisPro\proj\geoProcessing\01\01.gdb\poly01_Buffer", "2 Kilometers", "FULL", "ROUND", "ALL", None, "PLANAR") Now, I need thet the service will have a "dynamic" input - i.e. that the the input will NOT be "hardcoded" to the layers that were in the ArcGIS Pro at the time I ran to Buffer tool. When I created service from the Buffer tool, then when I activated the service in the 2D "geoprocessing" widget, it worked on the layers that were in the ArcGIS Pro... but I want it to work on new layers that will be in the web app. With appreciation, Michael
... View more
12-16-2021
02:42 AM
|
0
|
2
|
2815
|
|
POST
|
@Kishore , In addition to what I just wrote, it seems you know how to create the service, so maybe you can describe, step by step, how to publish the correct "Cad to Geodatabase" service. By "correct" I mean that it should have an API to enter input file. Should we create it using "ArcGIS Pro" desktop? I am WAB Custom Widgets programmer, so I am less familiar with ArcGIS Pro and ArcGIS Server (portal). I assume there has been a mistake here in creating the "Cad to Geodatabase" service task. WIth appreciation, Michael
... View more
12-13-2021
01:53 AM
|
0
|
0
|
2848
|
|
POST
|
@Kishore , Our "CAD to Geodatabase" service does not request an input file... Using my Web AppBuilder Developer Edition, I also created 2D WAB application and inserted the original ESRI "Geoprocessing" widget, configuring the URL to our "CAD to Geodatabase" service. Then I ran the WAB app and opened the "Geoprocessing" widget, and to my astonishment, also here it has not have had any means to input CAD file. Maybe they had here a mistake when they created the "CAD to Geodatabase" service? In short, the "CAD to Geodatabase" service does not present any means how to input CAD file... Do you know how to help? With appreciation, Michael
... View more
12-13-2021
01:08 AM
|
0
|
0
|
2851
|
|
POST
|
@Kishore , in addition to me reply, I saw some ESRi 3D example in https://developers.arcgis.com/javascript/latest/sample-code/geoprocessing-viewshed/ and what I need is to adapt it to the "CAD to Geodatabase" Service. Michael
... View more
12-12-2021
04:02 AM
|
0
|
3
|
2872
|
|
POST
|
@Kishore , Thank you very much for your answer. I'll learn it. Only I work on 3D Scenes, so I use the 4.* WAB, (folder stemapp3d instead of folder stemapp) and esri have not yet supplied a 3D version of that widget. Indeed "Cad to Geodatabase" operates on 2D, but I need to use the Geoprocessing on 3D environment (API 4.*). So I'll have to rewrite what I need. I assume their 2D widget is "general" while I need some specific task. If you can help me more specifically due to my specific needs, I'll appreciate it. Anyway, I'll see what I can learn from the widget you pointed to. Thanks, Michael
... View more
12-12-2021
03:56 AM
|
0
|
0
|
2872
|
|
POST
|
I'm developing custom widgets, using ArcGIS Web AppBuilder V2.20 In our company, we used ArcGIS Pro to create a "CAD To Geodatabase" Service Task in our portal. I need to address this service task from a web app javascript. I wish to know how exactly do I call it - How to prepare the parameters? how to call it? and how to get the output results? Do I also need to use the "Create File Geodatabase" service Task? Help will be appreciated. Michael
... View more
12-12-2021
02:02 AM
|
0
|
10
|
3264
|
|
POST
|
I'm developing custom widgets for 3D Scenes. I need, by javascript code, evaluate the ground height, when I have longitude and latitude
... View more
12-01-2021
04:39 AM
|
0
|
1
|
725
|
|
POST
|
Dear KenBuja, thank you! using js api 4.* I understand I need https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-geometryService.html#project I'll try. I'll appreciate to see somce code example for e.g. Point, or on what I need now - an extent. I am also bewildered about the "url" param of the "project" method. Can I use the sampleserver6.arcgisonline.com or is it only for testing, and I need something else? The web app I am developing (with WAB developer edition) is meant to run on a portal, version 10.8.1
... View more
10-13-2021
12:38 AM
|
0
|
0
|
1482
|
|
POST
|
I develop on WAB. When 3D scene is displayed, then in order to goto to the extent of a feature layer which is defined on ITM coordinate system, I need to convert the layer Extent to be represented by geographis coordinate system, and I have not succeeded yet. Help will be greatly appreciated.
... View more
10-11-2021
12:45 AM
|
0
|
2
|
1722
|
|
POST
|
@Jianxia , The ESRI technical man who examined this problem found the bug and reported it - Here are the details of the defect: - Bug Number: BUG-000142159 Synopsis: SAML login not working in Web AppBuilder Developer Edition v2.20 and above after deploying the application on IIS. I will appreciate it very much if you follow up. Thank you! Michael Lev
... View more
08-18-2021
05:14 AM
|
0
|
4
|
7394
|
|
POST
|
ESRI Graphic has "toJson()" method, but Feature Layer has not such a methos. How do I save a feature layer into json text file?
... View more
08-03-2021
04:05 AM
|
0
|
2
|
3164
|
|
POST
|
ESRI Graphic has "toJson()" method, but Feature Layer has not such a methos. How do I save a feature layer into json text file?
... View more
08-03-2021
04:03 AM
|
0
|
0
|
732
|
|
POST
|
At last I succeeded. I apologize I have not emphasized it enough the our web app (developed by WAB AppBuilder Developer Edition 2.20) is used by our customers, so there is no option for them to save anything in the server. So I solved the need to save "*.glb" files (3D model files, generated by other tools, into a file in the PC) it in this way (I will explain the principles) - As each glb, when read, is connected with a graphic layer (see the ESRI example Import glTF 3D Models so I grouped all these graphic layers in a group layer. Then, when the user want to save all his glb files (and maybe he/she also have edited them as he/she wishes), I convert the group into JSON, and I implemented 2 ways to save the JSON - 1. First I saved it to browser localStorage (then it will be available only for single person) 2. Then I "upgraded" and saved it to Amazon cloud, so it will be availabele to anyone in the customer team, when opening this web app. And when the user enters the web app, I search the relevant folder in Amazon cloud, load the json file (if exists) then convert from JSON and create the relevant graphic layers in that group.
... View more
07-14-2021
11:03 PM
|
1
|
0
|
6690
|
|
POST
|
Please see my post in WAB Custom Widgets communication.
... View more
07-13-2021
03:06 AM
|
0
|
0
|
615
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-13-2026 04:27 AM | |
| 1 | 12-15-2024 12:09 AM | |
| 1 | 08-01-2024 03:45 AM | |
| 1 | 01-04-2024 04:00 AM | |
| 1 | 03-28-2024 01:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
02-13-2026
04:26 AM
|