| Package | Description |
|---|---|
| edu.colorado.cires.cmg.mvt.adapt.jts | |
| edu.colorado.cires.cmg.mvt.build |
| Modifier and Type | Method and Description |
|---|---|
static TileGeomResult |
JtsAdapter.createTileGeom(org.locationtech.jts.geom.Geometry g,
org.locationtech.jts.geom.Envelope tileEnvelope,
org.locationtech.jts.geom.GeometryFactory geomFactory,
MvtLayerParams mvtLayerParams,
IGeometryFilter filter)
Create geometry clipped and then converted to MVT 'extent' coordinates.
|
static TileGeomResult |
JtsAdapter.createTileGeom(List<org.locationtech.jts.geom.Geometry> g,
org.locationtech.jts.geom.Envelope tileEnvelope,
org.locationtech.jts.geom.Envelope clipEnvelope,
org.locationtech.jts.geom.GeometryFactory geomFactory,
MvtLayerParams mvtLayerParams,
IGeometryFilter filter)
Create geometry clipped and then converted to MVT 'extent' coordinates.
|
static TileGeomResult |
JtsAdapter.createTileGeom(List<org.locationtech.jts.geom.Geometry> g,
org.locationtech.jts.geom.Envelope tileEnvelope,
org.locationtech.jts.geom.GeometryFactory geomFactory,
MvtLayerParams mvtLayerParams,
IGeometryFilter filter)
Create geometry clipped and then converted to MVT 'extent' coordinates.
|
static byte[] |
MvtEncoder.encode(JtsMvt mvt,
MvtLayerParams mvtLayerParams,
IUserDataConverter userDataConverter)
Encode a
JtsMvt to byte[] ready for writing to a file. |
| Modifier and Type | Field and Description |
|---|---|
static MvtLayerParams |
MvtLayerParams.DEFAULT
Default layer parameters created using
MvtLayerParams(). |
| Modifier and Type | Method and Description |
|---|---|
static VectorTile.Tile.Layer.Builder |
MvtLayerBuild.newLayerBuilder(String layerName,
MvtLayerParams mvtLayerParams)
Create a new
VectorTile.Tile.Layer.Builder instance with
initialized version, name, and extent metadata. |
Copyright © 2022. All rights reserved.