Package | Description |
---|---|
org.locationtech.jts.densify |
Classes to perform densification on geometries.
|
org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
org.locationtech.jts.geom.util |
Provides classes that parse and modify Geometry objects.
|
org.locationtech.jts.io |
Contains the interfaces for converting JTS objects to and from other formats.
|
org.locationtech.jts.io.gml2 |
Classes to read and write the GML2 geometry format.
|
org.locationtech.jts.operation.valid |
Provides classes for testing the validity of geometries.
|
org.locationtech.jts.simplify |
Classes which implement algorithms for simplifying or generalizing geometries.
|
org.locationtech.jtstest.clean | |
org.locationtech.jtstest.util.io |
Modifier and Type | Method and Description |
---|---|
protected Geometry |
Densifier.DensifyTransformer.transformMultiPolygon(MultiPolygon geom,
Geometry parent) |
Modifier and Type | Method and Description |
---|---|
MultiPolygon |
MultiPolygon.copy() |
MultiPolygon |
GeometryFactory.createMultiPolygon() |
MultiPolygon |
GeometryFactory.createMultiPolygon(Polygon[] polygons)
Creates a MultiPolygon using the given Polygons; a null or empty array
will create an empty Polygon.
|
static MultiPolygon[] |
GeometryFactory.toMultiPolygonArray(java.util.Collection multiPolygons)
Converts the
List to an array. |
Modifier and Type | Method and Description |
---|---|
protected Geometry |
GeometryTransformer.transformMultiPolygon(MultiPolygon geom,
Geometry parent) |
Modifier and Type | Method and Description |
---|---|
private MultiPolygon |
WKBReader.readMultiPolygon() |
private MultiPolygon |
WKTReader.readMultiPolygonText()
Creates a
MultiPolygon using the next token in the stream. |
Modifier and Type | Method and Description |
---|---|
private void |
WKTWriter.appendMultiPolygonTaggedText(MultiPolygon multiPolygon,
int level,
java.io.Writer writer)
Converts a
MultiPolygon to <MultiPolygon Tagged Text>
format, then appends it to the writer. |
private void |
WKTWriter.appendMultiPolygonText(MultiPolygon multiPolygon,
int level,
java.io.Writer writer)
Converts a
MultiPolygon to <MultiPolygon Text> format,
then appends it to the writer. |
Modifier and Type | Method and Description |
---|---|
private void |
GMLWriter.writeMultiPolygon(MultiPolygon mp,
java.io.Writer writer,
int level) |
Modifier and Type | Method and Description |
---|---|
private void |
IsValidOp.checkShellsNotNested(MultiPolygon mp,
GeometryGraph graph)
Tests that no element polygon is wholly in the interior of another element polygon.
|
private void |
IsValidOp.checkValid(MultiPolygon g) |
Modifier and Type | Method and Description |
---|---|
protected Geometry |
VWSimplifier.VWTransformer.transformMultiPolygon(MultiPolygon geom,
Geometry parent)
Simplifies a MultiPolygon, fixing it if required.
|
protected Geometry |
DouglasPeuckerSimplifier.DPTransformer.transformMultiPolygon(MultiPolygon geom,
Geometry parent)
Simplifies a MultiPolygon, fixing it if required.
|
Modifier and Type | Method and Description |
---|---|
private MultiPolygon |
CleanDuplicatePoints.clean(MultiPolygon g) |
Modifier and Type | Method and Description |
---|---|
private MultiPolygon |
CleanDuplicatePoints.clean(MultiPolygon g) |
Modifier and Type | Method and Description |
---|---|
private void |
SVGWriter.appendMultiPolygonTaggedText(MultiPolygon multiPolygon,
int level,
java.io.Writer writer)
Converts a
MultiPolygon to <MultiPolygon Tagged Text>
format, then appends it to the writer. |
private void |
SVGWriter.appendMultiPolygonText(MultiPolygon multiPolygon,
int level,
java.io.Writer writer)
Converts a
MultiPolygon to <MultiPolygon Text> format,
then appends it to the writer. |