Uses of Class
com.vividsolutions.jts.geom.GeometryCollection
-
Packages that use GeometryCollection Package Description com.vividsolutions.jts.geom Contains theGeometryinterface hierarchy and supporting classes.com.vividsolutions.jts.geom.util Provides classes that parse and modify Geometry objects.com.vividsolutions.jtstest.testbuilder.io.shapefile -
-
Uses of GeometryCollection in com.vividsolutions.jts.geom
Subclasses of GeometryCollection in com.vividsolutions.jts.geom Modifier and Type Class Description classMultiLineStringModels a collection of (@link LineString}s.classMultiPointModels a collection ofPoints.classMultiPolygonModels a collection ofPolygons.Methods in com.vividsolutions.jts.geom that return GeometryCollection Modifier and Type Method Description GeometryCollectionGeometryFactory. createGeometryCollection(Geometry[] geometries)Creates a GeometryCollection using the given Geometries; a null or empty array will create an empty GeometryCollection. -
Uses of GeometryCollection in com.vividsolutions.jts.geom.util
Methods in com.vividsolutions.jts.geom.util that return GeometryCollection Modifier and Type Method Description GeometryCollectionGeometryCollectionMapper. map(GeometryCollection gc)static GeometryCollectionGeometryCollectionMapper. map(GeometryCollection gc, GeometryMapper.MapOp op)Methods in com.vividsolutions.jts.geom.util with parameters of type GeometryCollection Modifier and Type Method Description GeometryCollectionGeometryCollectionMapper. map(GeometryCollection gc)static GeometryCollectionGeometryCollectionMapper. map(GeometryCollection gc, GeometryMapper.MapOp op)protected GeometryGeometryTransformer. transformGeometryCollection(GeometryCollection geom, Geometry parent) -
Uses of GeometryCollection in com.vividsolutions.jtstest.testbuilder.io.shapefile
Methods in com.vividsolutions.jtstest.testbuilder.io.shapefile that return GeometryCollection Modifier and Type Method Description GeometryCollectionShapefile. read(GeometryFactory geometryFactory)Initialises a shapefile from disk.Constructors in com.vividsolutions.jtstest.testbuilder.io.shapefile with parameters of type GeometryCollection Constructor Description ShapefileHeader(GeometryCollection geometries, int dims)
-