Interface GeometryOperation<R>

  • Type Parameters:
    R - the return type of the operation

    public interface GeometryOperation<R>
    An operation that can be executed on a Geometry.

    The GeometryOperation interface makes it easy to use the Strategy Pattern and implement different algorithms for certain geometric or topological operations.

    Author:
    Karel Maesen, Geovise BVBA creation-date: 5/3/11
    • Method Detail

      • execute

        R execute()
        Executes the operation.
        Returns:
        the result of this operation