Uses of Class
llnl.gnem.core.util.Geometry.GeodeticCoordinate
-
Uses of GeodeticCoordinate in llnl.gnem.core.io.SAC
Modifier and TypeMethodDescriptionSACHeader.getEventCoordinates()
SACHeader.getStationCoordinates()
-
Uses of GeodeticCoordinate in llnl.gnem.core.util.Geometry
Modifier and TypeMethodDescriptionstatic GeodeticCoordinate
EModel.ecef2geodetic
(double X, double Y, double Z) static GeodeticCoordinate
EModel.ecef2geodetic
(ECEFCoordinate coord) static GeodeticCoordinate
EModel.enu2Geodetic
(GeodeticCoordinate refg, ENUCoordinate pos) static GeodeticCoordinate
GeodeticCoordinate.getCentroid
(Collection<GeodeticCoordinate> values) static GeodeticCoordinate
EModel.getGeodeticCoords
(GeodeticCoordinate coordOrigin, NEZCoordinate localCoords) Modifier and TypeMethodDescriptionstatic ENUCoordinate
EModel.ecef2enu
(GeodeticCoordinate gref, ECEFCoordinate pos) static ECEFCoordinate
EModel.enu2ecef
(ENUCoordinate data, GeodeticCoordinate ref) static GeodeticCoordinate
EModel.enu2Geodetic
(GeodeticCoordinate refg, ENUCoordinate pos) static ECEFCoordinate
EModel.geodetic2ecef
(GeodeticCoordinate coord) static ENUCoordinate
EModel.geodetic2enu
(GeodeticCoordinate ref, GeodeticCoordinate pos) static double
EModel.getDelay
(GeodeticCoordinate sourcePosition, GeodeticCoordinate referenceElementPosition, GeodeticCoordinate observationElementPosition, double apparentVelocity) Computes the delay in passage of a plane wave from the reference element of an array to an observation element of the array.static double
EModel.getDistance
(GeodeticCoordinate pt1, GeodeticCoordinate pt2) static GeodeticCoordinate
EModel.getGeodeticCoords
(GeodeticCoordinate coordOrigin, NEZCoordinate localCoords) static ArrayList<NEZCoordinate>
EModel.getLocalCoords
(GeodeticCoordinate coordOrigin, ArrayList<GeodeticCoordinate> vertices) static ArrayList<NEZCoordinate>
EModel.getLocalCoords
(GeodeticCoordinate coordOrigin, Vertex[] vertices) static NEZCoordinate
EModel.getLocalCoords
(GeodeticCoordinate coordOrigin, GeodeticCoordinate position) static double
EModel.getSeparationMeters
(GeodeticCoordinate c1, GeodeticCoordinate c2) Modifier and TypeMethodDescriptionstatic GeodeticCoordinate
GeodeticCoordinate.getCentroid
(Collection<GeodeticCoordinate> values) static ArrayList<NEZCoordinate>
EModel.getLocalCoords
(GeodeticCoordinate coordOrigin, ArrayList<GeodeticCoordinate> vertices)