| Package | Description |
|---|---|
| edu.colorado.cires.cmg.mvt.adapt.jts |
| Modifier and Type | Field and Description |
|---|---|
static MvtReader.RingClassifier |
MvtReader.RING_CLASSIFIER_V1
Area for surveyor formula may be positive or negative for exterior rings.
|
static MvtReader.RingClassifier |
MvtReader.RING_CLASSIFIER_V2_1
Area from surveyor formula must be positive for exterior rings.
|
| Modifier and Type | Method and Description |
|---|---|
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,
MvtReader.RingClassifier ringClassifier)
Load an MVT to JTS geometries using coordinates.
|
Copyright © 2022. All rights reserved.