Interface Bound<TCoordinateArray,TPoint extends ImmutableNode<TCoordinateArray>>
-
- All Known Implementing Classes:
PolygonBound,RadiusBound,RectangularBound
@SubclassesMustOverrideEqualsAndHashCode public interface Bound<TCoordinateArray,TPoint extends ImmutableNode<TCoordinateArray>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(TCoordinateArray coords)Iterable<TPoint>filter(Iterable<TPoint> points)byte[]getCacheKey()intgetLimit()intgetNumDims()booleanoverlaps(ImmutableNode<TCoordinateArray> node)
-
-
-
Method Detail
-
getLimit
int getLimit()
-
getNumDims
int getNumDims()
-
overlaps
boolean overlaps(ImmutableNode<TCoordinateArray> node)
-
contains
boolean contains(TCoordinateArray coords)
-
getCacheKey
byte[] getCacheKey()
-
-