|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jts.operation.BoundaryOp
Computes the boundary of a 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 Summary | |
BoundaryOp(Geometry geom)
|
|
BoundaryOp(Geometry geom,
BoundaryNodeRule bnRule)
|
|
| Method Summary | |
Geometry |
getBoundary()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BoundaryOp(Geometry geom)
public BoundaryOp(Geometry geom,
BoundaryNodeRule bnRule)
| Method Detail |
public Geometry getBoundary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||