Class LatLonPoint3D

    • Constructor Detail

      • 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)
    • Method Detail

      • getHorizontalPosition

        public LatLonPoint2D getHorizontalPosition()
      • setDepth

        public void setDepth​(double depth)
      • getDepth

        public double getDepth()