Class GeodeticCoordinate

java.lang.Object
llnl.gnem.core.util.Geometry.GeodeticCoordinate

public class GeodeticCoordinate extends Object
  • Constructor Details

    • GeodeticCoordinate

      public GeodeticCoordinate()
    • GeodeticCoordinate

      public 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.
    • GeodeticCoordinate

      public GeodeticCoordinate(double lat, double lon, double depth, double elevKm)
    • GeodeticCoordinate

      public GeodeticCoordinate(GeodeticCoordinate old)
  • Method Details