System.Object
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 GeoCalc are outlined in the ClassType enumeration.
Constructor |
Description |
Creates a new instance of the Projection class |
Property |
Description |
Gets the base operation type. (Overrides CoordOperation.BaseClass). |
|
Gets the projection class type. |
|
Gets or sets the horizontal datum associated with this projection. |
|
TypeName |
Gets the string name of this math transform class type. (Overrides CoordOperation.TypeName). |
Inherited Property |
Description |
Inherited from CoordOperation. |
|
Inherited from CoordOperation. |
|
Inherited from CoordOperation. |
|
Inherited from CoordOperation. |
Method |
Description |
Creates a clone of this object. (Overrides CoordOperation.Clone()). |
|
Computes the grid convergence angle at a specified location. |
|
Helper method to create a new projection object. |
|
Value equals comparison. (Overrides Object.Equals()). |
|
Converts a point on the projected plane to a geodetic point. |
|
Serves as a hash function for a particular type. (Overrides Object.GetHashCode()). |
|
Helper method to equate a projection class type to the equivalent string. |
|
Helper method to equate a string to the equivalent projection class type. |
|
Helper method to return a list of projection class types. |
|
Computes the grid scale factor at a specified location. |
|
Converts a geodetic point onto the mapping plane. |
|
Validates the current projection. |
|
Validates the projection to make sure it is usable. |
|
Inherited Method |
Description |
Inherited from CoordOperation. |
|
GetType |
Gets the Type of the current instance. (Inherited from Object). |
IsTimeDependent |
Inherited from CoordOperation. |
ToString |
Returns a string that represents the current object. (Inherited from Object). |
Inherited from CoordOperation. |
Operator |
Description |
Assigns a new value to this Projection |
|
Compares the value of two Projections |
|
Compares the value of two Projections |