ProjectionTranslator Class |
Namespace: DHI.Projections
The ProjectionTranslator type exposes the following members.
Name | Description | |
---|---|---|
ProjectionTranslator | Initializes a new instance of the ProjectionTranslator class |
Name | Description | |
---|---|---|
ConvertWkt2Proj4(String) |
Function that converts a map projection string in WKT (PRJ) format to PROJ.4 format.
| |
ConvertWkt2Proj4(String, Double) |
Function that converts a map projection string in WKT (PRJ) format to PROJ.4 format.
Optional datum shift parameters to wgs84 datum (going to WGS84) can be provided, but you can also specify datumShiftParameters as null. Datum shift parameter must be specified in order and unit as defined in the Proj.4 projection string: delta_x, delta_y, delta_z, Rx - rotation X, Ry - rotation Y, Rz - rotation Z, M_BF - Scaling. | |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |