Uses of Class
org.apache.lucene.geo.GeoUtils.WindingOrder
-
Packages that use GeoUtils.WindingOrder Package Description org.apache.lucene.geo Geospatial Utility Implementations for Lucene Core -
-
Uses of GeoUtils.WindingOrder in org.apache.lucene.geo
Fields in org.apache.lucene.geo declared as GeoUtils.WindingOrder Modifier and Type Field Description private GeoUtils.WindingOrder
Polygon. windingOrder
winding order of the verticesprivate GeoUtils.WindingOrder
XYPolygon. windingOrder
winding order of the verticesMethods in org.apache.lucene.geo that return GeoUtils.WindingOrder Modifier and Type Method Description static GeoUtils.WindingOrder
GeoUtils.WindingOrder. fromSign(int sign)
GeoUtils.WindingOrder
Polygon. getWindingOrder()
Returns the winding order (CW, COLINEAR, CCW) for the polygon shellGeoUtils.WindingOrder
XYPolygon. getWindingOrder()
Returns the winding order (CW, COLINEAR, CCW) for the polygon shellstatic GeoUtils.WindingOrder
GeoUtils.WindingOrder. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GeoUtils.WindingOrder[]
GeoUtils.WindingOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.geo with parameters of type GeoUtils.WindingOrder Modifier and Type Method Description private static Tessellator.Node
Tessellator. createDoublyLinkedList(double[] x, double[] y, GeoUtils.WindingOrder polyWindingOrder, boolean isGeo, int startIndex, GeoUtils.WindingOrder windingOrder)
Creates a circular doubly linked list using polygon points.
-