public static SpatialReference CreateWgs84UtmFromLocation( double longitude, double latitude )
Public Shared Function CreateWgs84UtmFromLocation( _ ByVal longitude As Double, _ ByVal latitude As Double _ ) As SpatialReference
Parameters
- longitude
- The longitude in decimal degrees of the location point. Must be between -180 and 180 inclusive.
- latitude
- The latitude in decimal degrees of the location point. Must be between -90 and 90 inclusive.
Return Value
WGS84 UTM zone spatial reference