Package | Description |
---|---|
com.vividsolutions.jts.geom | |
com.vividsolutions.jts.geom.util |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
GeometryCollection |
GeometryFactory.createGeometryCollection(Geometry[] geometries)
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 gc) |
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc,
GeometryMapper.MapOp op) |
Modifier and Type | Method and Description |
---|---|
GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc) |
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc,
GeometryMapper.MapOp op) |
protected Geometry |
GeometryTransformer.transformGeometryCollection(GeometryCollection geom,
Geometry parent) |
Copyright © 2016. All rights reserved.