Uses of Class
org.apache.lucene.geo.XYPolygon
-
Packages that use XYPolygon Package Description org.apache.lucene.geo -
-
Uses of XYPolygon in org.apache.lucene.geo
Methods in org.apache.lucene.geo that return XYPolygon Modifier and Type Method Description XYPolygon[]XYPolygon. getHoles()Returns a copy of the internal holes arrayMethods in org.apache.lucene.geo with parameters of type XYPolygon Modifier and Type Method Description static List<Tessellator.Triangle>Tessellator. tessellate(XYPolygon polygon)Constructors in org.apache.lucene.geo with parameters of type XYPolygon Constructor Description XYPolygon(float[] x, float[] y, XYPolygon... holes)Creates a new Polygon from the supplied x, y arrays, and optionally any holes.
-