JTS Core 1.17.1
Packages
Classes
Search
About
Top
PolygonalLineworkExtracter()
filter(Geometry): void
getLinework(): List
Bottom
Source
Classic
org.locationtech.jts.operation.overlay.validate
Class PolygonalLineworkExtracter
Hierarchy:
Object
, PolygonalLineworkExtracter
All Implemented Interfaces:
GeometryFilter
class PolygonalLineworkExtracter
implements
GeometryFilter
Extracts the LineStrings in the boundaries of all the polygonal elements in the target
Geometry
.
Authors:
Martin Davis
public
PolygonalLineworkExtracter()
public
void filter(
Geometry
g)
Filters out all linework for polygonal elements
public
List
getLinework()
Gets the list of polygonal linework.
Returns:
a List of LineStrings