class PolygonalLineworkExtracter extends java.lang.Object implements GeometryFilter
Geometry
.Modifier and Type | Field and Description |
---|---|
private java.util.List |
linework |
Constructor and Description |
---|
PolygonalLineworkExtracter() |
Modifier and Type | Method and Description |
---|---|
void |
filter(Geometry g)
Filters out all linework for polygonal elements
|
java.util.List |
getLinework()
Gets the list of polygonal linework.
|
public void filter(Geometry g)
filter
in interface GeometryFilter
g
- a Geometry
to which the filter is applied.public java.util.List getLinework()