Uses of Class
org.apache.lucene.spatial.tier.Shape
-
Packages that use Shape Package Description org.apache.lucene.spatial.tier Support for filtering based upon geographic location. -
-
Uses of Shape in org.apache.lucene.spatial.tier
Methods in org.apache.lucene.spatial.tier that return Shape Modifier and Type Method Description Shape
CartesianPolyFilterBuilder. getBoxShape(double latitude, double longitude, double miles)
Deprecated.Shape
CartesianPolyFilterBuilder. getShapeLoop(Shape shape, CartesianTierPlotter ctp, double latX, double longX, double latY, double longY)
Deprecated.Methods in org.apache.lucene.spatial.tier with parameters of type Shape Modifier and Type Method Description Shape
CartesianPolyFilterBuilder. getShapeLoop(Shape shape, CartesianTierPlotter ctp, double latX, double longX, double latY, double longY)
Deprecated.
-