| Package | Description |
|---|---|
| com.revolsys.gis.postgresql.type | |
| com.revolsys.io.wkt | |
| com.revolsys.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
| com.revolsys.jts.geom.impl | |
| com.revolsys.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
| com.revolsys.jts.geom.segment | |
| com.revolsys.jts.geom.util |
Provides classes that parse and modify Geometry objects.
|
| com.revolsys.jts.geom.vertex |
| Modifier and Type | Method and Description |
|---|---|
static void |
PostgreSQLWktWriter.write(PrintWriter out,
MultiPolygon multiPolygon) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WktWriter.write(PrintWriter out,
MultiPolygon multiPolygon) |
static void |
EWktWriter.write(PrintWriter out,
MultiPolygon multiPolygon) |
| Modifier and Type | Method and Description |
|---|---|
MultiPolygon |
GeometryFactory.multiPolygon(Collection<?> polygons) |
MultiPolygon |
GeometryFactory.multiPolygon(Geometry geometry) |
MultiPolygon |
GeometryFactory.multiPolygon(Object... polygons) |
MultiPolygon |
GeometryFactory.multiPolygon(Polygon[] polygons)
Creates a MultiPolygon using the given Polygons; a null or empty array
will create an empty Polygon.
|
MultiPolygon |
MultiPolygon.normalize() |
MultiPolygon |
MultiPolygon.reverse()
Creates a
MultiPolygon with
every component reversed. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiPolygon
Models a collection of
Polygons. |
class |
MultiPolygonImpl
Models a collection of
Polygons. |
| Modifier and Type | Method and Description |
|---|---|
MultiPolygon |
AbstractMultiPolygon.normalize() |
MultiPolygon |
MultiPolygonImpl.prepare() |
MultiPolygon |
AbstractMultiPolygon.reverse()
Creates a
MultiPolygon with
every component reversed. |
| Modifier and Type | Class and Description |
|---|---|
class |
PreparedMultiPolygon
A prepared version for
MultiPolygonal geometries. |
| Modifier and Type | Method and Description |
|---|---|
MultiPolygon |
PreparedMultiPolygon.getMultiPolygon() |
MultiPolygon |
PreparedMultiPolygon.prepare() |
| Constructor and Description |
|---|
PreparedMultiPolygon(MultiPolygon polygon) |
| Modifier and Type | Method and Description |
|---|---|
MultiPolygon |
MultiPolygonSegment.getMultiPolygon() |
| Constructor and Description |
|---|
MultiPolygonSegment(MultiPolygon multiPolygon,
int... segmentId) |
| Modifier and Type | Method and Description |
|---|---|
static MultiPolygon |
CleanDuplicatePoints.clean(MultiPolygon multiPolygon) |
| Modifier and Type | Method and Description |
|---|---|
static MultiPolygon |
CleanDuplicatePoints.clean(MultiPolygon multiPolygon) |
protected Geometry |
GeometryTransformer.transformMultiPolygon(MultiPolygon geom,
Geometry parent) |
| Modifier and Type | Method and Description |
|---|---|
MultiPolygon |
MultiPolygonVertex.getMultiPolygon() |
| Constructor and Description |
|---|
MultiPolygonVertex(MultiPolygon multiPolygon,
int... vertexId) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.