| Interface | Description |
|---|---|
| IGeometryFilter | |
| ITagConverter |
Process MVT tags and feature id, convert to user data object.
|
| IUserDataConverter |
Processes a user data object, converts to MVT feature tags.
|
| MvtReader.RingClassifier |
Classifies Polygon and MultiPolygon rings.
|
| Class | Description |
|---|---|
| GeomMinSizeFilter |
Filter
Polygon and MultiPolygon by area or
LineString and MultiLineString by length. |
| JtsAdapter |
Adapt JTS
Geometry to 'Mapbox Vector Tile' objects. |
| MvtEncoder |
Convenience class allows easy encoding of a
JtsMvt to bytes. |
| MvtReader |
Load Mapbox Vector Tiles (MVT) to JTS
Geometry. |
| RoundingFilter |
Round each coordinate value to an integer.
|
| TagIgnoreConverter |
Ignores tags, always returns null.
|
| TagKeyValueMapConverter | |
| TileGeomResult |
Processing result containing intersection geometry and MVT geometry.
|
| UserDataIgnoreConverter |
Ignores user data, does not take any action.
|
| UserDataKeyValueMapConverter |
Copyright © 2022. All rights reserved.