Package org.locationtech.jts.geom.util
Class PolygonalExtracter
java.lang.Object
org.locationtech.jts.geom.util.PolygonalExtracter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPolygonals
(Geometry geom) getPolygonals
(Geometry geom, List<Geometry> list)
-
Constructor Details
-
PolygonalExtracter
public PolygonalExtracter()
-
-
Method Details
-
getPolygonals
- Parameters:
geom
- the geometry from which to extractlist
- the list to add the extracted elements to
-
getPolygonals
- Parameters:
geom
- the geometry from which to extract
-