Uses of Class
org.locationtech.jts.geom.GeometryCollection
-
Packages that use GeometryCollection Package Description 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.jtstest.function org.locationtech.jtstest.testbuilder.io.shapefile -
-
Uses of GeometryCollection in org.locationtech.jts.geom
Subclasses of GeometryCollection in org.locationtech.jts.geom Modifier and Type Class Description class
MultiLineString
Models a collection ofLineString
s.class
MultiPoint
Models a collection ofPoint
s.class
MultiPolygon
Models a collection ofPolygon
s.Methods in org.locationtech.jts.geom that return GeometryCollection Modifier and Type Method Description protected GeometryCollection
GeometryCollection. copyInternal()
GeometryCollection
GeometryFactory. createGeometryCollection()
Constructs an emptyGeometryCollection
geometry.GeometryCollection
GeometryFactory. createGeometryCollection(Geometry[] geometries)
Creates a GeometryCollection using the given Geometries; a null or empty array will create an empty GeometryCollection.GeometryCollection
GeometryCollection. reverse()
Creates aGeometryCollection
with every component reversed.protected GeometryCollection
GeometryCollection. reverseInternal()
-
Uses of GeometryCollection in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util that return GeometryCollection Modifier and Type Method Description GeometryCollection
GeometryCollectionMapper. map(GeometryCollection gc)
static GeometryCollection
GeometryCollectionMapper. map(GeometryCollection gc, GeometryMapper.MapOp op)
Methods in org.locationtech.jts.geom.util with parameters of type GeometryCollection Modifier and Type Method Description GeometryCollection
GeometryCollectionMapper. map(GeometryCollection gc)
static GeometryCollection
GeometryCollectionMapper. map(GeometryCollection gc, GeometryMapper.MapOp op)
protected Geometry
GeometryTransformer. transformGeometryCollection(GeometryCollection geom, Geometry parent)
-
Uses of GeometryCollection in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function that return GeometryCollection Modifier and Type Method Description static GeometryCollection
DiffFunctions. diffSegments(Geometry a, Geometry b)
static GeometryCollection
DiffFunctions. diffSegmentsBoth(Geometry a, Geometry b)
static GeometryCollection
DiffFunctions. diffVerticesBoth(Geometry a, Geometry b)
static GeometryCollection
DiffFunctions. duplicateSegments(Geometry a)
static GeometryCollection
DiffFunctions. singleSegments(Geometry a)
-
Uses of GeometryCollection in org.locationtech.jtstest.testbuilder.io.shapefile
Methods in org.locationtech.jtstest.testbuilder.io.shapefile that return GeometryCollection Modifier and Type Method Description GeometryCollection
Shapefile. read(GeometryFactory geometryFactory)
Initialises a shapefile from disk.Constructors in org.locationtech.jtstest.testbuilder.io.shapefile with parameters of type GeometryCollection Constructor Description ShapefileHeader(GeometryCollection geometries, int dims)
-