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
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.vector org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures. -
-
Uses of IQuadBucketType in org.openstreetmap.josm.data.gpx
Classes in org.openstreetmap.josm.data.gpx that implement IQuadBucketType Modifier and Type Class Description class
GpxImageEntry
Stores 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 class
MVTTile
A 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 class
QuadBuckets<T extends IQuadBucketType>
Note: bbox of primitives added to QuadBuckets has to stay the same.(package private) static class
QuadBuckets.QBLevel<T extends IQuadBucketType>
Subinterfaces of IQuadBucketType in org.openstreetmap.josm.data.osm Modifier and Type Interface Description interface
INode
interface
IPrimitive
IPrimitive captures the common functions ofOsmPrimitive
andPrimitiveData
.interface
IRelation<M extends IRelationMember<?>>
IRelation captures the common functions ofRelation
andRelationData
.interface
IWay<N extends INode>
Classes in org.openstreetmap.josm.data.osm that implement IQuadBucketType Modifier and Type Class Description class
AbstractPrimitive
Abstract class to represent common features of the datatypes primitives.class
Node
One node data, consisting of one world coordinate waypoint.class
NodeData
The data on a single node (tags and position) that is stored in the databaseclass
OsmPrimitive
class
PrimitiveData
This class can be used to save properties of OsmPrimitive.class
Relation
A relation, having a set of tags and any number (0...n) of members.class
RelationData
Relation data.class
Way
One full way, consisting of a list of waynodes
.class
WayData
The 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 class
VectorNode
The "Node" type of a vector layerclass
VectorPrimitive
The base class for Vector primitivesclass
VectorRelation
The "Relation" type for vectorsclass
VectorWay
The "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 class
ImageEntry
Stores info about each image, with an optional thumbnail(package private) class
WikimediaCommonsEntry
A geocoded image from Wikimedia Commons
-