Package llnl.gnem.core.util.Geometry
Class GeodeticCoordinate
java.lang.Object
llnl.gnem.core.util.Geometry.GeodeticCoordinate
- 
Constructor SummaryConstructorsConstructorDescriptionGeodeticCoordinate(double lat, double lon, double depth) Constructs a GeodeticCoordinate from lat, lon, depth.GeodeticCoordinate(double lat, double lon, double depth, double elevKm) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanstatic GeodeticCoordinategetCentroid(Collection<GeodeticCoordinate> values) doubledoubledoublegetLat()doublegetLon()inthashCode()toString()
- 
Constructor Details- 
GeodeticCoordinatepublic GeodeticCoordinate()
- 
GeodeticCoordinatepublic GeodeticCoordinate(double lat, double lon, double depth) Constructs a GeodeticCoordinate from lat, lon, depth.- Parameters:
- lat-
- lon-
- depth- Depth is in km with positive down. Depth = 0 is on the ellipsoid.
 
- 
GeodeticCoordinatepublic GeodeticCoordinate(double lat, double lon, double depth, double elevKm) 
- 
GeodeticCoordinate
 
- 
- 
Method Details- 
getCentroid
- 
getLatpublic double getLat()
- 
getLonpublic double getLon()
- 
getDepthKmpublic double getDepthKm()
- 
getElevationKmpublic double getElevationKm()
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-