Uses of Interface
org.apache.lucene.geo.Component2D
-
Packages that use Component2D Package Description org.apache.lucene.geo -
-
Uses of Component2D in org.apache.lucene.geo
Classes in org.apache.lucene.geo that implement Component2D Modifier and Type Class Description classLine2D2D geo line implementation represented as a balanced interval tree of edges.classPolygon2D2D polygon implementation represented as a balanced interval tree of edges.Fields in org.apache.lucene.geo declared as Component2D Modifier and Type Field Description protected Component2DPolygon2D. holestree of holes, or nullMethods in org.apache.lucene.geo that return Component2D Modifier and Type Method Description static Component2DLine2D. create(Line... lines)create a Line2D edge tree from provided array of Linestringsstatic Component2DLine2D. create(XYLine... lines)create a Line2D edge tree from provided array of Linestringsstatic Component2DPolygon2D. create(Polygon... polygons)Builds a Polygon2D from multipolygonMethods in org.apache.lucene.geo with parameters of type Component2D Modifier and Type Method Description static GeoEncodingUtils.PolygonPredicateGeoEncodingUtils. createComponentPredicate(Component2D tree)Create a predicate that checks whether points are within a polygon.Constructors in org.apache.lucene.geo with parameters of type Component2D Constructor Description Polygon2D(double minX, double maxX, double minY, double maxY, double[] x, double[] y, Component2D holes)Polygon2D(Polygon polygon, Component2D holes)
-