| Package | Description |
|---|---|
| org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
| Modifier and Type | Method and Description |
|---|---|
static Tessellator.State |
Tessellator.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tessellator.State[] |
Tessellator.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.util.List<Tessellator.Triangle> |
Tessellator.earcutLinkedList(Tessellator.Node currEar,
java.util.List<Tessellator.Triangle> tessellation,
Tessellator.State state,
boolean mortonOptimized)
Main ear slicing loop which triangulates the vertices of a polygon, provided as a doubly-linked list.
|