public static interface VectorTile.Tile.LayerOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<VectorTile.Tile.Layer>
| Modifier and Type | Method and Description |
|---|---|
int |
getExtent()
Although this is an "optional" field it is required by the specification.
|
VectorTile.Tile.Feature |
getFeatures(int index)
The actual features in this tile.
|
int |
getFeaturesCount()
The actual features in this tile.
|
List<VectorTile.Tile.Feature> |
getFeaturesList()
The actual features in this tile.
|
VectorTile.Tile.FeatureOrBuilder |
getFeaturesOrBuilder(int index)
The actual features in this tile.
|
List<? extends VectorTile.Tile.FeatureOrBuilder> |
getFeaturesOrBuilderList()
The actual features in this tile.
|
String |
getKeys(int index)
Dictionary encoding for keys
|
com.google.protobuf.ByteString |
getKeysBytes(int index)
Dictionary encoding for keys
|
int |
getKeysCount()
Dictionary encoding for keys
|
List<String> |
getKeysList()
Dictionary encoding for keys
|
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
VectorTile.Tile.Value |
getValues(int index)
Dictionary encoding for values
|
int |
getValuesCount()
Dictionary encoding for values
|
List<VectorTile.Tile.Value> |
getValuesList()
Dictionary encoding for values
|
VectorTile.Tile.ValueOrBuilder |
getValuesOrBuilder(int index)
Dictionary encoding for values
|
List<? extends VectorTile.Tile.ValueOrBuilder> |
getValuesOrBuilderList()
Dictionary encoding for values
|
int |
getVersion()
Any compliant implementation must first read the version
number encoded in this message and choose the correct
implementation for this version number before proceeding to
decode other parts of this message.
|
boolean |
hasExtent()
Although this is an "optional" field it is required by the specification.
|
boolean |
hasName()
required string name = 1; |
boolean |
hasVersion()
Any compliant implementation must first read the version
number encoded in this message and choose the correct
implementation for this version number before proceeding to
decode other parts of this message.
|
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionboolean hasVersion()
Any compliant implementation must first read the version number encoded in this message and choose the correct implementation for this version number before proceeding to decode other parts of this message.
required uint32 version = 15 [default = 1];int getVersion()
Any compliant implementation must first read the version number encoded in this message and choose the correct implementation for this version number before proceeding to decode other parts of this message.
required uint32 version = 15 [default = 1];boolean hasName()
required string name = 1;String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;List<VectorTile.Tile.Feature> getFeaturesList()
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;VectorTile.Tile.Feature getFeatures(int index)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;int getFeaturesCount()
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;List<? extends VectorTile.Tile.FeatureOrBuilder> getFeaturesOrBuilderList()
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;VectorTile.Tile.FeatureOrBuilder getFeaturesOrBuilder(int index)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;int getKeysCount()
Dictionary encoding for keys
repeated string keys = 3;String getKeys(int index)
Dictionary encoding for keys
repeated string keys = 3;com.google.protobuf.ByteString getKeysBytes(int index)
Dictionary encoding for keys
repeated string keys = 3;List<VectorTile.Tile.Value> getValuesList()
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;VectorTile.Tile.Value getValues(int index)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;int getValuesCount()
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;List<? extends VectorTile.Tile.ValueOrBuilder> getValuesOrBuilderList()
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;VectorTile.Tile.ValueOrBuilder getValuesOrBuilder(int index)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;boolean hasExtent()
Although this is an "optional" field it is required by the specification. See https://github.com/mapbox/vector-tile-spec/issues/47
optional uint32 extent = 5 [default = 4096];int getExtent()
Although this is an "optional" field it is required by the specification. See https://github.com/mapbox/vector-tile-spec/issues/47
optional uint32 extent = 5 [default = 4096];Copyright © 2022. All rights reserved.