Class GeometryCollectionBuilder
java.lang.Object
org.opensearch.common.geo.builders.ShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.opensearch.geometry.GeometryCollection<org.opensearch.geometry.Geometry>,GeometryCollectionBuilder>
org.opensearch.common.geo.builders.GeometryCollectionBuilder
- All Implemented Interfaces:
org.opensearch.core.common.io.stream.NamedWriteable
,org.opensearch.core.common.io.stream.Writeable
,org.opensearch.core.xcontent.ToXContent
,org.opensearch.core.xcontent.ToXContentObject
public class GeometryCollectionBuilder
extends ShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.opensearch.geometry.GeometryCollection<org.opensearch.geometry.Geometry>,GeometryCollectionBuilder>
Builds a geometry collection
- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.common.geo.builders.ShapeBuilder
ShapeBuilder.Edge, ShapeBuilder.Orientation
Nested classes/interfaces inherited from interface org.opensearch.core.xcontent.ToXContent
org.opensearch.core.xcontent.ToXContent.DelegatingMapParams, org.opensearch.core.xcontent.ToXContent.MapParams, org.opensearch.core.xcontent.ToXContent.Params
Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable
org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V>
-
Field Summary
Fields inherited from class org.opensearch.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.opensearch.core.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
ConstructorDescriptionBuild and empty GeometryCollectionBuilder.GeometryCollectionBuilder
(org.opensearch.core.common.io.stream.StreamInput in) Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionorg.opensearch.geometry.GeometryCollection
<org.opensearch.geometry.Geometry> build lucene geometry.org.locationtech.spatial4j.shape.Shape
buildS4J()
Create a new Shape from this builder.circle
(CircleBuilder circle) protected StringBuilder
envelope
(EnvelopeBuilder envelope) boolean
getShapeAt
(int i) int
hashCode()
line
(LineStringBuilder line) multiLine
(MultiLineStringBuilder multiLine) multiPoint
(MultiPointBuilder multiPoint) multiPolygon
(MultiPolygonBuilder multiPolygon) int
tracks number of dimensions for this shapeint
point
(PointBuilder point) polygon
(PolygonBuilder polygon) shape
(ShapeBuilder shape) org.opensearch.core.xcontent.XContentBuilder
toXContent
(org.opensearch.core.xcontent.XContentBuilder builder, org.opensearch.core.xcontent.ToXContent.Params params) type()
get the shapes typevoid
writeTo
(org.opensearch.core.common.io.stream.StreamOutput out) Methods inherited from class org.opensearch.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.opensearch.core.xcontent.ToXContentObject
isFragment
-
Field Details
-
TYPE
-
-
Constructor Details
-
GeometryCollectionBuilder
public GeometryCollectionBuilder()Build and empty GeometryCollectionBuilder. -
GeometryCollectionBuilder
public GeometryCollectionBuilder(org.opensearch.core.common.io.stream.StreamInput in) throws IOException Read from a stream.- Throws:
IOException
-
-
Method Details
-
writeTo
- Specified by:
writeTo
in interfaceorg.opensearch.core.common.io.stream.Writeable
- Overrides:
writeTo
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,
org.opensearch.geometry.GeometryCollection<org.opensearch.geometry.Geometry>, GeometryCollectionBuilder> - Throws:
IOException
-
shape
-
point
-
multiPoint
-
line
-
multiLine
-
polygon
-
multiPolygon
-
envelope
-
circle
-
getShapeAt
-
numShapes
public int numShapes() -
toXContent
public org.opensearch.core.xcontent.XContentBuilder toXContent(org.opensearch.core.xcontent.XContentBuilder builder, org.opensearch.core.xcontent.ToXContent.Params params) throws IOException - Throws:
IOException
-
contentToWKT
- Overrides:
contentToWKT
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,
org.opensearch.geometry.GeometryCollection<org.opensearch.geometry.Geometry>, GeometryCollectionBuilder>
-
type
Description copied from class:ShapeBuilder
get the shapes type- Specified by:
type
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,
org.opensearch.geometry.GeometryCollection<org.opensearch.geometry.Geometry>, GeometryCollectionBuilder> - 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.opensearch.geometry.GeometryCollection<org.opensearch.geometry.Geometry>, GeometryCollectionBuilder>
-
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.opensearch.geometry.GeometryCollection<org.opensearch.geometry.Geometry>, GeometryCollectionBuilder> - Returns:
- new
Shape
defined by the builder
-
buildGeometry
public org.opensearch.geometry.GeometryCollection<org.opensearch.geometry.Geometry> buildGeometry()Description copied from class:ShapeBuilder
build lucene geometry.- Specified by:
buildGeometry
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,
org.opensearch.geometry.GeometryCollection<org.opensearch.geometry.Geometry>, GeometryCollectionBuilder> - Returns:
- GeoPoint, double[][], Line, Line[], Polygon, Polygon[], Rectangle, Object[]
-
hashCode
public int hashCode()- Overrides:
hashCode
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,
org.opensearch.geometry.GeometryCollection<org.opensearch.geometry.Geometry>, GeometryCollectionBuilder>
-
equals
- Overrides:
equals
in classShapeBuilder<org.locationtech.spatial4j.shape.Shape,
org.opensearch.geometry.GeometryCollection<org.opensearch.geometry.Geometry>, GeometryCollectionBuilder>
-