Uses of Class
org.locationtech.jts.geom.MultiPolygon
-
Packages that use MultiPolygon Package Description org.locationtech.jts.densify Classes to perform densification on geometries.org.locationtech.jts.geom Contains theGeometry
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 -
-
Uses of MultiPolygon in org.locationtech.jts.densify
Methods in org.locationtech.jts.densify with parameters of type MultiPolygon Modifier and Type Method Description protected Geometry
Densifier.DensifyTransformer. transformMultiPolygon(MultiPolygon geom, Geometry parent)
-
Uses of MultiPolygon in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiPolygon Modifier and Type Method 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 theList
to an array. -
Uses of MultiPolygon in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type MultiPolygon Modifier and Type Method Description protected Geometry
GeometryTransformer. transformMultiPolygon(MultiPolygon geom, Geometry parent)
-
Uses of MultiPolygon in org.locationtech.jts.io
Methods in org.locationtech.jts.io that return MultiPolygon Modifier and Type Method Description private 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 MultiPolygon Modifier and Type Method Description private void
WKTWriter. appendMultiPolygonTaggedText(MultiPolygon multiPolygon, int level, java.io.Writer writer)
Converts aMultiPolygon
to <MultiPolygon Tagged Text> format, then appends it to the writer.private void
WKTWriter. appendMultiPolygonText(MultiPolygon multiPolygon, int level, java.io.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 MultiPolygon Modifier and Type Method Description private void
GMLWriter. writeMultiPolygon(MultiPolygon mp, java.io.Writer writer, int level)
-
Uses of MultiPolygon in org.locationtech.jts.operation.valid
Methods in org.locationtech.jts.operation.valid with parameters of type MultiPolygon Modifier and Type Method 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)
-
Uses of MultiPolygon in org.locationtech.jts.simplify
Methods in org.locationtech.jts.simplify with parameters of type MultiPolygon Modifier and Type Method Description protected 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 MultiPolygon Modifier and Type Method Description private MultiPolygon
CleanDuplicatePoints. clean(MultiPolygon g)
Methods in org.locationtech.jtstest.clean with parameters of type MultiPolygon Modifier and Type Method Description private 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 MultiPolygon Modifier and Type Method Description private void
SVGWriter. appendMultiPolygonTaggedText(MultiPolygon multiPolygon, int level, java.io.Writer writer)
Converts aMultiPolygon
to <MultiPolygon Tagged Text> format, then appends it to the writer.private void
SVGWriter. appendMultiPolygonText(MultiPolygon multiPolygon, int level, java.io.Writer writer)
Converts aMultiPolygon
to <MultiPolygon Text> format, then appends it to the writer.
-