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.- Author:
- Martin Davis
-
-
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)
-
-
-
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)
-
-