Interface GeoProperty<T>

    • Method Detail

      • get

        T get​(LatLon ll)
        Look up the property for a point.
        Parameters:
        ll - the point coordinates
        Returns:
        property value at that point. Must not be null.
      • get

        T get​(BBox box)
        Look up the property for a coordinate rectangle.
        Parameters:
        box - the rectangle
        Returns:
        the property, if it is the same in the entire rectangle; null otherwise