Uses of Class
com.epimorphics.geo.LatLonE
-
Packages that use LatLonE Package Description com.epimorphics.geo -
-
Uses of LatLonE in com.epimorphics.geo
Methods in com.epimorphics.geo that return LatLonE Modifier and Type Method Description LatLonELatLonE. convertDatum(LatLonDatum toDatum)Converts ‘this’ lat/lon coordinate to new coordinate system.LatLonEGeoPoint. getLatLon()Return as lat lon WGS84 pointLatLonEOsGridRef. toLatLon()Return as a lat lon point in WGS84LatLonEVector3d. toLatLon(LatLonDatum datum)Converts ‘this’ point from cartesian (x/y/z) coordinates to polar (lat/lon) coordinates on specified datum.LatLonEOsGridRef. toLotLonOSGB36()Return as a lat lon point in OSGB36Methods in com.epimorphics.geo with parameters of type LatLonE Modifier and Type Method Description static OsGridRefOsGridRef. fromLatLon(LatLonE point)Create grid reference from OSGB36 or WGS84 lat, lonstatic OsGridRefOsGridRef. fromLatLonOSGB36(LatLonE point)Create grid reference from OSGB36 lat, lonConstructors in com.epimorphics.geo with parameters of type LatLonE Constructor Description GeoPoint(LatLonE point)
-