Uses of Class
org.locationtech.jts.geom.MultiPolygon
Packages that use MultiPolygon
Package
Description
Classes to perform densification on geometries.
Contains the
Geometry
interface hierarchy and supporting classes.Provides classes that parse and modify Geometry objects.
Contains the interfaces for converting JTS objects to and from other formats.
Classes to read and write the GML2 geometry format.
Provides classes for testing the validity of geometries.
Classes which implement algorithms for simplifying or generalizing geometries.
-
Uses of MultiPolygon in org.locationtech.jts.densify
Methods in org.locationtech.jts.densify with parameters of type MultiPolygonModifier and TypeMethodDescriptionprotected Geometry
Densifier.DensifyTransformer.transformMultiPolygon
(MultiPolygon geom, Geometry parent) -
Uses of MultiPolygon in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiPolygonModifier and TypeMethodDescriptionMultiPolygon.copy()
GeometryFactory.createMultiPolygon()
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
(Collection multiPolygons) Converts theList
to an array. -
Uses of MultiPolygon in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type MultiPolygonModifier and TypeMethodDescriptionprotected Geometry
GeometryTransformer.transformMultiPolygon
(MultiPolygon geom, Geometry parent) -
Uses of MultiPolygon in org.locationtech.jts.io
Methods in org.locationtech.jts.io that return MultiPolygonModifier and TypeMethodDescriptionprivate MultiPolygon
WKBReader.readMultiPolygon()
private MultiPolygon
WKTReader.readMultiPolygonText()
Creates aMultiPolygon
using the next token in the stream.Methods in org.locationtech.jts.io with parameters of type MultiPolygonModifier and TypeMethodDescriptionprivate void
WKTWriter.appendMultiPolygonTaggedText
(MultiPolygon multiPolygon, int level, Writer writer) Converts aMultiPolygon
to <MultiPolygon Tagged Text> format, then appends it to the writer.private void
WKTWriter.appendMultiPolygonText
(MultiPolygon multiPolygon, int level, Writer writer) Converts aMultiPolygon
to <MultiPolygon Text> format, then appends it to the writer. -
Uses of MultiPolygon in org.locationtech.jts.io.gml2
Methods in org.locationtech.jts.io.gml2 with parameters of type MultiPolygonModifier and TypeMethodDescriptionprivate void
GMLWriter.writeMultiPolygon
(MultiPolygon mp, Writer writer, int level) -
Uses of MultiPolygon in org.locationtech.jts.operation.valid
Methods in org.locationtech.jts.operation.valid with parameters of type MultiPolygonModifier and TypeMethodDescriptionprivate 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) -
Uses of MultiPolygon in org.locationtech.jts.simplify
Methods in org.locationtech.jts.simplify with parameters of type MultiPolygonModifier and TypeMethodDescriptionprotected Geometry
DouglasPeuckerSimplifier.DPTransformer.transformMultiPolygon
(MultiPolygon geom, Geometry parent) Simplifies a MultiPolygon, fixing it if required.protected Geometry
VWSimplifier.VWTransformer.transformMultiPolygon
(MultiPolygon geom, Geometry parent) Simplifies a MultiPolygon, fixing it if required. -
Uses of MultiPolygon in org.locationtech.jtstest.clean
Methods in org.locationtech.jtstest.clean that return MultiPolygonModifier and TypeMethodDescriptionprivate MultiPolygon
CleanDuplicatePoints.clean
(MultiPolygon g) Methods in org.locationtech.jtstest.clean with parameters of type MultiPolygonModifier and TypeMethodDescriptionprivate MultiPolygon
CleanDuplicatePoints.clean
(MultiPolygon g) -
Uses of MultiPolygon in org.locationtech.jtstest.util.io
Methods in org.locationtech.jtstest.util.io with parameters of type MultiPolygonModifier and TypeMethodDescriptionprivate void
SVGWriter.appendMultiPolygonTaggedText
(MultiPolygon multiPolygon, int level, Writer writer) Converts aMultiPolygon
to <MultiPolygon Tagged Text> format, then appends it to the writer.private void
SVGWriter.appendMultiPolygonText
(MultiPolygon multiPolygon, int level, Writer writer) Converts aMultiPolygon
to <MultiPolygon Text> format, then appends it to the writer.