Package org.openstreetmap.josm.tools
Interface GeoProperty<T>
-
- Type Parameters:
T
- the property
- All Known Implementing Classes:
DefaultGeoProperty
public interface GeoProperty<T>
A method to look up a property of the earth surface. User input for theGeoPropertyIndex
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get(LatLon ll)
Look up the property for a point.T
get(BBox box)
Look up the property for a coordinate rectangle.
-