public class MultiPolygonBuilder extends ShapeBuilder
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
MultiPolygonBuilder.InternalPolygonBuilder |
ShapeBuilder.CoordinateNode, ShapeBuilder.Edge, ShapeBuilder.GeoShapeType, ShapeBuilder.OrientationToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ArrayList<BasePolygonBuilder<?>> |
polygons |
static ShapeBuilder.GeoShapeType |
TYPE |
autoIndexJtsGeometry, autoValidateJtsGeometry, DATELINE, FACTORY, FIELD_COORDINATES, FIELD_GEOMETRIES, FIELD_ORIENTATION, FIELD_TYPE, INTERSECTION_ORDER, LOGGER, multiPolygonMayOverlap, orientation, SPATIAL_CONTEXT, wrapdatelineEMPTY_PARAMS| コンストラクタと説明 |
|---|
MultiPolygonBuilder() |
MultiPolygonBuilder(ShapeBuilder.Orientation orientation) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
com.spatial4j.core.shape.Shape |
build()
Create a new Shape from this builder.
|
MultiPolygonBuilder.InternalPolygonBuilder |
polygon() |
MultiPolygonBuilder |
polygon(BasePolygonBuilder<?> polygon) |
MultiPolygonBuilder.InternalPolygonBuilder |
polygon(ShapeBuilder.Orientation orientation) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
ShapeBuilder.GeoShapeType |
type()
get the shapes type
|
coordinate, debugEnabled, intersection, intersections, jtsGeometry, newCircleBuilder, newEnvelope, newEnvelope, newGeometryCollection, newGeometryCollection, newLineString, newMultiLinestring, newMultiPoint, newMultiPolygon, newMultiPolygon, newPoint, newPoint, newPolygon, newPolygon, orientationFromString, parse, parse, shift, toString, toXContentpublic static final ShapeBuilder.GeoShapeType TYPE
protected final ArrayList<BasePolygonBuilder<?>> polygons
public MultiPolygonBuilder()
public MultiPolygonBuilder(ShapeBuilder.Orientation orientation)
public MultiPolygonBuilder polygon(BasePolygonBuilder<?> polygon)
public MultiPolygonBuilder.InternalPolygonBuilder polygon()
public MultiPolygonBuilder.InternalPolygonBuilder polygon(ShapeBuilder.Orientation orientation)
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
IOExceptionpublic ShapeBuilder.GeoShapeType type()
ShapeBuildertype クラス内 ShapeBuilderpublic com.spatial4j.core.shape.Shape build()
ShapeBuilderbuild クラス内 ShapeBuilderShape defined by the builderCopyright © 2009–2016. All rights reserved.