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 theGeometryinterface 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 GeometryDensifier.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 MultiPolygonMultiPolygon. copy()MultiPolygonGeometryFactory. createMultiPolygon()MultiPolygonGeometryFactory. 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 theListto 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 GeometryGeometryTransformer. 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 MultiPolygonWKBReader. readMultiPolygon()private MultiPolygonWKTReader. readMultiPolygonText()Creates aMultiPolygonusing the next token in the stream.Methods in org.locationtech.jts.io with parameters of type MultiPolygon Modifier and Type Method Description private voidWKTWriter. appendMultiPolygonTaggedText(MultiPolygon multiPolygon, int level, java.io.Writer writer)Converts aMultiPolygonto <MultiPolygon Tagged Text> format, then appends it to the writer.private voidWKTWriter. appendMultiPolygonText(MultiPolygon multiPolygon, int level, java.io.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 MultiPolygon Modifier and Type Method Description private voidGMLWriter. 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 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 MultiPolygon Modifier and Type Method Description protected 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 MultiPolygon Modifier and Type Method Description private MultiPolygonCleanDuplicatePoints. clean(MultiPolygon g)Methods in org.locationtech.jtstest.clean with parameters of type MultiPolygon Modifier and Type Method Description private MultiPolygonCleanDuplicatePoints. 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 voidSVGWriter. appendMultiPolygonTaggedText(MultiPolygon multiPolygon, int level, java.io.Writer writer)Converts aMultiPolygonto <MultiPolygon Tagged Text> format, then appends it to the writer.private voidSVGWriter. appendMultiPolygonText(MultiPolygon multiPolygon, int level, java.io.Writer writer)Converts aMultiPolygonto <MultiPolygon Text> format, then appends it to the writer.
-