static EnvelopeBuilder |
ShapeBuilder.newEnvelope(ShapeBuilder.Orientation orientation)
create a new rectangle
|
static GeometryCollectionBuilder |
ShapeBuilder.newGeometryCollection(ShapeBuilder.Orientation orientation)
Create a new GeometryCollection
|
static MultiPolygonBuilder |
ShapeBuilder.newMultiPolygon(ShapeBuilder.Orientation orientation)
Create a new Collection of polygons
|
static PolygonBuilder |
ShapeBuilder.newPolygon(ShapeBuilder.Orientation orientation)
Create a new Polygon
|
protected static EnvelopeBuilder |
ShapeBuilder.GeoShapeType.parseEnvelope(ShapeBuilder.CoordinateNode coordinates,
ShapeBuilder.Orientation orientation) |
protected static MultiPolygonBuilder |
ShapeBuilder.GeoShapeType.parseMultiPolygon(ShapeBuilder.CoordinateNode coordinates,
ShapeBuilder.Orientation orientation,
boolean coerce) |
protected static PolygonBuilder |
ShapeBuilder.GeoShapeType.parsePolygon(ShapeBuilder.CoordinateNode coordinates,
ShapeBuilder.Orientation orientation,
boolean coerce) |
MultiPolygonBuilder.InternalPolygonBuilder |
MultiPolygonBuilder.polygon(ShapeBuilder.Orientation orientation) |