|
GLG Toolkit, Java Class Library
Version 4.6
|
Latitude/Longitude point for GIS UTM coordinate conversion utilities. More...
Latitude/Longitude point for GIS UTM coordinate conversion utilities.
Public Member Functions | |
| GlgLatLonPoint () | |
| Default contsructor. More... | |
| GlgLatLonPoint (double lat, double lon) | |
| Constructs new GlgLatLonPoint with specified coordinates. More... | |
| void | CopyFrom (GlgLatLonPoint point) |
| Copies values from another GlgLatLonPoint. More... | |
| void | FromString (String str) |
| Fills GlgLatLonPoint values taking lat/lon from a space separated string, for example: "42.5 -75". More... | |
| GlgLatLonPoint | ( | ) |
Default contsructor.
| GlgLatLonPoint | ( | double | lat, |
| double | lon | ||
| ) |
Constructs new GlgLatLonPoint with specified coordinates.
| lat | Latitude |
| lon | Longitude |
| void CopyFrom | ( | GlgLatLonPoint | point | ) |
Copies values from another GlgLatLonPoint.
| point | A lat/lon point to copy. |
| void FromString | ( | String | str | ) |
Fills GlgLatLonPoint values taking lat/lon from a space separated string, for example: "42.5 -75".
| str | A lat/lon string. |