Uses of Class
org.episteme.natural.earth.coordinates.ENUCoordinate
Packages that use ENUCoordinate
-
Uses of ENUCoordinate in org.episteme.natural.earth.coordinates
Methods in org.episteme.natural.earth.coordinates that return ENUCoordinateModifier and TypeMethodDescriptionstatic ENUCoordinateENUCoordinate.fromECEF(ECEFCoordinate point, GeodeticCoordinate reference) Converts ECEF to ENU relative to a reference point.AERCoordinate.toENU()Converts this AER coordinate to ENU.static ENUCoordinateCoordinateConverter.toLocalENU(GeodeticCoordinate target, GeodeticCoordinate observer) Converts a target geodetic point to local ENU relative to an observer.Methods in org.episteme.natural.earth.coordinates with parameters of type ENUCoordinateModifier and TypeMethodDescriptionstatic AERCoordinateAERCoordinate.fromENU(ENUCoordinate enu) Converts ENU coordinates to AER.