Package org.geolatte.geom
Interface GeometryOperation<R>
-
- Type Parameters:
R- the return type of the operation
public interface GeometryOperation<R>An operation that can be executed on aGeometry.The
GeometryOperationinterface 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rexecute()Executes the operation.
-
-
-
Method Detail
-
execute
R execute()
Executes the operation.- Returns:
- the result of this operation
-
-