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.WindingOrderPolygon.windingOrderwinding order of the verticesprivate final GeoUtils.WindingOrderXYPolygon.windingOrderwinding order of the verticesMethods in org.apache.lucene.geo that return GeoUtils.WindingOrderModifier and TypeMethodDescriptionstatic GeoUtils.WindingOrderGeoUtils.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.WindingOrderReturns 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 final Tessellator.NodeTessellator.createDoublyLinkedList(double[] x, double[] y, GeoUtils.WindingOrder polyWindingOrder, boolean isGeo, int startIndex, GeoUtils.WindingOrder windingOrder) Creates a circular doubly linked list using polygon points.