Syntax
- float getGeoCoord(geoCoordSelector)
Parameters
- geoCoordSelector—float{ x | y | lon | lat }—geo coordinate selector. x and y select the 2D coordinate of the current scene's coordinate system (e.g. UTM easting and northing coordinates); note that these coordinates are always in the scene coordinate system's units. lon and lat select spherical latitude/longitude coordinates (WGS84).
Returns
The selected coordinate of the origin of the scope of the current shape.
Description
The getGeoCoord function converts the current scope position to geographical 2D coordinates.