|
GLG Toolkit, Java Class Library
Version 4.6
|
Point in UTM coordinates. More...
Point in UTM coordinates.
This object is used by the GIS UTM coordinate conversion utilities.
Public Member Functions | |
| GlgUtmPoint () | |
| Default contsructor. More... | |
| GlgUtmPoint (long northing, long easting, long zone_number, char zone_letter) | |
| Constructs a new GlgUTMPoint with specified coordinates. More... | |
| void | CopyFrom (GlgUtmPoint point) |
| Copies values from another GlgUtmPoint. More... | |
| void | FromString (String utm_string) |
| Fills GlgUTMPoint values taking UTM coordinates from a space separated string, for example: "19T 251535 4654131". More... | |
| GlgUtmPoint | ( | ) |
Default contsructor.
| GlgUtmPoint | ( | long | northing, |
| long | easting, | ||
| long | zone_number, | ||
| char | zone_letter | ||
| ) |
Constructs a new GlgUTMPoint with specified coordinates.
| northing,easting,zone_number,zone_letter | UTM coordinates. |
| void CopyFrom | ( | GlgUtmPoint | point | ) |
Copies values from another GlgUtmPoint.
| point | A GlgUtmPoint to copy values of. |
| void FromString | ( | String | utm_string | ) |
Fills GlgUTMPoint values taking UTM coordinates from a space separated string, for example: "19T 251535 4654131".
| utm_string | UTM coordinate string. |