Uses of Class
org.openstreetmap.josm.tools.GeoPropertyIndex.GPLevel
-
Packages that use GeoPropertyIndex.GPLevel Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of GeoPropertyIndex.GPLevel in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as GeoPropertyIndex.GPLevel Modifier and Type Field Description private GeoPropertyIndex.GPLevel<T>[]GeoPropertyIndex.GPLevel. childrenprivate GeoPropertyIndex.GPLevel<T>GeoPropertyIndex. lastLevelUsedprivate GeoPropertyIndex.GPLevel<T>GeoPropertyIndex.GPLevel. parentprivate GeoPropertyIndex.GPLevel<T>GeoPropertyIndex. rootMethods in org.openstreetmap.josm.tools that return GeoPropertyIndex.GPLevel Modifier and Type Method Description private GeoPropertyIndex.GPLevel<T>[]GeoPropertyIndex.GPLevel. getChildren()Get the children array safely in a multi-threaded environment.Methods in org.openstreetmap.josm.tools with parameters of type GeoPropertyIndex.GPLevel Modifier and Type Method Description private voidGeoPropertyIndex.GPLevel. generateChild(GeoPropertyIndex.GPLevel<T>[] currentChildren, BBox testBBox, int idx)Safely generate the child in a multi-threaded environmentConstructors in org.openstreetmap.josm.tools with parameters of type GeoPropertyIndex.GPLevel Constructor Description GPLevel(int level, BBox bbox, GeoPropertyIndex.GPLevel<T> parent, GeoPropertyIndex<T> owner)
-