Class MultiPolygonBuilder
java.lang.Object
org.elasticsearch.common.geo.builders.ShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.MultiPolygon,MultiPolygonBuilder>
org.elasticsearch.common.geo.builders.MultiPolygonBuilder
- All Implemented Interfaces:
NamedWriteable
,Writeable
,org.elasticsearch.common.xcontent.ToXContent
,org.elasticsearch.common.xcontent.ToXContentObject
public class MultiPolygonBuilder
extends ShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.MultiPolygon,MultiPolygonBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.common.geo.builders.ShapeBuilder
ShapeBuilder.Edge
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
Fields 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
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
ConstructorDescriptionBuild a MultiPolygonBuilder with RIGHT orientation.MultiPolygonBuilder(Orientation orientation)
Build a MultiPolygonBuilder with an arbitrary orientation.Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.geometry.MultiPolygon
build lucene geometry.org.locationtech.spatial4j.shape.Shape
buildS4J()
Create a new Shape from this builder.protected StringBuilder
boolean
int
hashCode()
int
tracks number of dimensions for this shapepolygon(PolygonBuilder polygon)
Add a shallow copy of the polygon to the multipolygon.polygons()
get the list of polygonsorg.elasticsearch.common.xcontent.XContentBuilder
toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
type()
get the shapes typevoid
writeTo(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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
TYPE
-
-
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:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Overrides:
writeTo
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.MultiPolygon,MultiPolygonBuilder>
- Throws:
IOException
-
orientation
-
polygon
Add a shallow copy of the polygon to the multipolygon. This will apply the orientation of theMultiPolygonBuilder
to the polygon if polygon has different orientation. -
polygons
get the list of polygons -
contentToWKT
- Overrides:
contentToWKT
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.MultiPolygon,MultiPolygonBuilder>
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Throws:
IOException
-
type
Description copied from class:ShapeBuilder
get the shapes type- Specified by:
type
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.MultiPolygon,MultiPolygonBuilder>
- Returns:
- type of the shape
-
numDimensions
public int numDimensions()Description copied from class:ShapeBuilder
tracks number of dimensions for this shape- Specified by:
numDimensions
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.MultiPolygon,MultiPolygonBuilder>
-
buildS4J
public org.locationtech.spatial4j.shape.Shape buildS4J()Description copied from class:ShapeBuilder
Create 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:
buildS4J
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.MultiPolygon,MultiPolygonBuilder>
- Returns:
- new
Shape
defined by the builder
-
buildGeometry
public org.elasticsearch.geometry.MultiPolygon buildGeometry()Description copied from class:ShapeBuilder
build lucene geometry.- Specified by:
buildGeometry
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.MultiPolygon,MultiPolygonBuilder>
- Returns:
- GeoPoint, double[][], Line, Line[], Polygon, Polygon[], Rectangle, Object[]
-
hashCode
public int hashCode()- Overrides:
hashCode
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.MultiPolygon,MultiPolygonBuilder>
-
equals
- Overrides:
equals
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.MultiPolygon,MultiPolygonBuilder>
-