| Package | Description |
|---|---|
| edu.colorado.cires.cmg.mvt | |
| edu.colorado.cires.cmg.mvt.adapt.jts |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<VectorTile.Tile.Feature> |
VectorTile.Tile.Feature.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
VectorTile.Tile.Feature |
VectorTile.Tile.Feature.Builder.build() |
VectorTile.Tile.Feature |
VectorTile.Tile.Feature.Builder.buildPartial() |
static VectorTile.Tile.Feature |
VectorTile.Tile.Feature.getDefaultInstance() |
VectorTile.Tile.Feature |
VectorTile.Tile.Feature.getDefaultInstanceForType() |
VectorTile.Tile.Feature |
VectorTile.Tile.Feature.Builder.getDefaultInstanceForType() |
VectorTile.Tile.Feature |
VectorTile.Tile.LayerOrBuilder.getFeatures(int index)
The actual features in this tile.
|
VectorTile.Tile.Feature |
VectorTile.Tile.Layer.getFeatures(int index)
The actual features in this tile.
|
VectorTile.Tile.Feature |
VectorTile.Tile.Layer.Builder.getFeatures(int index)
The actual features in this tile.
|
static VectorTile.Tile.Feature |
VectorTile.Tile.Feature.parseDelimitedFrom(InputStream input) |
static VectorTile.Tile.Feature |
VectorTile.Tile.Feature.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VectorTile.Tile.Feature |
VectorTile.Tile.Feature.parseFrom(byte[] data) |
static VectorTile.Tile.Feature |
VectorTile.Tile.Feature.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VectorTile.Tile.Feature |
VectorTile.Tile.Feature.parseFrom(ByteBuffer data) |
static VectorTile.Tile.Feature |
VectorTile.Tile.Feature.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VectorTile.Tile.Feature |
VectorTile.Tile.Feature.parseFrom(com.google.protobuf.ByteString data) |
static VectorTile.Tile.Feature |
VectorTile.Tile.Feature.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VectorTile.Tile.Feature |
VectorTile.Tile.Feature.parseFrom(com.google.protobuf.CodedInputStream input) |
static VectorTile.Tile.Feature |
VectorTile.Tile.Feature.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VectorTile.Tile.Feature |
VectorTile.Tile.Feature.parseFrom(InputStream input) |
static VectorTile.Tile.Feature |
VectorTile.Tile.Feature.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<VectorTile.Tile.Feature> |
VectorTile.Tile.LayerOrBuilder.getFeaturesList()
The actual features in this tile.
|
List<VectorTile.Tile.Feature> |
VectorTile.Tile.Layer.getFeaturesList()
The actual features in this tile.
|
List<VectorTile.Tile.Feature> |
VectorTile.Tile.Layer.Builder.getFeaturesList()
The actual features in this tile.
|
com.google.protobuf.Parser<VectorTile.Tile.Feature> |
VectorTile.Tile.Feature.getParserForType() |
static com.google.protobuf.Parser<VectorTile.Tile.Feature> |
VectorTile.Tile.Feature.parser() |
| Modifier and Type | Method and Description |
|---|---|
VectorTile.Tile.Layer.Builder |
VectorTile.Tile.Layer.Builder.addFeatures(int index,
VectorTile.Tile.Feature value)
The actual features in this tile.
|
VectorTile.Tile.Layer.Builder |
VectorTile.Tile.Layer.Builder.addFeatures(VectorTile.Tile.Feature value)
The actual features in this tile.
|
VectorTile.Tile.Feature.Builder |
VectorTile.Tile.Feature.Builder.mergeFrom(VectorTile.Tile.Feature other) |
static VectorTile.Tile.Feature.Builder |
VectorTile.Tile.Feature.newBuilder(VectorTile.Tile.Feature prototype) |
VectorTile.Tile.Layer.Builder |
VectorTile.Tile.Layer.Builder.setFeatures(int index,
VectorTile.Tile.Feature value)
The actual features in this tile.
|
| Modifier and Type | Method and Description |
|---|---|
VectorTile.Tile.Layer.Builder |
VectorTile.Tile.Layer.Builder.addAllFeatures(Iterable<? extends VectorTile.Tile.Feature> values)
The actual features in this tile.
|
| Modifier and Type | Method and Description |
|---|---|
static List<VectorTile.Tile.Feature> |
JtsAdapter.toFeatures(Collection<org.locationtech.jts.geom.Geometry> flatGeoms,
MvtLayerProps layerProps,
IUserDataConverter userDataConverter)
Convert a flat list of JTS
Geometry to a list of vector tile features. |
static List<VectorTile.Tile.Feature> |
JtsAdapter.toFeatures(org.locationtech.jts.geom.Geometry geometry,
MvtLayerProps layerProps,
IUserDataConverter userDataConverter)
Convert JTS
Geometry to a list of vector tile features. |
Copyright © 2022. All rights reserved.