public class SurfaceSplitOperation
extends java.lang.Object
| Constructor and Description |
|---|
SurfaceSplitOperation() |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
split(Geometry geometryToBeSplitted,
Geometry splitter)
Strategy:
Build a graph with all edges and intersection nodes between polygon
and linestring.
|
public Geometry split(Geometry geometryToBeSplitted, Geometry splitter)