public class BoundaryOp extends Object
Geometry. Allows specifying the
BoundaryNodeRule to be used. This operation will always return a
Geometry of the appropriate dimension for the boundary (even if the input geometry is empty). The boundary of zero-dimensional geometries (Points) is always the empty
GeometryCollection.
| Constructor and Description |
|---|
BoundaryOp(Geometry
|
BoundaryOp(Geometry
|
| Modifier and Type | Method and Description |
|---|---|
Geometry |
getBoundary()
|
static Geometry |
getBoundary(Geometry
|
static Geometry |
getBoundary(Geometry
|
public BoundaryOp(Geometrygeom)
public BoundaryOp(Geometrygeom, BoundaryNodeRule bnRule)