Uses of Class
llnl.gnem.core.polygon.Vertex
Packages that use Vertex
-
Uses of Vertex in llnl.gnem.core.polygon
Methods in llnl.gnem.core.polygon that return VertexModifier and TypeMethodDescriptionVertex[]
BasePolygon.getVertices()
Gets the vertices of the BasePolygon objectMethods in llnl.gnem.core.polygon with parameters of type VertexModifier and TypeMethodDescriptionboolean
Determine whether a point (given as a Vertex object) is inside the BasePolygon.boolean
static BasePolygon
BasePolygon.makeCirclePolygon
(Vertex center, double kmRadius, int npts) Make a BasePolygon that approximates a circle.static BasePolygon
BasePolygon.makeCirclePolygon_Deg
(Vertex center, double DegDistance, int npts) Constructors in llnl.gnem.core.polygon with parameters of type VertexModifierConstructorDescriptionBasePolygon
(Vertex[] P) Constructor for the Polygon objectBasePolygon
(Vertex[] P, boolean isSpansDateline) Polygon
(int id, String polyName, Vertex[] verts, double minLat, double maxLat, double minLon, double maxLon) Copy Constructor for the Vertex object -
Uses of Vertex in llnl.gnem.core.util.Geometry
Methods in llnl.gnem.core.util.Geometry that return VertexModifier and TypeMethodDescriptionstatic Vertex
EModel.reckon
(double latIn, double lonIn, double deltaIn, double azimuthIn) Calculate point at azimuth and distance from another point.static Vertex
EModel.reckonWGS84
(double latIn, double lonIn, double deltaIn, double azimuthIn) static Vertex[]
EModel.smallCircle
(Vertex center, double radius, int npts) Returns an array of Vertex objects defining points on a small circle of radius radius centered at the point center.Methods in llnl.gnem.core.util.Geometry that return types with arguments of type VertexModifier and TypeMethodDescriptionEModel.track
(double startLat, double startLon, double endLat, double endLon, int npts) Computes a vector of waypoints (including the start and end) for a great-circle track defined by its start and end points.Methods in llnl.gnem.core.util.Geometry with parameters of type VertexModifier and TypeMethodDescriptionstatic double
Gets the distance in degrees of an event from a station on a spherical Earth.static double
EModel.getDeltaWGS84
(Vertex point1, Vertex point2) Gets the distance in degrees of two points on the surface of the Earth using the WGS84 Earth model.static double
EModel.getDistance
(Vertex pt1, Vertex pt2) Gets the distance in km between two points on a spherical Earth model.static double
Gets the Event to Station azimuth on a spherical Earth model.static double
EModel.getEsazWGS84
(Vertex event, Vertex sta) Gets the Event to Station azimuth using the WGS84 Earth model.static ArrayList<NEZCoordinate>
EModel.getLocalCoords
(GeodeticCoordinate coordOrigin, Vertex[] vertices) static double
Gets the station to event azimuth.static Vertex[]
EModel.smallCircle
(Vertex center, double radius, int npts) Returns an array of Vertex objects defining points on a small circle of radius radius centered at the point center.Constructors in llnl.gnem.core.util.Geometry with parameters of type Vertex