|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.geom.util.GeometryCollectionMapper
public class GeometryCollectionMapper
Maps the members of a GeometryCollection
into another GeometryCollection via a defined
mapping function.
Constructor Summary | |
---|---|
GeometryCollectionMapper(GeometryMapper.MapOp mapOp)
|
Method Summary | |
---|---|
GeometryCollection |
map(GeometryCollection gc)
|
static GeometryCollection |
map(GeometryCollection gc,
GeometryMapper.MapOp op)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeometryCollectionMapper(GeometryMapper.MapOp mapOp)
Method Detail |
---|
public static GeometryCollection map(GeometryCollection gc, GeometryMapper.MapOp op)
public GeometryCollection map(GeometryCollection gc)
|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |