public static interface NumberRangePrefixTree.NRShape extends org.locationtech.spatial4j.shape.Shape, 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.
|
String |
toString()
The result should be parseable by
NumberRangePrefixTree.parseShape(String). |
String toString()
NumberRangePrefixTree.parseShape(String).NumberRangePrefixTree.NRShape roundToLevel(int targetLevel)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.