Class GeoPoint


  • public final class GeoPoint
    extends GeoObject
    Represents a geometric point.
    • Constructor Detail

      • GeoPoint

        public GeoPoint​(double longitude,
                        double latitude)
        Constructs a GeoPoint.
        Parameters:
        longitude - The longitudinal position of the point.
        latitude - The latitudinal position of the point.
      • GeoPoint

        public GeoPoint​(double longitude,
                        double latitude,
                        Double altitude)
        Constructs a GeoPoint.
        Parameters:
        longitude - The longitudinal position of the point.
        latitude - The latitudinal position of the point.
        altitude - The altitude of the point.