Uses of Class
org.elasticsearch.common.geo.builders.LineStringBuilder
-
Packages that use LineStringBuilder Package Description org.elasticsearch.common.geo.builders -
-
Uses of LineStringBuilder in org.elasticsearch.common.geo.builders
Methods in org.elasticsearch.common.geo.builders that return LineStringBuilder Modifier and Type Method Description LineStringBuilderLineStringBuilder. close()Closes the current lineString by adding the starting point as the end point.LineStringBuilderPolygonBuilder. shell()Methods in org.elasticsearch.common.geo.builders that return types with arguments of type LineStringBuilder Modifier and Type Method Description List<LineStringBuilder>PolygonBuilder. holes()Methods in org.elasticsearch.common.geo.builders with parameters of type LineStringBuilder Modifier and Type Method Description PolygonBuilderPolygonBuilder. hole(LineStringBuilder hole)Add a new hole to the polygonPolygonBuilderPolygonBuilder. hole(LineStringBuilder hole, boolean coerce)Add a new hole to the polygonGeometryCollectionBuilderGeometryCollectionBuilder. line(LineStringBuilder line)MultiLineStringBuilderMultiLineStringBuilder. linestring(LineStringBuilder line)protected voidPolygonBuilder. validateHole(LineStringBuilder shell, LineStringBuilder hole)Validates only 1 vertex is tangential (shared) between the interior and exterior of a polygonConstructors in org.elasticsearch.common.geo.builders with parameters of type LineStringBuilder Constructor Description PolygonBuilder(LineStringBuilder lineString, ShapeBuilder.Orientation orientation)PolygonBuilder(LineStringBuilder lineString, ShapeBuilder.Orientation orientation, boolean coerce)
-