Uses of Interface
org.locationtech.jts.geom.util.GeometryMapper.MapOp
Packages that use GeometryMapper.MapOp
Package
Description
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.MapOpModifier and TypeMethodDescriptionstatic GeometryGeometryMapper.flatMap(Geometry geom, int emptyDim, GeometryMapper.MapOp op) Maps the atomic elements of aGeometry(which may be atomic or composite) using aGeometryMapper.MapOpmapping operation into an atomic Geometry or a flat collection of the most specific type.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