| Modifier and Type | Class and Description |
|---|---|
static interface |
GeometryMapper
An interface for geometry functions used for mapping.
|
| Constructor and Description |
|---|
GeometryMapper()
|
| Modifier and Type | Method and Description |
|---|---|
static Collection |
map(Collection
|
static Geometry |
map(Geometry
Maps the members of a
Geometry (which may be atomic or composite) into another
Geometry of most specific type.
|
public static Geometrymap(Geometry geom, GeometryMapper .MapOp op)
Geometry (which may be atomic or composite) into another
Geometry of most specific type.
null results are skipped. In the case of hierarchical
GeometryCollections, only the first level of members are mapped.
geom - the input atomic or composite geometry
op - the mapping operation
public static Collectionmap(Collection geoms, GeometryMapper .MapOp op)