| Package | Description |
|---|---|
| org.locationtech.jts.geom.util |
Provides classes that parse and modify Geometry objects.
|
| Modifier and Type | Field and Description |
|---|---|
private GeometryMapper.MapOp |
GeometryCollectionMapper.mapOp |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection |
GeometryMapper.map(java.util.Collection geoms,
GeometryMapper.MapOp op) |
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc,
GeometryMapper.MapOp op) |
static Geometry |
GeometryMapper.map(Geometry geom,
GeometryMapper.MapOp op)
Maps the members of a
Geometry
(which may be atomic or composite)
into another Geometry of most specific type. |
| Constructor and Description |
|---|
GeometryCollectionMapper(GeometryMapper.MapOp mapOp) |