R - the return type of the operationpublic interface GeometryOperation<R>
Geometry.
The GeometryOperation interface makes it easy to use the Strategy Pattern and implement different
algorithms for certain geometric or topological operations.
| Modifier and Type | Method and Description |
|---|---|
R |
execute()
Executes the operation.
|
R execute()
Copyright © 2021 geolatte.org. All rights reserved.