| Package | Description |
|---|---|
| edu.colorado.cires.cmg.mvt.adapt.jts |
| Modifier and Type | Class and Description |
|---|---|
class |
TagIgnoreConverter
Ignores tags, always returns null.
|
class |
TagKeyValueMapConverter
|
| Modifier and Type | Method and Description |
|---|---|
static JtsMvt |
MvtReader.loadMvt(File file,
org.locationtech.jts.geom.GeometryFactory geomFactory,
ITagConverter tagConverter)
Convenience method for loading MVT from file.
|
static JtsMvt |
MvtReader.loadMvt(File file,
org.locationtech.jts.geom.GeometryFactory geomFactory,
ITagConverter tagConverter,
MvtReader.RingClassifier ringClassifier)
Convenience method for loading MVT from file.
|
static JtsMvt |
MvtReader.loadMvt(InputStream is,
org.locationtech.jts.geom.GeometryFactory geomFactory,
ITagConverter tagConverter)
Load an MVT to JTS geometries using coordinates.
|
static JtsMvt |
MvtReader.loadMvt(InputStream is,
org.locationtech.jts.geom.GeometryFactory geomFactory,
ITagConverter tagConverter,
MvtReader.RingClassifier ringClassifier)
Load an MVT to JTS geometries using coordinates.
|
Copyright © 2022. All rights reserved.