Package org.locationtech.jts.geom.util
Interface GeometryMapper.MapOp
-
- Enclosing class:
- GeometryMapper
public static interface GeometryMapper.MapOp
An interface for geometry functions used for mapping.- Author:
- Martin Davis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Geometry
map(Geometry g)
Computes a new geometry value.
-