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 Detail

      • map

        Geometry map​(Geometry geom)
        Maps a geometry value into another value.
        Parameters:
        geom - the input geometry
        Returns:
        a result geometry