Interface NumberRangePrefixTree.NRShape

All Superinterfaces:
Cloneable, org.locationtech.spatial4j.shape.Shape
All Known Subinterfaces:
NumberRangePrefixTree.UnitNRShape
All Known Implementing Classes:
NumberRangePrefixTree.NRCell, NumberRangePrefixTree.SpanUnitsNRShape
Enclosing class:
NumberRangePrefixTree

public static interface NumberRangePrefixTree.NRShape extends org.locationtech.spatial4j.shape.Shape, Cloneable
Base interface for Shapes this prefix tree supports. It extends Shape (Spatial4j) for compatibility with the spatial API even though it doesn't intermix with conventional 2D shapes.
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Method Details