Class GeometryCollectionBuilder
java.lang.Object
org.elasticsearch.common.geo.builders.ShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.GeometryCollection<org.elasticsearch.geometry.Geometry>,GeometryCollectionBuilder>
org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
- All Implemented Interfaces:
NamedWriteable,Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class GeometryCollectionBuilder
extends ShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.GeometryCollection<org.elasticsearch.geometry.Geometry>,GeometryCollectionBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.common.geo.builders.ShapeBuilder
ShapeBuilder.EdgeNested 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.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsFields 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_ZEROFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionBuild and empty GeometryCollectionBuilder.Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.geometry.GeometryCollection<org.elasticsearch.geometry.Geometry>build lucene geometry.org.locationtech.spatial4j.shape.ShapebuildS4J()Create a new Shape from this builder.circle(CircleBuilder circle)protected StringBuilderenvelope(EnvelopeBuilder envelope)booleangetShapeAt(int i)inthashCode()line(LineStringBuilder line)multiLine(MultiLineStringBuilder multiLine)multiPoint(MultiPointBuilder multiPoint)multiPolygon(MultiPolygonBuilder multiPolygon)inttracks number of dimensions for this shapeintpoint(PointBuilder point)polygon(PolygonBuilder polygon)shape(ShapeBuilder shape)org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)type()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, writeCoordinateToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
TYPE
-
-
Constructor Details
-
GeometryCollectionBuilder
public GeometryCollectionBuilder()Build and empty GeometryCollectionBuilder. -
GeometryCollectionBuilder
Read from a stream.- Throws:
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,org.elasticsearch.geometry.GeometryCollection<org.elasticsearch.geometry.Geometry>,GeometryCollectionBuilder>- Throws:
IOException
-
shape
-
point
-
multiPoint
-
line
-
multiLine
-
polygon
-
multiPolygon
-
envelope
-
circle
-
getShapeAt
-
numShapes
public int numShapes() -
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
-
contentToWKT
- Overrides:
contentToWKTin classShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.GeometryCollection<org.elasticsearch.geometry.Geometry>,GeometryCollectionBuilder>
-
type
Description copied from class:ShapeBuilderget the shapes type- Specified by:
typein classShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.GeometryCollection<org.elasticsearch.geometry.Geometry>,GeometryCollectionBuilder>- 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,org.elasticsearch.geometry.GeometryCollection<org.elasticsearch.geometry.Geometry>,GeometryCollectionBuilder>
-
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,org.elasticsearch.geometry.GeometryCollection<org.elasticsearch.geometry.Geometry>,GeometryCollectionBuilder>- Returns:
- new
Shapedefined by the builder
-
buildGeometry
public org.elasticsearch.geometry.GeometryCollection<org.elasticsearch.geometry.Geometry> buildGeometry()Description copied from class:ShapeBuilderbuild lucene geometry.- Specified by:
buildGeometryin classShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.GeometryCollection<org.elasticsearch.geometry.Geometry>,GeometryCollectionBuilder>- Returns:
- GeoPoint, double[][], Line, Line[], Polygon, Polygon[], Rectangle, Object[]
-
hashCode
public int hashCode()- Overrides:
hashCodein classShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.GeometryCollection<org.elasticsearch.geometry.Geometry>,GeometryCollectionBuilder>
-
equals
- Overrides:
equalsin classShapeBuilder<org.locationtech.spatial4j.shape.Shape,org.elasticsearch.geometry.GeometryCollection<org.elasticsearch.geometry.Geometry>,GeometryCollectionBuilder>
-