Class Point


  • public final class Point
    extends LatLonGeometry
    Represents a point on the earth's surface. You can construct the point directly with double coordinates.

    NOTES:

    1. latitude/longitude values must be in decimal degrees.
    2. For more advanced GeoSpatial indexing and query operations see the spatial-extras module
    • Constructor Detail

      • Point

        public Point​(double lat,
                     double lon)
        Creates a new Point from the supplied latitude/longitude.