Package org.elasticsearch.common.geo.builders
package org.elasticsearch.common.geo.builders
-
ClassDescriptionA builder for a list of coordinates.The
PolygonBuilder
implements the groundwork to create polygons.ShapeBuilder<T extends org.locationtech.spatial4j.shape.Shape,G extends org.elasticsearch.geometry.Geometry,E extends ShapeBuilder<T,G,E>>Basic class for building GeoJSON shapes like Polygons, Linestrings, etcThis helper class implements a linked list forCoordinate
.