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
-
Method Details
-
map
Maps a geometry value into another value.- Parameters:
geom
- the input geometry- Returns:
- a result geometry
-