Package org.locationtech.jts.geom.util
Class GeometryCollectionMapper
- java.lang.Object
-
- org.locationtech.jts.geom.util.GeometryCollectionMapper
-
public class GeometryCollectionMapper extends java.lang.Object
Maps the members of aGeometryCollection
into another GeometryCollection via a defined mapping function.
-
-
Field Summary
Fields Modifier and Type Field Description private GeometryMapper.MapOp
mapOp
-
Constructor Summary
Constructors Constructor Description GeometryCollectionMapper(GeometryMapper.MapOp mapOp)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GeometryCollection
map(GeometryCollection gc)
static GeometryCollection
map(GeometryCollection gc, GeometryMapper.MapOp op)
-
-
-
Field Detail
-
mapOp
private GeometryMapper.MapOp mapOp
-
-
Constructor Detail
-
GeometryCollectionMapper
public GeometryCollectionMapper(GeometryMapper.MapOp mapOp)
-
-
Method Detail
-
map
public static GeometryCollection map(GeometryCollection gc, GeometryMapper.MapOp op)
-
map
public GeometryCollection map(GeometryCollection gc)
-
-