Uses of Class
org.apache.lucene.geo.Tessellator.State
-
Packages that use Tessellator.State Package Description org.apache.lucene.geo Geospatial Utility Implementations for Lucene Core -
-
Uses of Tessellator.State in org.apache.lucene.geo
Methods in org.apache.lucene.geo that return Tessellator.State Modifier and Type Method 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.Methods in org.apache.lucene.geo with parameters of type Tessellator.State Modifier and Type Method Description private static java.util.List<Tessellator.Triangle>
Tessellator. earcutLinkedList(java.lang.Object polygon, 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.
-