public interface SplitOperation
| Modifier and Type | Method and Description |
|---|---|
Geometry |
split(Geometry geometryToBeSplitted,
Geometry splitter)
Splits the geometry by a other splitter geometry.If splitter does not
intersect geometry return original geometry.
|
Geometry split(Geometry geometryToBeSplitted, Geometry splitter) throws GeometryOperationNotSupportedException, GeometryOperationException, CreateGeometryException, GeometryException
geometryToBeSplitted - to be splittedsplitter - the geometry that splits other geometriesGeometryOperationNotSupportedExceptionGeometryOperationExceptionCreateGeometryExceptionGeometryException