org.apache.lucene.spatial.tier
Class Shape
java.lang.Object
org.apache.lucene.spatial.tier.Shape
- All Implemented Interfaces:
- java.io.Serializable
public class Shape
- extends java.lang.Object
- implements java.io.Serializable
NOTE: This API is still in
flux and might change in incompatible ways in the next
release.
- See Also:
- Serialized Form
Constructor Summary |
Shape(java.lang.String tierId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Shape
public Shape(java.lang.String tierId)
addBox
public void addBox(double boxId)
getArea
public java.util.List<java.lang.Double> getArea()
getTierId
public java.lang.String getTierId()
isInside
public boolean isInside(double boxId)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.