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 GeometryDensifier.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 theListto 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 GeometryGeometryTransformer.transformMultiPolygon(MultiPolygon geom, Geometry parent) -
Uses of MultiPolygon in org.locationtech.jts.io
Methods in org.locationtech.jts.io that return MultiPolygonModifier and TypeMethodDescriptionprivate MultiPolygonWKBReader.readMultiPolygon()private MultiPolygonWKTReader.readMultiPolygonText()Creates aMultiPolygonusing the next token in the stream.Methods in org.locationtech.jts.io with parameters of type MultiPolygonModifier and TypeMethodDescriptionprivate voidWKTWriter.appendMultiPolygonTaggedText(MultiPolygon multiPolygon, int level, Writer writer) Converts aMultiPolygonto <MultiPolygon Tagged Text> format, then appends it to the writer.private voidWKTWriter.appendMultiPolygonText(MultiPolygon multiPolygon, int level, Writer writer) Converts aMultiPolygonto <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 voidGMLWriter.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 voidIsValidOp.checkShellsNotNested(MultiPolygon mp, GeometryGraph graph) Tests that no element polygon is wholly in the interior of another element polygon.private voidIsValidOp.checkValid(MultiPolygon g) -
Uses of MultiPolygon in org.locationtech.jts.simplify
Methods in org.locationtech.jts.simplify with parameters of type MultiPolygonModifier and TypeMethodDescriptionprotected GeometryDouglasPeuckerSimplifier.DPTransformer.transformMultiPolygon(MultiPolygon geom, Geometry parent) Simplifies a MultiPolygon, fixing it if required.protected GeometryVWSimplifier.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 MultiPolygonCleanDuplicatePoints.clean(MultiPolygon g) Methods in org.locationtech.jtstest.clean with parameters of type MultiPolygonModifier and TypeMethodDescriptionprivate MultiPolygonCleanDuplicatePoints.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 voidSVGWriter.appendMultiPolygonTaggedText(MultiPolygon multiPolygon, int level, Writer writer) Converts aMultiPolygonto <MultiPolygon Tagged Text> format, then appends it to the writer.private voidSVGWriter.appendMultiPolygonText(MultiPolygon multiPolygon, int level, Writer writer) Converts aMultiPolygonto <MultiPolygon Text> format, then appends it to the writer.