Interface GeometryEditor.GeometryEditorOperation

  • Enclosing class:
    GeometryEditor

    public static interface GeometryEditor.GeometryEditorOperation
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.locationtech.jts.geom.Geometry edit​(org.locationtech.jts.geom.Geometry geometry)
      "Modifies" a Geometry by returning a new Geometry with a modification.
    • Method Detail

      • edit

        org.locationtech.jts.geom.Geometry edit​(org.locationtech.jts.geom.Geometry geometry)
        "Modifies" a Geometry by returning a new Geometry with a modification. The returned Geometry might be the same as the Geometry passed in.