public static interface NumberRangePrefixTree.NRShape
extends org.locationtech.spatial4j.shape.Shape, java.lang.Cloneable
Shape
s 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.Object
NumberRangePrefixTree.NRShape roundToLevel(int targetLevel)
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.