ESRI.ArcGIS.Mobile
SpatialReferenceConverter Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace : SpatialReferenceConverter Class


The following tables list the members exposed by SpatialReferenceConverter.

Public Constructors

 NameDescription
Public ConstructorSpatialReferenceConverter ConstructorOverloaded.  Initializes a new instance.  
Top

Public Properties

 NameDescription
Public PropertyGeoTransformation Gets or sets the GeoTransformation used by the SpatialReferenceConverter.  
Public PropertyIsValid Indicates if the SpatialReferenceConverter is correctly initialized and can be used.  
Public PropertySpatialReference1 Gets the first spatial reference  
Public PropertySpatialReference2 Gets the second spatial reference  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Disposes instance resources.  
Public MethodFromSpatialReference1ToSpatialReference2Overloaded.  Converts a Coordinate from the first spatial reference into a Coordinate based on the second spatial reference.  
Public MethodFromSpatialReference2ToSpatialReference1Overloaded.  Converts a Coordinate from the second spatial reference into a Coordinate based on the first spatial reference.  
Public Methodstatic (Shared in Visual Basic)GetGeoTransformations Returns the list of potential geo-transformations for two spatial references.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  Finalizes the instance.  
Top

See Also