Package org.apache.lucene.geo
This package contains geo utility classes:
Tessellator
for decomposing shapes into a triangular mesh
-
Class Summary Class Description Line Represents a line on the earth's surface.Line2D 2D line implementation represented as a balanced interval tree of edges.Rectangle2D 2D rectangle implementation containing spatial logic.SimpleWKTShapeParser Parses shape geometry represented in WKT format complies with OGC® document: 12-063r5 and ISO/IEC 13249-3:2016 standard located at http://docs.opengeospatial.org/is/12-063r5/12-063r5.htmlTessellator Computes a triangular mesh tessellation for a given polygon.Tessellator.Node Circular Doubly-linked list used for polygon coordinatesTessellator.Triangle Triangle in the tessellated mesh -
Enum Summary Enum Description SimpleWKTShapeParser.ShapeType Enumerated type for Shapes