JTS Core 1.17.1
Packages
Classes
Search
About
Top
GeometryCollectionMapper(MapOp)
map(GeometryCollection, MapOp): GeometryCollection
map(GeometryCollection): GeometryCollection
Bottom
Source
Classic
org.locationtech.jts.geom.util
Class GeometryCollectionMapper
Hierarchy:
Object
, GeometryCollectionMapper
public class GeometryCollectionMapper
Maps the members of a
GeometryCollection
into another
GeometryCollection
via a defined mapping function.
Authors:
Martin Davis
public
GeometryCollectionMapper(
MapOp
mapOp)
public
static
GeometryCollection
map(
GeometryCollection
gc,
MapOp
op)
public
GeometryCollection
map(
GeometryCollection
gc)