Class LatLonPoint3D

All Implemented Interfaces:
Serializable, Cloneable

public class LatLonPoint3D extends LatLonPoint2D.Double
See Also:
  • Constructor Details

    • LatLonPoint3D

      public LatLonPoint3D()
    • LatLonPoint3D

      public LatLonPoint3D(double lat, double lon)
    • LatLonPoint3D

      public LatLonPoint3D(double lat, double lon, double depth)
    • LatLonPoint3D

      public LatLonPoint3D(LatLonPoint2D point, double depth)
    • LatLonPoint3D

      public LatLonPoint3D(Point2D point, double depth)
    • LatLonPoint3D

      public LatLonPoint3D(LatLonPoint3D point)
  • Method Details

    • getHorizontalPosition

      public LatLonPoint2D getHorizontalPosition()
    • setDepth

      public void setDepth(double depth)
    • getDepth

      public double getDepth()
    • clone

      public LatLonPoint3D clone()
      Overrides:
      clone in class Point2D