Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Field and Description |
---|---|
private GeoPropertyIndex<T> |
GeoPropertyIndex.GPLevel.owner |
private static GeoPropertyIndex<java.lang.Boolean> |
RightAndLefthandTraffic.rlCache |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,GeoPropertyIndex<java.lang.Boolean>> |
Territories.iso3166Cache |
Modifier and Type | Method and Description |
---|---|
static GeoPropertyIndex<java.lang.Boolean> |
Territories.getGeoPropertyIndex(java.lang.String code)
Returns the
GeoPropertyIndex for the given ISO3166-1 or ISO3166-2 code. |
Constructor and Description |
---|
GPLevel(int level,
BBox bbox,
GeoPropertyIndex.GPLevel<T> parent,
GeoPropertyIndex<T> owner) |