Uses of Class
org.elasticsearch.common.geo.builders.PolygonBuilder
-
Packages that use PolygonBuilder Package Description org.elasticsearch.common.geo.builders -
-
Uses of PolygonBuilder in org.elasticsearch.common.geo.builders
Methods in org.elasticsearch.common.geo.builders that return PolygonBuilder Modifier and Type Method Description PolygonBuilderPolygonBuilder. close()Close the shell of the polygonPolygonBuilderPolygonBuilder. hole(LineStringBuilder hole)Add a new hole to the polygonPolygonBuilderPolygonBuilder. hole(LineStringBuilder hole, boolean coerce)Add a new hole to the polygonMethods in org.elasticsearch.common.geo.builders that return types with arguments of type PolygonBuilder Modifier and Type Method Description List<PolygonBuilder>MultiPolygonBuilder. polygons()get the list of polygonsMethods in org.elasticsearch.common.geo.builders with parameters of type PolygonBuilder Modifier and Type Method Description GeometryCollectionBuilderGeometryCollectionBuilder. polygon(PolygonBuilder polygon)MultiPolygonBuilderMultiPolygonBuilder. polygon(PolygonBuilder polygon)Add a shallow copy of the polygon to the multipolygon.
-