public class GeometryCollectionMapper
extends java.lang.Object
GeometryCollection
into another GeometryCollection via a defined
mapping function.| Modifier and Type | Field and Description |
|---|---|
private GeometryMapper.MapOp |
mapOp |
| Constructor and Description |
|---|
GeometryCollectionMapper(GeometryMapper.MapOp mapOp) |
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection |
map(GeometryCollection gc) |
static GeometryCollection |
map(GeometryCollection gc,
GeometryMapper.MapOp op) |
private GeometryMapper.MapOp mapOp
public GeometryCollectionMapper(GeometryMapper.MapOp mapOp)
public static GeometryCollection map(GeometryCollection gc, GeometryMapper.MapOp op)
public GeometryCollection map(GeometryCollection gc)