ArcGIS Runtime SDK for WPF - Library Reference
CoordinateConversion Class Members
See Also  Methods 
ESRI.ArcGIS.Client.Geometry Namespace : CoordinateConversion Class


The following tables list the members exposed by CoordinateConversion.

Public Methods

 NameDescription
public Methodstatic (Shared in Visual Basic)DecimalDegreesToMapPointConverts a coordinate notation string in the Decimal Degrees (DD) format to a MapPoint geometry with the specified SpatialReference.  
public Methodstatic (Shared in Visual Basic)DecimalDegreesToMapPointsConverts a collection of coordinate notation strings in the Decimal Degrees (DD) format to a collection of MapPoint geometries each with the same specified SpatialReference.  
public Methodstatic (Shared in Visual Basic)DegreesDecimalMinutesToMapPointConverts a coordinate notation string in the Degrees Decimal Minutes (DDM) format to a MapPoint geometry with the specified SpatialReference.  
public Methodstatic (Shared in Visual Basic)DegreesDecimalMinutesToMapPointsConverts a collection of coordinate notation strings in the Degrees Decimal Minutes (DDM) format to a collection of MapPoint geometries each with the same specified SpatialReference.  
public Methodstatic (Shared in Visual Basic)DegreesMinutesSecondsToMapPointConverts a coordinate notation string in the Degrees Minutes Seconds (DMS) format to a MapPoint geometry with the specified SpatialReference.  
public Methodstatic (Shared in Visual Basic)DegreesMinutesSecondsToMapPointsConverts a collection of coordinate notation strings in the Degrees Minutes Seconds (DMS) format to a collection of MapPoint geometries each with the same specified SpatialReference.  
public Methodstatic (Shared in Visual Basic)GarsToMapPointConverts a coordinate notation string in the Global Area Reference System (GARS) format to a MapPoint geometry with the specified SpatialReference.  
public Methodstatic (Shared in Visual Basic)GarsToMapPointsConverts a collection of coordinate notation strings in the Global Area Reference System (GARS) format to a collection of MapPoint geometries each with the same specified spatial reference.  
public Methodstatic (Shared in Visual Basic)GeorefToMapPointConverts a coordinate notation string in the World Geographic Reference system (GEOREF) format to a MapPoint geometry with the specified SpatialReference.  
public Methodstatic (Shared in Visual Basic)GeorefToMapPointsConverts a collection of coordinate notation strings in the World Geographic Reference system (GEOREF) format to a collection of MapPoint geometries each with the same specified spatial reference.  
public Methodstatic (Shared in Visual Basic)MapPointsToDecimalDegreesConverts a collection of MapPoint geometries to a collection of coordinate notation strings in the Decimal Degrees (DD) format. The MapPoints must all have the same valid SpatialReference.  
public Methodstatic (Shared in Visual Basic)MapPointsToDegreesDecimalMinutesConverts a collection of MapPoint geometries to a collection of coordinate notation strings in the Degrees Decimal Minutes (DDM) format. The MapPoints must all have the same valid SpatialReference.  
public Methodstatic (Shared in Visual Basic)MapPointsToDegreesMinutesSecondsConverts a collection of MapPoint geometries to a collection of coordinate notation strings in the Degrees Minutes Seconds (DMS) format.  
public Methodstatic (Shared in Visual Basic)MapPointsToGarsConverts a collection of MapPoint geometries to a collection of coordinate notation strings in the Global Area Reference System (GARS) format.  
public Methodstatic (Shared in Visual Basic)MapPointsToGeorefConverts a collection of MapPoint geometries to a collection of coordinate notation strings in the World Geographic Reference system (GEOREF) format.  
public Methodstatic (Shared in Visual Basic)MapPointsToMgrsConverts a collection of MapPoint geometries to a collection of coordinate notation strings in the Military Grid Reference System (MGRS) format. The MapPoints must all have the same valid SpatialReference.  
public Methodstatic (Shared in Visual Basic)MapPointsToUsngConverts a collection of MapPoint geometries to a collection of coordinate notation strings in the United States National Grid (USNG) format.  
public Methodstatic (Shared in Visual Basic)MapPointsToUtmConverts a collection of MapPoint geometries to a collection of coordinate notation strings in the Universal Transverse Mercator (UTM) format.  
public Methodstatic (Shared in Visual Basic)MapPointToDecimalDegreesConverts a MapPoint geometry to a coordinate notation string in the Decimal Degrees (DD) format.  
public Methodstatic (Shared in Visual Basic)MapPointToDegreesDecimalMinutesConverts a MapPoint geometry to a coordinate notation string in the Degrees Decimal Minutes (DDM) format.  
public Methodstatic (Shared in Visual Basic)MapPointToDegreesMinutesSecondsConverts a MapPoint geometry to a coordinate notation string in the Degrees Minutes Seconds (DMS) format.  
public Methodstatic (Shared in Visual Basic)MapPointToGarsConverts a MapPoint geometry to a coordinate notation string in the Global Area Reference System (GARS) format.  
public Methodstatic (Shared in Visual Basic)MapPointToGeorefConverts a MapPoint geometry to a coordinate notation string in the World Geographic Reference system (GEOREF) format.  
public Methodstatic (Shared in Visual Basic)MapPointToMgrsConverts a MapPoint geometry to a coordinate notation string in the Military Grid Reference System (MGRS) format. The MapPoint must have a valid SpatialReference.  
public Methodstatic (Shared in Visual Basic)MapPointToUsngConverts a MapPoint geometry to a coordinate notation string in the United States National Grid (USNG) format.  
public Methodstatic (Shared in Visual Basic)MapPointToUtmConverts a MapPoint geometry to a coordinate notation string in the Universal Transverse Mercator (UTM) format.  
public Methodstatic (Shared in Visual Basic)MgrsToMapPointConverts a coordinate notation string in the Military Grid Reference System (MGRS) format to a MapPoint geometry with the specified spatial reference.  
public Methodstatic (Shared in Visual Basic)MgrsToMapPointsConverts a collection of coordinate notation strings in the Military Grid Reference System (MGRS) format to a collection of MapPoint geometries each with the same specified spatial reference.  
public Methodstatic (Shared in Visual Basic)UsngToMapPointConverts a coordinate notation string in the United States National Grid (USNG) format to a MapPoint geometry with the specified SpatialReference.  
public Methodstatic (Shared in Visual Basic)UsngToMapPointsConverts a collection of coordinate notation strings in the United States National Grid (USNG) format to a collection of MapPoint geometries each with the same specified spatial reference.  
public Methodstatic (Shared in Visual Basic)UtmToMapPointConverts a coordinate notation string in the Universal Transverse Mercator (UTM) format to a MapPoint geometry with the specified SpatialReference.  
public Methodstatic (Shared in Visual Basic)UtmToMapPointsConverts a collection of coordinate notation strings in the Universal Transverse Mercator (UTM) format to a collection of MapPoint geometries each with the same specified spatial reference.  
Top

See Also

© ESRI, Inc. All Rights Reserved.