Class QuadBuckets<T extends IQuadBucketType>

  • Type Parameters:
    T - type of object extending IQuadBucketType.
    All Implemented Interfaces:
    java.lang.Iterable<T>, java.util.Collection<T>
    Direct Known Subclasses:
    MarkerLayer.MarkerData

    public class QuadBuckets<T extends IQuadBucketType>
    extends java.lang.Object
    implements java.util.Collection<T>
    Note: bbox of primitives added to QuadBuckets has to stay the same. In case of coordinate change, primitive must be removed and re-added. This class is (no longer) thread safe.
    Since:
    2165 (IPrimitive only), 17459 for IQuadBucketType