NamedWriteable, Writeable, ToXContent, ToXContentObjectpublic class MultiLineStringBuilder extends ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,MultiLineStringBuilder>
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 |
|---|---|
MultiLineStringBuilder() |
|
MultiLineStringBuilder(StreamInput in) |
Read from a stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.locationtech.spatial4j.shape.jts.JtsGeometry |
build() |
Create a new Shape from this builder.
|
protected java.lang.StringBuilder |
contentToWKT() |
|
com.vividsolutions.jts.geom.Coordinate[][] |
coordinates() |
|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
|
MultiLineStringBuilder |
linestring(LineStringBuilder line) |
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
|
GeoShapeType |
type() |
get the shapes type
|
void |
writeTo(StreamOutput out) |
Write this into the StreamOutput.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcoordinate, coordinate, coordinateListToWKT, coordinates, coordinates, coordinates, coordinatesToXcontent, debugEnabled, getWriteableName, intersection, intersections, jtsGeometry, parse, readFromStream, shift, toString, toWKT, toXContent, writeCoordinateToisFragmentpublic static final GeoShapeType TYPE
public MultiLineStringBuilder(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic MultiLineStringBuilder()
public void writeTo(StreamOutput out) throws java.io.IOException
WriteablewriteTo in interface WriteablewriteTo in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,MultiLineStringBuilder>java.io.IOExceptionpublic MultiLineStringBuilder linestring(LineStringBuilder line)
public com.vividsolutions.jts.geom.Coordinate[][] coordinates()
public GeoShapeType type()
ShapeBuildertype in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,MultiLineStringBuilder>protected java.lang.StringBuilder contentToWKT()
contentToWKT in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,MultiLineStringBuilder>public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
java.io.IOExceptionpublic org.locationtech.spatial4j.shape.jts.JtsGeometry build()
ShapeBuilderbuild in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,MultiLineStringBuilder>Shape defined by the builderpublic int hashCode()
hashCode in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,MultiLineStringBuilder>public boolean equals(java.lang.Object obj)
equals in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,MultiLineStringBuilder>