public final class JtsGeomStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JtsGeomStats.FeatureStats |
| Modifier and Type | Field and Description |
|---|---|
Map<VectorTile.Tile.GeomType,Integer> |
featureCounts |
List<JtsGeomStats.FeatureStats> |
featureStats |
| Modifier and Type | Method and Description |
|---|---|
static JtsGeomStats |
getStats(List<org.locationtech.jts.geom.Geometry> flatGeomList)
Get feature counts and feature statistics (points and repeated points).
|
String |
toString() |
public Map<VectorTile.Tile.GeomType,Integer> featureCounts
public List<JtsGeomStats.FeatureStats> featureStats
public static JtsGeomStats getStats(List<org.locationtech.jts.geom.Geometry> flatGeomList)
flatGeomList - geometry under analysisCopyright © 2022. All rights reserved.