CoordinateReferenceSystem Class |
Namespace: Ptv.Components.Projections
The CoordinateReferenceSystem type exposes the following members.
| Name | Description | |
|---|---|---|
| Id |
Gets the identifier of the CoordinateReferenceSystem.
| |
| WKT |
Gets the parameters of a CoordinateReferenceSystem (Proj4 well known text).
|
| Name | Description | |
|---|---|---|
| Finalize |
Finalizes an instance of the CoordinateReferenceSystem class.
(Overrides ObjectFinalize.) | |
| Parse |
Creates and initializes a coordinate reference system.
| |
| ToString |
Converts the CoordinateReferenceSystem to a string.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| CustomParameter | Name of the parameter used for custom transformations. | |
| RedirectionParameter | Name of the parameter used for CRS redirection / aliasing. |
| Name | Description | |
|---|---|---|
| GetHaversineDistance |
Extension method that calculates the haversine distance between to
points using a specific coordinate reference system.
(Defined by Distance.) | |
| ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |