Click or drag to resize

CoordinateReferenceSystem Methods

The CoordinateReferenceSystem type exposes the following members.

Methods
  NameDescription
Protected methodFinalize
Finalizes an instance of the CoordinateReferenceSystem class.
(Overrides ObjectFinalize.)
Public methodStatic memberCode exampleParse
Creates and initializes a coordinate reference system.
Public methodToString
Converts the CoordinateReferenceSystem to a string.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleGetHaversineDistance
Extension method that calculates the haversine distance between to points using a specific coordinate reference system.
(Defined by Distance.)
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also