Package | Description |
---|---|
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
Modifier and Type | Method and Description |
---|---|
static GeoUtils.WindingOrder |
GeoUtils.WindingOrder.fromSign(int sign) |
GeoUtils.WindingOrder |
Polygon.getWindingOrder()
Returns the winding order (CW, COLINEAR, CCW) for the polygon shell
|
static GeoUtils.WindingOrder |
GeoUtils.WindingOrder.valueOf(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.
|
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.