Uses of Interface
org.locationtech.jts.geom.util.GeometryMapper.MapOp
-
Packages that use GeometryMapper.MapOp Package Description org.locationtech.jts.geom.util Provides classes that parse and modify Geometry objects. -
-
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 Geometry
GeometryMapper. flatMap(Geometry geom, int emptyDim, GeometryMapper.MapOp op)
Maps the atomic elements of aGeometry
(which may be atomic or composite) using aGeometryMapper.MapOp
mapping operation into an atomic Geometry or a flat collection of the most specific type.static GeometryCollection
GeometryCollectionMapper. map(GeometryCollection gc, GeometryMapper.MapOp op)
static java.util.Collection
GeometryMapper. map(java.util.Collection geoms, GeometryMapper.MapOp op)
static Geometry
GeometryMapper. 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)
-