Package org.locationtech.jts.geom.util
Interface GeometryMapper.MapOp
-
- Enclosing class:
- GeometryMapper
public static interface GeometryMapper.MapOp
An interface for geometry functions that map a geometry input to a geometry output. The output may be null if there is no valid output value for the given input value.- Author:
- Martin Davis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Geometry
map(Geometry geom)
Maps a geometry value into another value.
-