Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
org.geolatte.geom.builder |
Modifier and Type | Method and Description |
---|---|
static MultiPolygon |
MultiPolygon.createEmpty()
Constructs an empty
MultiPolygon . |
MultiPolygon |
GeometryFactory.createMultiPolygon(Polygon[] polygons)
Creates a
MultiPolygon from the specified Polygon s. |
abstract MultiPolygon |
PolyHedralSurface.getBoundingPolygons(Polygon patch) |
Modifier and Type | Method and Description |
---|---|
static MultiPolygon |
DSL.multipolygon(int srid,
DSL.Polygon2DMToken... tokens) |
static MultiPolygon |
DSL.multipolygon(int srid,
DSL.Polygon2DToken... tokens) |
static MultiPolygon |
DSL.multipolygon(int srid,
DSL.Polygon3DMToken... tokens) |
static MultiPolygon |
DSL.multipolygon(int srid,
DSL.Polygon3DToken... tokens) |
Copyright © 2015 geolatte.org. All rights reserved.