MzCartography Methods |
The MzCartography type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Geo2Proj |
Convert coordinates from geographical coordinates to projection coordinates
| |
| Geo2Xy |
Convert coordinates from geographical coordinates to model x-y coordinates
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetTrueNorth |
Returns the angle between true north and a line parallel to the
model grid passing through (x,y).
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Proj2Geo |
Convert coordinates from projection coordinates to geographical coordinates
| |
| Proj2Xy |
Convert coordinates from projetion coordinates to model x-y coordinates
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Xy2Geo |
Convert coordinates from model x-y coordinates to geographical coordinates
| |
| Xy2Proj |
Convert coordinates from model x-y coordinates to projection coordinates
|