NamedWriteable, Writeable, ToXContent, ToXContentObjectpublic class MultiPointBuilder extends ShapeBuilder<XShapeCollection<org.locationtech.spatial4j.shape.Point>,MultiPointBuilder>
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 |
|---|---|
MultiPointBuilder(java.util.List<org.locationtech.jts.geom.Coordinate> coordinates) |
Create a new
MultiPointBuilder. |
MultiPointBuilder(StreamInput in) |
Read from a stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
XShapeCollection<org.locationtech.spatial4j.shape.Point> |
build() |
Create a new Shape from this builder.
|
int |
numDimensions() |
tracks number of dimensions for this shape
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
|
GeoShapeType |
type() |
get the shapes type
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcontentToWKT, coordinate, coordinate, coordinateListToWKT, coordinates, coordinates, coordinates, coordinatesToXcontent, debugEnabled, equals, getWriteableName, hashCode, intersection, intersections, jtsGeometry, parse, readFromStream, shift, toString, toWKT, toXContent, writeCoordinateTo, writeToisFragmentpublic static final GeoShapeType TYPE
public MultiPointBuilder(java.util.List<org.locationtech.jts.geom.Coordinate> coordinates)
MultiPointBuilder.coordinates - needs at least two coordinates to be valid, otherwise will throw an exceptionpublic MultiPointBuilder(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
java.io.IOExceptionpublic XShapeCollection<org.locationtech.spatial4j.shape.Point> build()
ShapeBuilderbuild in class ShapeBuilder<XShapeCollection<org.locationtech.spatial4j.shape.Point>,MultiPointBuilder>Shape defined by the builderpublic GeoShapeType type()
ShapeBuildertype in class ShapeBuilder<XShapeCollection<org.locationtech.spatial4j.shape.Point>,MultiPointBuilder>public int numDimensions()
ShapeBuildernumDimensions in class ShapeBuilder<XShapeCollection<org.locationtech.spatial4j.shape.Point>,MultiPointBuilder>