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


The following tables list the members exposed by SpatialReference.

Public Properties

 NameDescription
Public PropertyCoordinateSystemString Returns the projection string.  
Public PropertyFactoryCode Gets the spatial reference factory code if exists otherwise returns 0.  
Public PropertyGeographicCoordinateSystemFactoryCode Gets the factory code from the geographic coordinate system contained in the spatial reference. If the spatial reference is a geographic coordinate system, this code will be the same as the FactoryCode property.  
Public PropertyGpsSpatialReferenceConverter Gets or sets the spatial converter for Gps coordinates. It is assumed that the first spatial reference of the spatial reference converter is the spatial reference of the Gps. The second spatial reference of the spatial reference converter must be equal to this spatial reference instance.  
Public PropertyIsAGeographicCoordinateSystem Indicates if the spatial reference is a geographic coordinate system.  
Public PropertyIsAProjectedCoordinateSystem Indicates if the spatial reference is a projected coordinate system.  
Public PropertyUnit Gets the current measurement Unit.  
Public Propertystatic (Shared in Visual Basic)Wgs1984String Gets the Wgs84 coordinate string.  
Public Propertystatic (Shared in Visual Basic)Wgs84Code Gets the Wgs84 spatial reference code.  
Public PropertyWgs84GeoTransformation Gets or sets the GeoTransformation used for converting coordinates between Wgs84 and this SpatialReference.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateOverloaded.  Creates a new instance of SpatialReference class using the coordinate system code.  
Public Methodstatic (Shared in Visual Basic)CreateWgs84SpatialReference Returns a WGS84 Spatial Reference.  
Public MethodDisposeOverloaded.  Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodEquivalentTo Indicates whether the current object is equal to another object of the same type.  
Public MethodFromDecimalDegree Converts Decimal Degrees strings into coordinates.  
Public MethodFromDegreeDecimalMinute Converts Degrees Decimal Minutes strings into coordinates.  
Public MethodFromDegreeMinuteSecond Converts Degrees/Minutes/Seconds strings into coordinates.  
Public MethodFromGlobalArea Converts Global Area Reference System strings into coordinates.  
Public MethodFromGpsOverloaded.  Transforms a Gps coordinate to a coordinate based on this SpatialReference.  
Public MethodFromMilitaryGrid Converts Military Grid strings into coordinates.  
Public MethodFromUnitedStatesNationalGrid Converts United States National Grid strings into coordinates.  
Public MethodFromUniversalTransverseMercator Converts Universal Transverse Mercator strings into coordinates.  
Public MethodFromWgs84Overloaded.  Transforms a WGS 1984 coordinate to a coordinate based on this SpatialReference.  
Public MethodFromWorldGeographicReference Converts World Geographic Reference System strings into coordinates.  
Public MethodToDecimalDegree Converts a list of coordinates into Decimal Degrees strings. Each string varies with minimum 5 (single digit degree values)and maximum 35 (two 16 precision values + direction letters).  
Public MethodToDegreeDecimalMinutes Converts a list of coordinates into Degrees Decimal Minutes strings. Each string varies from a minimum 11 (single digit degree values), to maximum 28 which is 8 decimal places.  
Public MethodToDegreeMinuteSecond Converts a list of coordinates into Degrees Minutes Seconds strings. Each string varies from a minimum 17 (single digit degree values),to maximum 34 which is 6 decimal places.  
Public MethodToGlobalArea Converts a list of coordinates into Global Area Reference System strings. Each string is 7 characters (3 numbers, 2 letters, 2 numbers).  
Public MethodToMilitaryGrid Converts a list of coordinates into military grid strings. Each string is 15 characters (2 numbers, 3 letters, 10 numbers OR 3 letters plus 10 numbers [polar region]). Default should be “5” for 2 #s, 3 letters and 10 numbers, and a total of 15).  
Public MethodToUnitedStatesNationalGrid Converts a list of coordinates into United States National Grid strings. Each string is 21 characters (2 numbers, 3 letters, 16 numbers OR 3 letters plus 16 numbers [polar region].  
Public MethodToUniversalTransverseMercator Converts a list of coordinates into Universal Transverse Mercator strings. Each string is 31 characters (2 numbers + letter, space, easting, space, northing with 4 decimal places for each).  
Public MethodToWgs84Overloaded.  Transforms a coordinate based on this SpatialReference into a WGS 1984 coordinate (longitude, latitude).  
Public MethodToWorldGeographicReference Converts a list of coordinates into World Geographic Reference System strings. Each string is 22 characters (4 letters plus 2 sets of 9 numbers). Default should be 12 characters (4 letters, 8 numbers).  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  Finalizes the object.  
Top

See Also