Package llnl.gnem.core.util.Geometry
Class NEZCoordinate
java.lang.Object
llnl.gnem.core.util.Geometry.NEZCoordinate
-
Constructor Summary
ConstructorDescriptionNEZCoordinate
(double xNorthKm, double yEastKm, double zDownKm) NEZCoordinate
(org.apache.commons.math3.geometry.euclidean.threed.Vector3D nezKmVector) -
Method Summary
Modifier and TypeMethodDescriptionboolean
double
getNorm()
double
double
double
int
hashCode()
subtract
(NEZCoordinate other) toString()
org.apache.commons.math3.geometry.euclidean.threed.Vector3D
-
Constructor Details
-
NEZCoordinate
public NEZCoordinate(double xNorthKm, double yEastKm, double zDownKm) -
NEZCoordinate
public NEZCoordinate(org.apache.commons.math3.geometry.euclidean.threed.Vector3D nezKmVector)
-
-
Method Details
-
toString
-
hashCode
public int hashCode() -
equals
-
getxNorthKm
public double getxNorthKm()- Returns:
- the xNorthKm
-
getyEastKm
public double getyEastKm()- Returns:
- the yEastKm
-
getzDownKm
public double getzDownKm()- Returns:
- the zDownKm
-
subtract
-
getNorm
public double getNorm() -
toVector3D
public org.apache.commons.math3.geometry.euclidean.threed.Vector3D toVector3D()
-