public static interface MvtReader.RingClassifier
| Modifier and Type | Method and Description |
|---|---|
List<org.locationtech.jts.geom.Polygon> |
classifyRings(List<org.locationtech.jts.geom.LinearRing> rings,
org.locationtech.jts.geom.GeometryFactory geomFactory)
Classify a list of rings into polygons using surveyor formula.
|
List<org.locationtech.jts.geom.Polygon> classifyRings(List<org.locationtech.jts.geom.LinearRing> rings, org.locationtech.jts.geom.GeometryFactory geomFactory)
Classify a list of rings into polygons using surveyor formula.
Zero-area polygons are removed.
rings - linear rings to classify into polygonsgeomFactory - creates JTS geometryCopyright © 2022. All rights reserved.