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 GeodeticCoordinateEModel.ecef2geodetic(double X, double Y, double Z) static GeodeticCoordinateEModel.ecef2geodetic(ECEFCoordinate coord) static GeodeticCoordinateEModel.enu2Geodetic(GeodeticCoordinate refg, ENUCoordinate pos) static GeodeticCoordinateGeodeticCoordinate.getCentroid(Collection<GeodeticCoordinate> values) static GeodeticCoordinateEModel.getGeodeticCoords(GeodeticCoordinate coordOrigin, NEZCoordinate localCoords) Methods in llnl.gnem.core.util.Geometry with parameters of type GeodeticCoordinateModifier and TypeMethodDescriptionstatic ENUCoordinateEModel.ecef2enu(GeodeticCoordinate gref, ECEFCoordinate pos) static ECEFCoordinateEModel.enu2ecef(ENUCoordinate data, GeodeticCoordinate ref) static GeodeticCoordinateEModel.enu2Geodetic(GeodeticCoordinate refg, ENUCoordinate pos) static ECEFCoordinateEModel.geodetic2ecef(GeodeticCoordinate coord) static ENUCoordinateEModel.geodetic2enu(GeodeticCoordinate ref, GeodeticCoordinate pos) static doubleEModel.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 doubleEModel.getDistance(GeodeticCoordinate pt1, GeodeticCoordinate pt2) static GeodeticCoordinateEModel.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 NEZCoordinateEModel.getLocalCoords(GeodeticCoordinate coordOrigin, GeodeticCoordinate position) static doubleEModel.getSeparationMeters(GeodeticCoordinate c1, GeodeticCoordinate c2) Method parameters in llnl.gnem.core.util.Geometry with type arguments of type GeodeticCoordinateModifier and TypeMethodDescriptionstatic GeodeticCoordinateGeodeticCoordinate.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