Class DatumSphereWgs84Fast
- java.lang.Object
-
- com.metsci.glimpse.util.geo.datum.Datum
-
- com.metsci.glimpse.util.geo.datum.DatumSphere
-
- com.metsci.glimpse.util.geo.datum.DatumSphereWgs84
-
- com.metsci.glimpse.util.geo.datum.DatumSphereWgs84Fast
-
- All Implemented Interfaces:
Serializable
public class DatumSphereWgs84Fast extends DatumSphereWgs84
- Author:
- moskowitz
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.metsci.glimpse.util.geo.datum.DatumSphereWgs84
DatumSphereWgs84.Constants
-
-
Field Summary
-
Fields inherited from class com.metsci.glimpse.util.geo.datum.Datum
unitSphere, wgs84, wgs84sphere
-
-
Constructor Summary
Constructors Constructor Description DatumSphereWgs84Fast()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LatLonGeodisplace(LatLonGeo from, double dist, double azimuth)doublegetAzimuth(LatLonGeo from, LatLonGeo to)doublegetDistance(LatLonGeo from, LatLonGeo to)LatLonGeotoLatLonGeo(double x, double y, double z)-
Methods inherited from class com.metsci.glimpse.util.geo.datum.DatumSphere
getDistanceAzimuth, getRadius, getSphereApproximation, isSpherical, toLatLonGeo, toLatLonRect, toLatLonRect, toWgs84
-
Methods inherited from class com.metsci.glimpse.util.geo.datum.Datum
equals, fromEnu, getEccentricity, getEccentricitySquared, getEquatorialRadius, getFlattening, getPolarRadius, hashCode, toEnu, toGeocentricLatitude, toGeodeticLatitude
-
-
-
-
Method Detail
-
toLatLonGeo
public LatLonGeo toLatLonGeo(double x, double y, double z)
- Overrides:
toLatLonGeoin classDatumSphere
-
displace
public LatLonGeo displace(LatLonGeo from, double dist, double azimuth)
- Overrides:
displacein classDatumSphere
-
getDistance
public double getDistance(LatLonGeo from, LatLonGeo to)
- Overrides:
getDistancein classDatumSphere
-
getAzimuth
public double getAzimuth(LatLonGeo from, LatLonGeo to)
- Overrides:
getAzimuthin classDatumSphere
-
-