Class |
Description |
Circle |
Circle geometry (not part of WKT standard, but used in elasticsearch)
|
Geometry |
Base class for all Geometry objects supported by elasticsearch
|
GeometryCollection<G extends Geometry> |
Collection of arbitrary geometry classes
|
GeometryVisitor<T> |
Support class for creating Geometry Visitors.
|
Line |
Represents a Line on the earth's surface in lat/lon decimal degrees.
|
LinearRing |
Represents a closed line on the earth's surface in lat/lon decimal degrees.
|
MultiLine |
Represents a MultiLine geometry object on the earth's surface.
|
MultiPoint |
Represents a MultiPoint object on the earth's surface in decimal degrees.
|
MultiPolygon |
Collection of polygons
|
Point |
Represents a Point on the earth's surface in decimal degrees.
|
Polygon |
Represents a closed polygon on the earth's surface with optional holes
|
Rectangle |
Represents a lat/lon rectangle in decimal degrees.
|
ShapeType |
Shape types supported by elasticsearch
|
WellKnownText |
Utility class for converting to and from WKT
|