| Package | Description |
|---|---|
| com.epimorphics.geo |
| Modifier and Type | Method and Description |
|---|---|
LatLonE |
LatLonE.convertDatum(LatLonDatum toDatum)
Converts ‘this’ lat/lon coordinate to new coordinate system.
|
LatLonE |
GeoPoint.getLatLon()
Return as lat lon WGS84 point
|
LatLonE |
OsGridRef.toLatLon()
Return as a lat lon point in WGS84
|
LatLonE |
Vector3d.toLatLon(LatLonDatum datum)
Converts ‘this’ point from cartesian (x/y/z) coordinates to polar (lat/lon) coordinates on
specified datum.
|
LatLonE |
OsGridRef.toLotLonOSGB36()
Return as a lat lon point in OSGB36
|
| Modifier and Type | Method and Description |
|---|---|
static OsGridRef |
OsGridRef.fromLatLon(LatLonE point)
Create grid reference from OSGB36 or WGS84 lat, lon
|
static OsGridRef |
OsGridRef.fromLatLonOSGB36(LatLonE point)
Create grid reference from OSGB36 lat, lon
|
| Constructor and Description |
|---|
GeoPoint(LatLonE point) |
Copyright © 2017. All rights reserved.