Uses of Interface
org.locationtech.jts.geom.util.GeometryMapper.MapOp
-
Packages that use GeometryMapper.MapOp Package Description org.locationtech.jts.geom.util -
-
Uses of GeometryMapper.MapOp in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type GeometryMapper.MapOp Modifier and Type Method Description static GeometryCollectionGeometryCollectionMapper. map(GeometryCollection gc, GeometryMapper.MapOp op)static CollectionGeometryMapper. map(Collection geoms, 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.Constructors in org.locationtech.jts.geom.util with parameters of type GeometryMapper.MapOp Constructor Description GeometryCollectionMapper(GeometryMapper.MapOp mapOp)
-