Uses of Interface
org.openstreetmap.josm.data.IQuadBucketType
-
Packages that use IQuadBucketType Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data(points, tracks, routes).org.openstreetmap.josm.data.imagery.vectortile.mapbox org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.data.vector Provides classes for vector data like Mapbox Vector Tiles.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers. -
-
Uses of IQuadBucketType in org.openstreetmap.josm.data.gpx
Classes in org.openstreetmap.josm.data.gpx that implement IQuadBucketType Modifier and Type Class Description classGpxImageEntryStores info about each image -
Uses of IQuadBucketType in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Classes in org.openstreetmap.josm.data.imagery.vectortile.mapbox that implement IQuadBucketType Modifier and Type Class Description classMVTTileA class for Mapbox Vector Tiles -
Uses of IQuadBucketType in org.openstreetmap.josm.data.osm
Classes in org.openstreetmap.josm.data.osm with type parameters of type IQuadBucketType Modifier and Type Class Description classQuadBuckets<T extends IQuadBucketType>Note: bbox of primitives added to QuadBuckets has to stay the same.(package private) static classQuadBuckets.QBLevel<T extends IQuadBucketType>Subinterfaces of IQuadBucketType in org.openstreetmap.josm.data.osm Modifier and Type Interface Description interfaceINodeinterfaceIPrimitiveIPrimitive captures the common functions ofOsmPrimitiveandPrimitiveData.interfaceIRelation<M extends IRelationMember<? extends IPrimitive>>IRelation captures the common functions ofRelationandRelationData.interfaceIWay<N extends INode>Classes in org.openstreetmap.josm.data.osm that implement IQuadBucketType Modifier and Type Class Description classAbstractPrimitiveAbstract class to represent common features of the datatypes primitives.classNodeOne node data, consisting of one world coordinate waypoint.classNodeDataThe data on a single node (tags and position) that is stored in the databaseclassOsmPrimitiveclassPrimitiveDataThis class can be used to save properties of OsmPrimitive.classRelationA relation, having a set of tags and any number (0...n) of members.classRelationDataRelation data.classWayOne full way, consisting of a list of waynodes.classWayDataThe data (tags and node ids) that is stored for a way in the database. -
Uses of IQuadBucketType in org.openstreetmap.josm.data.vector
Classes in org.openstreetmap.josm.data.vector that implement IQuadBucketType Modifier and Type Class Description classVectorNodeThe "Node" type of a vector layerclassVectorPrimitiveThe base class for Vector primitivesclassVectorRelationThe "Relation" type for vectorsclassVectorWayThe "Way" type for a Vector layer -
Uses of IQuadBucketType in org.openstreetmap.josm.gui.layer.geoimage
Classes in org.openstreetmap.josm.gui.layer.geoimage that implement IQuadBucketType Modifier and Type Class Description classImageEntryStores info about each image, with an optional thumbnail(package private) classWikimediaCommonsEntryA geocoded image from Wikimedia Commons -
Uses of IQuadBucketType in org.openstreetmap.josm.gui.layer.markerlayer
Classes in org.openstreetmap.josm.gui.layer.markerlayer that implement IQuadBucketType Modifier and Type Class Description classAudioMarkerMarker class with audio playback capability.classButtonMarkerMarker class with button look-and-feel.classImageMarkerMarker representing an image.classMarkerBasic marker class.classPlayHeadMarkerSingleton marker class to track position of audio.classWebMarkerMarker class with Web URL activation.
-