|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeometryCollection | |
---|---|
com.vividsolutions.jts.geom | Contains the Geometry interface hierarchy and supporting classes. |
com.vividsolutions.jts.geom.util | Provides classes that parse and modify Geometry objects. |
Uses of GeometryCollection in com.vividsolutions.jts.geom |
---|
Subclasses of GeometryCollection in com.vividsolutions.jts.geom | |
---|---|
class |
MultiLineString
Models a collection of (@link LineString}s. |
class |
MultiPoint
Models a collection of Point s. |
class |
MultiPolygon
Models a collection of Polygon s. |
Methods in com.vividsolutions.jts.geom that return GeometryCollection | |
---|---|
GeometryCollection |
GeometryFactory.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 | |
---|---|
GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc)
|
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc,
GeometryMapper.MapOp op)
|
Methods in com.vividsolutions.jts.geom.util with parameters of type GeometryCollection | |
---|---|
GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc)
|
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc,
GeometryMapper.MapOp op)
|
protected Geometry |
GeometryTransformer.transformGeometryCollection(GeometryCollection geom,
Geometry parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |