public class JTSCutPolygonByLineAction extends Object
| Constructor and Description |
|---|
JTSCutPolygonByLineAction()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.Geometry |
getResult(com.vividsolutions.jts.geom.Geometry sourceGeom,
com.vividsolutions.jts.geom.Geometry splitter)
returns the JTS Multipolygon geometry corresponding to the cutting of the first polygon contained into the
geometries Vector with the second object that must be a linestring.
|
public com.vividsolutions.jts.geom.Geometry getResult(com.vividsolutions.jts.geom.Geometry sourceGeom,
com.vividsolutions.jts.geom.Geometry splitter)
a result will be returned iff it is composed of polygons and multipolygons
sourceGeom - DOCUMENT ME!splitter - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.