Uses of Class
llnl.gnem.core.util.Geometry.GeodeticCoordinate
Packages that use GeodeticCoordinate
-
Uses of GeodeticCoordinate in llnl.gnem.core.io.SAC
Methods in llnl.gnem.core.io.SAC that return GeodeticCoordinateModifier and TypeMethodDescriptionSACHeader.getEventCoordinates()
SACHeader.getStationCoordinates()
-
Uses of GeodeticCoordinate in llnl.gnem.core.util.Geometry
Methods in llnl.gnem.core.util.Geometry that return GeodeticCoordinateModifier 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) Methods in llnl.gnem.core.util.Geometry with parameters of type GeodeticCoordinateModifier 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) Method parameters in llnl.gnem.core.util.Geometry with type arguments of type GeodeticCoordinateModifier and TypeMethodDescriptionstatic GeodeticCoordinate
GeodeticCoordinate.getCentroid
(Collection<GeodeticCoordinate> values) static ArrayList<NEZCoordinate>
EModel.getLocalCoords
(GeodeticCoordinate coordOrigin, ArrayList<GeodeticCoordinate> vertices) Constructors in llnl.gnem.core.util.Geometry with parameters of type GeodeticCoordinate