Package org.apache.lucene.spatial.tier
Class Shape
- java.lang.Object
-
- org.apache.lucene.spatial.tier.Shape
-
- All Implemented Interfaces:
Serializable
@Deprecated public class Shape extends Object implements Serializable
Deprecated.NOTE: This API is still in flux and might change in incompatible ways in the next release.
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addBox(double boxId)
Deprecated.List<Double>
getArea()
Deprecated.String
getTierId()
Deprecated.boolean
isInside(double boxId)
Deprecated.
-