| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiLineString
Models a collection of (@link LineString}s.
|
class |
MultiPoint
Models a collection of
Points.
|
class |
MultiPolygon
Models a collection of
Polygons.
|
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection |
GeometryFactory.createGeometryCollection(Geometry
Creates a GeometryCollection using the given Geometries; a null or empty array will create an empty GeometryCollection.
|
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection
|
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection
|
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection
|
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection
|
protected Geometry |
GeometryTransformer.transformGeometryCollection(GeometryCollection
|