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

    Modifier and Type
    Method
    Description
    map(Geometry geom)
    Maps a geometry value into another value.
  • Method Details

    • map

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