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


The following tables list the members exposed by GeographicCoordinateSystem.

Public Properties

 NameDescription
Public PropertyCoordinateSystemString Returns the projection string. (Inherited from SpatialReference)
Public PropertyFactoryCode Gets the spatial reference factory code if exists otherwise returns 0. (Inherited from SpatialReference)
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. (Inherited from SpatialReference)
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. (Inherited from SpatialReference)
Public PropertyIsAGeographicCoordinateSystem Indicates if the spatial reference is a geographic coordinate system. (Inherited from SpatialReference)
Public PropertyIsAProjectedCoordinateSystem Indicates if the spatial reference is a projected coordinate system. (Inherited from SpatialReference)
Public PropertyUnit Gets the current measurement Unit. (Inherited from SpatialReference)
Public PropertyWgs84GeoTransformation Gets or sets the GeoTransformation used for converting coordinates between Wgs84 and this SpatialReference. (Inherited from SpatialReference)
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from SpatialReference)
Public MethodEquivalentTo Indicates whether the current object is equal to another object of the same type. (Inherited from SpatialReference)
Public MethodFromDecimalDegree Converts Decimal Degrees strings into coordinates. (Inherited from SpatialReference)
Public MethodFromDegreeDecimalMinute Converts Degrees Decimal Minutes strings into coordinates. (Inherited from SpatialReference)
Public MethodFromDegreeMinuteSecond Converts Degrees/Minutes/Seconds strings into coordinates. (Inherited from SpatialReference)
Public MethodFromGlobalArea Converts Global Area Reference System strings into coordinates. (Inherited from SpatialReference)
Public MethodFromGpsOverloaded.  Transforms a Gps coordinate to a coordinate based on this SpatialReference. (Inherited from SpatialReference)
Public MethodFromMilitaryGrid Converts Military Grid strings into coordinates. (Inherited from SpatialReference)
Public MethodFromUnitedStatesNationalGrid Converts United States National Grid strings into coordinates. (Inherited from SpatialReference)
Public MethodFromUniversalTransverseMercator Converts Universal Transverse Mercator strings into coordinates. (Inherited from SpatialReference)
Public MethodFromWgs84Overloaded.  Transforms a WGS 1984 coordinate to a coordinate based on this SpatialReference. (Inherited from SpatialReference)
Public MethodFromWorldGeographicReference Converts World Geographic Reference System strings into coordinates. (Inherited from SpatialReference)
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). (Inherited from SpatialReference)
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. (Inherited from SpatialReference)
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. (Inherited from SpatialReference)
Public MethodToGlobalArea Converts a list of coordinates into Global Area Reference System strings. Each string is 7 characters (3 numbers, 2 letters, 2 numbers). (Inherited from SpatialReference)
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). (Inherited from SpatialReference)
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]. (Inherited from SpatialReference)
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). (Inherited from SpatialReference)
Public MethodToWgs84Overloaded.  Transforms a coordinate based on this SpatialReference into a WGS 1984 coordinate (longitude, latitude). (Inherited from SpatialReference)
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). (Inherited from SpatialReference)
Top

Protected Methods

 NameDescription
Protected MethodFinalize Finalizes the object. (Inherited from SpatialReference)
Top

See Also