System.ICloneable
System.IDisposeable
The Projection class represents a method of transformation between the Earth's curved surface and a flat representation of the Earth's surface. The various types of projections supported in GeoCalcNET are outlined in the ClassType enum.
|
Enum |
Description |
|
Contains elements that correspond to the various types of projections |
|
Constructor |
Description |
|
Creates a new instance of the Projection class |
|
Property |
Description |
|
Indicates the type of this projection, according to the ClassType enum | |
|
The HorizontalDatum being projected | |
|
A collection of values that customize this Projection |
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Calculates the convergence value at the specified point | |
|
Produces a deep-copy of a Projection | |
|
Releases the resources used by the current instance | |
|
Converts a ProjectedPoint to the corresponding GeodeticPoint on the Datum | |
|
Calculates the scale factor value at the specified point | |
|
Projects a GeodeticPoint on the Datum to the corresponding ProjectedPoint | |
|
Compares the value of two Projection instances |