A class that represents the display of the Universal Transverse Mercator (UTM) coordinate system grid on the map or scene view. More...
Public Functions Detailed DescriptionThe Universal Transverse Mercator (UTM) conformal projection uses a 2-dimensional Cartesian coordinate system to give locations on the surface of the Earth. Like the traditional method of latitude and longitude, it is a horizontal position representation, i.e. it is used to identify locations on the Earth independently of vertical position. However, it differs from that method in several respects.
The UTM system is not a single map projection. The system instead divides the Earth into sixty zones, each being a six-degree band of longitude, and uses a secant transverse Mercator projection in each zone.
To display the UTM grid, create a UTMGrid and set it as the grid property within the MapView or SceneView.
Relevant samples:
See also Esri::ArcGISRuntime::GeoView::grid.
Member Function Documentation[explicit]
UTMGrid::UTMGrid(QObject *parent = nullptr)
Creates a grid for displaying UTM zones on a map view.
The grid is supported in spatial references which are continuously pannable or some polar spatial references. You can check the SpatialReference::isPannable property is true
on your spatial reference. Examples of continuously pannable spatial references include WGS84 (WKID 4326) and Web Mercator Auxiliary Sphere (WKID 102113, 102100, or 3857).
The following polar spatial references are also supported:
[override virtual noexcept]
UTMGrid::~UTMGrid()
Destructor.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4