Class MultiPolygonBuilder
java.lang.Object
org.elasticsearch.common.geo.builders.ShapeBuilder<org.locationtech.spatial4j.shape.Shape,MultiPolygon,MultiPolygonBuilder>
org.elasticsearch.common.geo.builders.MultiPolygonBuilder
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentObject
public class MultiPolygonBuilder extends ShapeBuilder<org.locationtech.spatial4j.shape.Shape,MultiPolygon,MultiPolygonBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.common.geo.builders.ShapeBuilder
ShapeBuilder.Edge, ShapeBuilder.OrientationNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields Modifier and Type Field Description static GeoShapeTypeTYPEFields inherited from class org.elasticsearch.common.geo.builders.ShapeBuilder
AUTO_INDEX_JTS_GEOMETRY, AUTO_VALIDATE_JTS_GEOMETRY, coordinates, DATELINE, FACTORY, INTERSECTION_ORDER, LOGGER, MULTI_POLYGON_MAY_OVERLAP, SPATIAL_CONTEXT, wrapdateline, ZERO_ZERO -
Constructor Summary
Constructors Constructor Description MultiPolygonBuilder()Build a MultiPolygonBuilder with RIGHT orientation.MultiPolygonBuilder(ShapeBuilder.Orientation orientation)Build a MultiPolygonBuilder with an arbitrary orientation.MultiPolygonBuilder(StreamInput in)Read from a stream. -
Method Summary
Modifier and Type Method Description MultiPolygonbuildGeometry()build lucene geometry.org.locationtech.spatial4j.shape.ShapebuildS4J()Create a new Shape from this builder.protected java.lang.StringBuildercontentToWKT()booleanequals(java.lang.Object obj)inthashCode()intnumDimensions()tracks number of dimensions for this shapeShapeBuilder.Orientationorientation()MultiPolygonBuilderpolygon(PolygonBuilder polygon)Add a shallow copy of the polygon to the multipolygon.java.util.List<PolygonBuilder>polygons()get the list of polygonsXContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)GeoShapeTypetype()get the shapes typevoidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.common.geo.builders.ShapeBuilder
coordinate, coordinate, coordinateListToWKT, coordinates, coordinates, coordinates, coordinatesToXcontent, debugEnabled, getWriteableName, intersection, intersections, jtsGeometry, readFromStream, shift, toString, toWKT, toXContent, writeCoordinateTo
-
Field Details
-
Constructor Details
-
MultiPolygonBuilder
public MultiPolygonBuilder()Build a MultiPolygonBuilder with RIGHT orientation. -
MultiPolygonBuilder
Build a MultiPolygonBuilder with an arbitrary orientation. -
MultiPolygonBuilder
Read from a stream.- Throws:
java.io.IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classShapeBuilder<org.locationtech.spatial4j.shape.Shape,MultiPolygon,MultiPolygonBuilder>- Throws:
java.io.IOException
-
orientation
-
polygon
Add a shallow copy of the polygon to the multipolygon. This will apply the orientation of theMultiPolygonBuilderto the polygon if polygon has different orientation. -
polygons
get the list of polygons -
contentToWKT
protected java.lang.StringBuilder contentToWKT()- Overrides:
contentToWKTin classShapeBuilder<org.locationtech.spatial4j.shape.Shape,MultiPolygon,MultiPolygonBuilder>
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Throws:
java.io.IOException
-
type
Description copied from class:ShapeBuilderget the shapes type- Specified by:
typein classShapeBuilder<org.locationtech.spatial4j.shape.Shape,MultiPolygon,MultiPolygonBuilder>- Returns:
- type of the shape
-
numDimensions
public int numDimensions()Description copied from class:ShapeBuildertracks number of dimensions for this shape- Specified by:
numDimensionsin classShapeBuilder<org.locationtech.spatial4j.shape.Shape,MultiPolygon,MultiPolygonBuilder>
-
buildS4J
public org.locationtech.spatial4j.shape.Shape buildS4J()Description copied from class:ShapeBuilderCreate a new Shape from this builder. Since calling this method could change the defined shape. (by inserting new coordinates or change the position of points) the builder looses its validity. So this method should only be called once on a builder- Specified by:
buildS4Jin classShapeBuilder<org.locationtech.spatial4j.shape.Shape,MultiPolygon,MultiPolygonBuilder>- Returns:
- new
Shapedefined by the builder
-
buildGeometry
Description copied from class:ShapeBuilderbuild lucene geometry.- Specified by:
buildGeometryin classShapeBuilder<org.locationtech.spatial4j.shape.Shape,MultiPolygon,MultiPolygonBuilder>- Returns:
- GeoPoint, double[][], Line, Line[], Polygon, Polygon[], Rectangle, Object[]
-
hashCode
public int hashCode()- Overrides:
hashCodein classShapeBuilder<org.locationtech.spatial4j.shape.Shape,MultiPolygon,MultiPolygonBuilder>
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classShapeBuilder<org.locationtech.spatial4j.shape.Shape,MultiPolygon,MultiPolygonBuilder>
-