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 voidaddBox(double boxId)Deprecated.List<Double>getArea()Deprecated.StringgetTierId()Deprecated.booleanisInside(double boxId)Deprecated.
-