NamedWriteable, Writeable, ToXContent, ToXContentObjectpublic class MultiPolygonBuilder extends ShapeBuilder
ShapeBuilder.Edge, ShapeBuilder.OrientationToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field | Description |
|---|---|---|
static GeoShapeType |
TYPE |
AUTO_INDEX_JTS_GEOMETRY, AUTO_VALIDATE_JTS_GEOMETRY, coordinates, DATELINE, FACTORY, INTERSECTION_ORDER, LOGGER, MULTI_POLYGON_MAY_OVERLAP, SPATIAL_CONTEXT, wrapdateline, ZERO_ZEROEMPTY_PARAMS| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.locationtech.spatial4j.shape.Shape |
build() |
Create a new Shape from this builder.
|
protected java.lang.StringBuilder |
contentToWKT() |
|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
|
int |
numDimensions() |
tracks number of dimensions for this shape
|
ShapeBuilder.Orientation |
orientation() |
|
MultiPolygonBuilder |
polygon(PolygonBuilder polygon) |
Add a shallow copy of the polygon to the multipolygon.
|
java.util.List<PolygonBuilder> |
polygons() |
get the list of polygons
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
|
GeoShapeType |
type() |
get the shapes type
|
void |
writeTo(StreamOutput out) |
Write this into the StreamOutput.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcoordinate, coordinate, coordinateListToWKT, coordinates, coordinates, coordinates, coordinatesToXcontent, debugEnabled, getWriteableName, intersection, intersections, jtsGeometry, parse, readFromStream, shift, toString, toWKT, toXContent, writeCoordinateToisFragmentpublic static final GeoShapeType TYPE
public MultiPolygonBuilder()
public MultiPolygonBuilder(ShapeBuilder.Orientation orientation)
public MultiPolygonBuilder(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
WriteablewriteTo in interface WriteablewriteTo in class ShapeBuilderjava.io.IOExceptionpublic ShapeBuilder.Orientation orientation()
public MultiPolygonBuilder polygon(PolygonBuilder polygon)
MultiPolygonBuilder to the polygon if polygon has different orientation.public java.util.List<PolygonBuilder> polygons()
protected java.lang.StringBuilder contentToWKT()
contentToWKT in class ShapeBuilderpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
java.io.IOExceptionpublic GeoShapeType type()
ShapeBuildertype in class ShapeBuilderpublic int numDimensions()
ShapeBuildernumDimensions in class ShapeBuilderpublic org.locationtech.spatial4j.shape.Shape build()
ShapeBuilderbuild in class ShapeBuilderShape defined by the builderpublic int hashCode()
hashCode in class ShapeBuilderpublic boolean equals(java.lang.Object obj)
equals in class ShapeBuilder