public class BoundaryOp
extends java.lang.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 | Description |
---|---|
BoundaryOp(Geometry geom) |
|
BoundaryOp(Geometry geom,
BoundaryNodeRule bnRule) |
Modifier and Type | Method | Description |
---|---|---|
Geometry |
getBoundary() |
|
static Geometry |
getBoundary(Geometry g) |
|
static Geometry |
getBoundary(Geometry g,
BoundaryNodeRule bnRule) |
public BoundaryOp(Geometry geom)
public BoundaryOp(Geometry geom, BoundaryNodeRule bnRule)
Copyright © 2018. All rights reserved.