Uses of Package
org.apache.lucene.geo
-
Packages that use org.apache.lucene.geo Package Description org.apache.lucene.document This package contains several point types:BigIntegerPoint
for 128-bit integersLatLonPoint
for latitude/longitude geospatial pointsorg.apache.lucene.geo This package contains geo utility classes:Tessellator
for decomposing shapes into a triangular mesh -
Classes in org.apache.lucene.geo used by org.apache.lucene.document Class Description Line Represents a line on the earth's surface. -
Classes in org.apache.lucene.geo used by org.apache.lucene.geo 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.ShapeType Enumerated type for ShapesTessellator.Node Circular Doubly-linked list used for polygon coordinatesTessellator.Triangle Triangle in the tessellated mesh