Package org.openstreetmap.josm.data
Interface IQuadBucketType
-
- All Known Subinterfaces:
INode,IPrimitive,IRelation<M>,IWay<N>
- All Known Implementing Classes:
AbstractPrimitive,AudioMarker,ButtonMarker,GpxImageEntry,ImageEntry,ImageMarker,Marker,MVTTile,Node,NodeData,OsmPrimitive,PlayHeadMarker,PrimitiveData,Relation,RelationData,VectorNode,VectorPrimitive,VectorRelation,VectorWay,Way,WayData,WebMarker,WikimediaCommonsEntry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IQuadBucketType
The minimum necessary interface to useQuadBuckets.- Since:
- 17459
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BBoxgetBBox()Fetches the bounding box of the primitive.
-