| Package | Description |
|---|---|
| edu.colorado.cires.cmg.mvt | |
| edu.colorado.cires.cmg.mvt.adapt.jts | |
| edu.colorado.cires.cmg.mvt.encoding | |
| edu.colorado.cires.cmg.mvt.util |
| Modifier and Type | Method and Description |
|---|---|
static VectorTile.Tile.GeomType |
VectorTile.Tile.GeomType.forNumber(int value) |
VectorTile.Tile.GeomType |
VectorTile.Tile.FeatureOrBuilder.getType()
The type of geometry stored in this feature.
|
VectorTile.Tile.GeomType |
VectorTile.Tile.Feature.getType()
The type of geometry stored in this feature.
|
VectorTile.Tile.GeomType |
VectorTile.Tile.Feature.Builder.getType()
The type of geometry stored in this feature.
|
static VectorTile.Tile.GeomType |
VectorTile.Tile.GeomType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VectorTile.Tile.GeomType |
VectorTile.Tile.GeomType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VectorTile.Tile.GeomType |
VectorTile.Tile.GeomType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorTile.Tile.GeomType[] |
VectorTile.Tile.GeomType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<VectorTile.Tile.GeomType> |
VectorTile.Tile.GeomType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
VectorTile.Tile.Feature.Builder |
VectorTile.Tile.Feature.Builder.setType(VectorTile.Tile.GeomType value)
The type of geometry stored in this feature.
|
| Modifier and Type | Method and Description |
|---|---|
static VectorTile.Tile.GeomType |
JtsAdapter.toGeomType(org.locationtech.jts.geom.Geometry geometry)
Get the MVT type mapping for the provided JTS Geometry.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MvtUtil.shouldClosePath(VectorTile.Tile.GeomType geomType)
Return whether the MVT geometry type should be closed with a
GeomCmd.ClosePath. |
| Modifier and Type | Field and Description |
|---|---|
Map<VectorTile.Tile.GeomType,Integer> |
JtsGeomStats.featureCounts |
Copyright © 2022. All rights reserved.