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 geom) |
BoundaryOp(Geometry geom,
BoundaryNodeRule bnRule) |
Modifier and Type | Method and 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 © 2016. All rights reserved.