Index Map development in QML

519
1
02-06-2022 11:19 PM
TASL_Virendra
New Contributor II

Hi

I'm trying to create index map using the ArcGis grid as discussed in 

https://developers.arcgis.com/qt/qml/api-reference/qml-esri-arcgisruntime-arcgisgrid.html

I can access each grid but I need to load a map of selected grid. To do that I was looking for 4 boundary coordinates, and display the map but I dont know how to access the boundary coordinates for each grid cell.

Can some one help for the same.

Btw I'm building on QML 

Thanks In advanced. 

Virendra Rao

0 Kudos
1 Reply
LucasDanzinger
Esri Frequent Contributor

The ArcGIS Grid type allows you to display a grid over a 2D map using one of the predetermined grid types, such as UTM, USNG, Latitude/Longitude, and MGRS. The QML sample shows you the various visual properties you can modify in the grid - https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_QMLSamples/DisplayInf... 

 

Based on what you are explaining, I'm unsure if this grid type is what you are needing, or if you are needing to create your own graphics using the boundary coordinates. Could you explain your workflow in more detail please?

0 Kudos