Class PolygonalLineworkExtracter
java.lang.Object
org.locationtech.jts.operation.overlay.validate.PolygonalLineworkExtracter
- All Implemented Interfaces:
GeometryFilter
Extracts the LineStrings in the boundaries
of all the polygonal elements in the target
Geometry
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Filters out all linework for polygonal elementsGets the list of polygonal linework.
-
Field Details
-
linework
-
-
Constructor Details
-
PolygonalLineworkExtracter
public PolygonalLineworkExtracter()
-
-
Method Details
-
filter
Filters out all linework for polygonal elements- Specified by:
filter
in interfaceGeometryFilter
- Parameters:
g
- aGeometry
to which the filter is applied.
-
getLinework
Gets the list of polygonal linework.- Returns:
- a List of LineStrings
-