public static GeometryCollection map(GeometryCollection gc, MapOp op) { GeometryCollectionMapper mapper = new GeometryCollectionMapper(op); return mapper.map(gc); }
public GeometryCollectionMapper(MapOp mapOp) { this.mapOp = mapOp; }