Uses of Enum
org.apache.lucene.geo.GeoUtils.WindingOrder
Packages that use GeoUtils.WindingOrder
-
Uses of GeoUtils.WindingOrder in org.apache.lucene.geo
Methods 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 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.