Uses of Interface
com.vividsolutions.jts.geom.util.GeometryMapper.MapOp
-
Packages that use GeometryMapper.MapOp Package Description com.vividsolutions.jts.geom.util Provides classes that parse and modify Geometry objects. -
-
Uses of GeometryMapper.MapOp in com.vividsolutions.jts.geom.util
Methods in com.vividsolutions.jts.geom.util with parameters of type GeometryMapper.MapOp Modifier and Type Method Description static GeometryCollectionGeometryCollectionMapper. map(GeometryCollection gc, GeometryMapper.MapOp op)static GeometryGeometryMapper. map(Geometry geom, GeometryMapper.MapOp op)Maps the members of aGeometry(which may be atomic or composite) into another Geometry of most specific type.static java.util.CollectionGeometryMapper. map(java.util.Collection geoms, GeometryMapper.MapOp op)Constructors in com.vividsolutions.jts.geom.util with parameters of type GeometryMapper.MapOp Constructor Description GeometryCollectionMapper(GeometryMapper.MapOp mapOp)
-