Class MultiPointBuilder
java.lang.Object
org.elasticsearch.common.geo.builders.ShapeBuilder<XShapeCollection<org.locationtech.spatial4j.shape.Point>,org.elasticsearch.geometry.MultiPoint,MultiPointBuilder>
org.elasticsearch.common.geo.builders.MultiPointBuilder
- All Implemented Interfaces:
NamedWriteable,Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class MultiPointBuilder
extends ShapeBuilder<XShapeCollection<org.locationtech.spatial4j.shape.Point>,org.elasticsearch.geometry.MultiPoint,MultiPointBuilder>
-
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
ConstructorsConstructorDescriptionCreates a new empty MultiPoint builderMultiPointBuilder(List<org.locationtech.jts.geom.Coordinate> coordinates)Create a newMultiPointBuilder.Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.geometry.MultiPointbuild lucene geometry.XShapeCollection<org.locationtech.spatial4j.shape.Point>buildS4J()Create a new Shape from this builder.inttracks number of dimensions for this shapeorg.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)type()get the shapes typeMethods inherited from class org.elasticsearch.common.geo.builders.ShapeBuilder
contentToWKT, coordinate, coordinate, coordinateListToWKT, coordinates, coordinates, coordinates, coordinatesToXcontent, debugEnabled, equals, getWriteableName, hashCode, intersection, intersections, jtsGeometry, readFromStream, shift, toString, toWKT, toXContent, writeCoordinateTo, writeToMethods 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
-
MultiPointBuilder
Create a newMultiPointBuilder.- Parameters:
coordinates- needs at least two coordinates to be valid, otherwise will throw an exception
-
MultiPointBuilder
public MultiPointBuilder()Creates a new empty MultiPoint builder -
MultiPointBuilder
Read from a stream.- Throws:
IOException
-
-
Method Details
-
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
-
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<XShapeCollection<org.locationtech.spatial4j.shape.Point>,org.elasticsearch.geometry.MultiPoint,MultiPointBuilder>- Returns:
- new
Shapedefined by the builder
-
buildGeometry
public org.elasticsearch.geometry.MultiPoint buildGeometry()Description copied from class:ShapeBuilderbuild lucene geometry.- Specified by:
buildGeometryin classShapeBuilder<XShapeCollection<org.locationtech.spatial4j.shape.Point>,org.elasticsearch.geometry.MultiPoint,MultiPointBuilder>- Returns:
- GeoPoint, double[][], Line, Line[], Polygon, Polygon[], Rectangle, Object[]
-
type
Description copied from class:ShapeBuilderget the shapes type- Specified by:
typein classShapeBuilder<XShapeCollection<org.locationtech.spatial4j.shape.Point>,org.elasticsearch.geometry.MultiPoint,MultiPointBuilder>- Returns:
- type of the shape
-
numDimensions
public int numDimensions()Description copied from class:ShapeBuildertracks number of dimensions for this shape- Specified by:
numDimensionsin classShapeBuilder<XShapeCollection<org.locationtech.spatial4j.shape.Point>,org.elasticsearch.geometry.MultiPoint,MultiPointBuilder>
-