| Name | Description |
 | Dispose | Overloaded.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from SpatialReference) |
 | EquivalentTo |
Indicates whether the current object is equal to another object of the same type.
(Inherited from SpatialReference) |
 | FromDecimalDegree |
Converts Decimal Degrees strings into coordinates.
(Inherited from SpatialReference) |
 | FromDegreeDecimalMinute |
Converts Degrees Decimal Minutes strings into coordinates.
(Inherited from SpatialReference) |
 | FromDegreeMinuteSecond |
Converts Degrees/Minutes/Seconds strings into coordinates.
(Inherited from SpatialReference) |
 | FromGlobalArea |
Converts Global Area Reference System strings into coordinates.
(Inherited from SpatialReference) |
 | FromGps | Overloaded.
Transforms a Gps coordinate to a coordinate based on this SpatialReference.
(Inherited from SpatialReference) |
 | FromMilitaryGrid |
Converts Military Grid strings into coordinates.
(Inherited from SpatialReference) |
 | FromUnitedStatesNationalGrid |
Converts United States National Grid strings into coordinates.
(Inherited from SpatialReference) |
 | FromUniversalTransverseMercator |
Converts Universal Transverse Mercator strings into coordinates.
(Inherited from SpatialReference) |
 | FromWgs84 | Overloaded.
Transforms a WGS 1984 coordinate to a coordinate based on this SpatialReference.
(Inherited from SpatialReference) |
 | FromWorldGeographicReference |
Converts World Geographic Reference System strings into coordinates.
(Inherited from SpatialReference) |
 | GeodesicArea |
Gets the geodesic Area for the given Polygon.
(Inherited from SpatialReference) |
 | GeodesicDistance |
Gets the geodesic Distance between two Points.
(Inherited from SpatialReference) |
 | GeodesicLength |
Gets the geodesic length for the given Polyline.
(Inherited from SpatialReference) |
 | GeodesicOffset |
Gets the geodesic Offset for the Reference Point given Distance and Bearing.
Distance has to be in Meters and Bearing in Degrees.
(Inherited from SpatialReference) |
 | GeodesicPerimeter |
Gets the geodesic Perimeter for the given Polygon.
(Inherited from SpatialReference) |
 | ToDecimalDegree |
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) |
 | ToDegreeDecimalMinutes |
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) |
 | ToDegreeMinuteSecond |
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) |
 | ToGlobalArea |
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) |
 | ToMilitaryGrid |
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) |
 | ToUnitedStatesNationalGrid |
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) |
 | ToUniversalTransverseMercator |
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) |
 | ToWgs84 | Overloaded.
Transforms a coordinate based on this SpatialReference into a WGS 1984 coordinate (longitude, latitude).
(Inherited from SpatialReference) |
 | ToWorldGeographicReference |
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) |