Hi!
Unfortunately the Viewshed of V100.2 works only for 3D.
So for 3D i have to setup
- a GeoprocessingTask (client side) and process/display the results
- create a geoprocessing package (.gpk)
- create a LocalServer serving/wrapping geoprocessing package
This that correct so far?
Step 1) seem to be done (copied from arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples/Analysis/AnalyzeViewshed at master · Esri/arcgis-runtime-samples… )
But how can i start with step 2) and 3)?
I assume that for such a basic service (viewshed) a template is available?
Can someone give me a point where to start?
Thanks in advance!
Norbert