Class Point

  • All Implemented Interfaces:
    Geometry

    public class Point
    extends Object
    implements Geometry
    Represents a Point on the earth's surface in decimal degrees and optional altitude in meters.
    • Field Detail

      • EMPTY

        public static final Point EMPTY
    • Constructor Detail

      • Point

        public Point​(double x,
                     double y)
      • Point

        public Point​(double x,
                     double y,
                     double z)