Package org.elasticsearch.geometry
package org.elasticsearch.geometry
Common Geometry classes
-
Interface SummaryInterfaceDescriptionBase class for all Geometry objects supported by elasticsearchGeometryVisitor<T,E extends Exception>Support class for creating Geometry Visitors.
-
Class SummaryClassDescriptionCircle geometry (not part of WKT standard, but used in elasticsearch) defined by lat/lon coordinates of the center in degrees and optional altitude in meters.GeometryCollection<G extends Geometry>Collection of arbitrary geometry classesRepresents a Line on the earth's surface in lat/lon decimal degrees and optional altitude in meters.Represents a closed line on the earth's surface in lat/lon decimal degrees and optional altitude in meters.Represents a MultiLine geometry object on the earth's surface.Represents a MultiPoint object on the earth's surface in decimal degrees and optional altitude in meters.Collection of polygonsRepresents a Point on the earth's surface in decimal degrees and optional altitude in meters.Represents a closed polygon on the earth's surface with optional holesRepresents a lat/lon rectangle in decimal degrees and optional altitude in meters.
-
Enum Class Summary