Uses of Enum Class
org.apache.lucene.geo.GeoUtils.WindingOrder
Packages that use GeoUtils.WindingOrder
-
Uses of GeoUtils.WindingOrder in org.apache.lucene.geo
Fields in org.apache.lucene.geo declared as GeoUtils.WindingOrderModifier and TypeFieldDescriptionprivate final GeoUtils.WindingOrder
Polygon.windingOrder
winding order of the verticesprivate final GeoUtils.WindingOrder
XYPolygon.windingOrder
winding order of the verticesMethods in org.apache.lucene.geo that return GeoUtils.WindingOrderModifier and TypeMethodDescriptionstatic GeoUtils.WindingOrder
GeoUtils.WindingOrder.fromSign
(int sign) Polygon.getWindingOrder()
Returns the winding order (CW, COLINEAR, CCW) for the polygon shellXYPolygon.getWindingOrder()
Returns the winding order (CW, COLINEAR, CCW) for the polygon shellstatic GeoUtils.WindingOrder
Returns the enum constant of this class with the specified name.static GeoUtils.WindingOrder[]
GeoUtils.WindingOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.geo with parameters of type GeoUtils.WindingOrderModifier and TypeMethodDescriptionprivate 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.