| Package | Description |
|---|---|
| org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGeoProperty
Implementation of simple boolean
GeoProperty. |
| Modifier and Type | Field and Description |
|---|---|
private GeoProperty<T> |
GeoPropertyIndex.geoProp |
| Modifier and Type | Method and Description |
|---|---|
GeoProperty<T> |
GeoPropertyIndex.getGeoProperty()
Returns the geo property.
|
| Constructor and Description |
|---|
GeoPropertyIndex(GeoProperty<T> geoProp,
int maxLevel)
Create new GeoPropertyIndex.
|