public static interface NumberRangePrefixTree.NRShape
extends org.locationtech.spatial4j.shape.Shape, java.lang.Cloneable
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.| Modifier and Type | Method and Description |
|---|---|
NumberRangePrefixTree.NRShape |
roundToLevel(int targetLevel)
Returns this shape rounded to the target level.
|
java.lang.String |
toString()
The result should be parseable by
NumberRangePrefixTree.parseShape(String). |
java.lang.String toString()
NumberRangePrefixTree.parseShape(String).toString in class java.lang.ObjectNumberRangePrefixTree.NRShape roundToLevel(int targetLevel)
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.