| Package | Description |
|---|---|
| edu.colorado.cires.cmg.mvt.adapt.jts |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
MvtEncoder.encode(JtsMvt mvt)
Encode a
JtsMvt to byte[] ready for writing to a file. |
static byte[] |
MvtEncoder.encode(JtsMvt mvt,
MvtLayerParams mvtLayerParams,
IUserDataConverter userDataConverter)
Encode a
JtsMvt to byte[] ready for writing to a file. |
Copyright © 2022. All rights reserved.