Uses of Class
org.apache.lucene.geo.Line2D
-
Packages that use Line2D Package Description org.apache.lucene.geo This package contains geo utility classes:Tessellatorfor decomposing shapes into a triangular mesh -
-
Uses of Line2D in org.apache.lucene.geo
Methods in org.apache.lucene.geo that return Line2D Modifier and Type Method Description static Line2DLine2D. create(Line... lines)create a Line2D edge tree from provided array of Linestrings
-