public static final class VectorTile.Tile.Layer.Builder extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<VectorTile.Tile.Layer,VectorTile.Tile.Layer.Builder> implements VectorTile.Tile.LayerOrBuilder
Layers are described in section 4.1 of the specificationProtobuf type
vector_tile.Tile.Layer| Modifier and Type | Method and Description |
|---|---|
VectorTile.Tile.Layer.Builder |
addAllFeatures(Iterable<? extends VectorTile.Tile.Feature> values)
The actual features in this tile.
|
VectorTile.Tile.Layer.Builder |
addAllKeys(Iterable<String> values)
Dictionary encoding for keys
|
VectorTile.Tile.Layer.Builder |
addAllValues(Iterable<? extends VectorTile.Tile.Value> values)
Dictionary encoding for values
|
<Type> VectorTile.Tile.Layer.Builder |
addExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<VectorTile.Tile.Layer,List<Type>> extension,
Type value) |
VectorTile.Tile.Layer.Builder |
addFeatures(int index,
VectorTile.Tile.Feature.Builder builderForValue)
The actual features in this tile.
|
VectorTile.Tile.Layer.Builder |
addFeatures(int index,
VectorTile.Tile.Feature value)
The actual features in this tile.
|
VectorTile.Tile.Layer.Builder |
addFeatures(VectorTile.Tile.Feature.Builder builderForValue)
The actual features in this tile.
|
VectorTile.Tile.Layer.Builder |
addFeatures(VectorTile.Tile.Feature value)
The actual features in this tile.
|
VectorTile.Tile.Feature.Builder |
addFeaturesBuilder()
The actual features in this tile.
|
VectorTile.Tile.Feature.Builder |
addFeaturesBuilder(int index)
The actual features in this tile.
|
VectorTile.Tile.Layer.Builder |
addKeys(String value)
Dictionary encoding for keys
|
VectorTile.Tile.Layer.Builder |
addKeysBytes(com.google.protobuf.ByteString value)
Dictionary encoding for keys
|
VectorTile.Tile.Layer.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VectorTile.Tile.Layer.Builder |
addValues(int index,
VectorTile.Tile.Value.Builder builderForValue)
Dictionary encoding for values
|
VectorTile.Tile.Layer.Builder |
addValues(int index,
VectorTile.Tile.Value value)
Dictionary encoding for values
|
VectorTile.Tile.Layer.Builder |
addValues(VectorTile.Tile.Value.Builder builderForValue)
Dictionary encoding for values
|
VectorTile.Tile.Layer.Builder |
addValues(VectorTile.Tile.Value value)
Dictionary encoding for values
|
VectorTile.Tile.Value.Builder |
addValuesBuilder()
Dictionary encoding for values
|
VectorTile.Tile.Value.Builder |
addValuesBuilder(int index)
Dictionary encoding for values
|
VectorTile.Tile.Layer |
build() |
VectorTile.Tile.Layer |
buildPartial() |
VectorTile.Tile.Layer.Builder |
clear() |
<Type> VectorTile.Tile.Layer.Builder |
clearExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<VectorTile.Tile.Layer,?> extension) |
VectorTile.Tile.Layer.Builder |
clearExtent()
Although this is an "optional" field it is required by the specification.
|
VectorTile.Tile.Layer.Builder |
clearFeatures()
The actual features in this tile.
|
VectorTile.Tile.Layer.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VectorTile.Tile.Layer.Builder |
clearKeys()
Dictionary encoding for keys
|
VectorTile.Tile.Layer.Builder |
clearName()
required string name = 1; |
VectorTile.Tile.Layer.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VectorTile.Tile.Layer.Builder |
clearValues()
Dictionary encoding for values
|
VectorTile.Tile.Layer.Builder |
clearVersion()
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.
|
VectorTile.Tile.Layer.Builder |
clone() |
VectorTile.Tile.Layer |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
VectorTile.Tile.Feature.Builder |
getFeaturesBuilder(int index)
The actual features in this tile.
|
List<VectorTile.Tile.Feature.Builder> |
getFeaturesBuilderList()
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
|
com.google.protobuf.ProtocolStringList |
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
|
VectorTile.Tile.Value.Builder |
getValuesBuilder(int index)
Dictionary encoding for values
|
List<VectorTile.Tile.Value.Builder> |
getValuesBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
VectorTile.Tile.Layer.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VectorTile.Tile.Layer.Builder |
mergeFrom(com.google.protobuf.Message other) |
VectorTile.Tile.Layer.Builder |
mergeFrom(VectorTile.Tile.Layer other) |
VectorTile.Tile.Layer.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VectorTile.Tile.Layer.Builder |
removeFeatures(int index)
The actual features in this tile.
|
VectorTile.Tile.Layer.Builder |
removeValues(int index)
Dictionary encoding for values
|
<Type> VectorTile.Tile.Layer.Builder |
setExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<VectorTile.Tile.Layer,List<Type>> extension,
int index,
Type value) |
<Type> VectorTile.Tile.Layer.Builder |
setExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<VectorTile.Tile.Layer,Type> extension,
Type value) |
VectorTile.Tile.Layer.Builder |
setExtent(int value)
Although this is an "optional" field it is required by the specification.
|
VectorTile.Tile.Layer.Builder |
setFeatures(int index,
VectorTile.Tile.Feature.Builder builderForValue)
The actual features in this tile.
|
VectorTile.Tile.Layer.Builder |
setFeatures(int index,
VectorTile.Tile.Feature value)
The actual features in this tile.
|
VectorTile.Tile.Layer.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VectorTile.Tile.Layer.Builder |
setKeys(int index,
String value)
Dictionary encoding for keys
|
VectorTile.Tile.Layer.Builder |
setName(String value)
required string name = 1; |
VectorTile.Tile.Layer.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
VectorTile.Tile.Layer.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VectorTile.Tile.Layer.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VectorTile.Tile.Layer.Builder |
setValues(int index,
VectorTile.Tile.Value.Builder builderForValue)
Dictionary encoding for values
|
VectorTile.Tile.Layer.Builder |
setValues(int index,
VectorTile.Tile.Value value)
Dictionary encoding for values
|
VectorTile.Tile.Layer.Builder |
setVersion(int value)
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.
|
addExtension, addExtension, clearExtension, clearExtension, extensionsAreInitialized, getAllFields, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, getField, getFieldBuilder, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, hasExtension, hasExtension, hasExtension, hasField, mergeExtensionFields, newBuilderForField, setExtension, setExtension, setExtension, setExtensiongetOneofFieldDescriptor, getParentForChildren, getUnknownFields, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<VectorTile.Tile.Layer.Builder>public VectorTile.Tile.Layer.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<VectorTile.Tile.Layer,VectorTile.Tile.Layer.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<VectorTile.Tile.Layer.Builder>public VectorTile.Tile.Layer getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<VectorTile.Tile.Layer>getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic VectorTile.Tile.Layer build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic VectorTile.Tile.Layer buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic VectorTile.Tile.Layer.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<VectorTile.Tile.Layer.Builder>public VectorTile.Tile.Layer.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<VectorTile.Tile.Layer,VectorTile.Tile.Layer.Builder>public VectorTile.Tile.Layer.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<VectorTile.Tile.Layer,VectorTile.Tile.Layer.Builder>public VectorTile.Tile.Layer.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<VectorTile.Tile.Layer.Builder>public VectorTile.Tile.Layer.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<VectorTile.Tile.Layer,VectorTile.Tile.Layer.Builder>public VectorTile.Tile.Layer.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<VectorTile.Tile.Layer,VectorTile.Tile.Layer.Builder>public <Type> VectorTile.Tile.Layer.Builder setExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<VectorTile.Tile.Layer,Type> extension, Type value)
setExtension in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<VectorTile.Tile.Layer,VectorTile.Tile.Layer.Builder>public <Type> VectorTile.Tile.Layer.Builder setExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<VectorTile.Tile.Layer,List<Type>> extension, int index, Type value)
setExtension in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<VectorTile.Tile.Layer,VectorTile.Tile.Layer.Builder>public <Type> VectorTile.Tile.Layer.Builder addExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<VectorTile.Tile.Layer,List<Type>> extension, Type value)
addExtension in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<VectorTile.Tile.Layer,VectorTile.Tile.Layer.Builder>public <Type> VectorTile.Tile.Layer.Builder clearExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<VectorTile.Tile.Layer,?> extension)
clearExtension in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<VectorTile.Tile.Layer,VectorTile.Tile.Layer.Builder>public VectorTile.Tile.Layer.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<VectorTile.Tile.Layer.Builder>public VectorTile.Tile.Layer.Builder mergeFrom(VectorTile.Tile.Layer other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<VectorTile.Tile.Layer,VectorTile.Tile.Layer.Builder>public VectorTile.Tile.Layer.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<VectorTile.Tile.Layer.Builder>IOExceptionpublic 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.
required uint32 version = 15 [default = 1];hasVersion in interface VectorTile.Tile.LayerOrBuilderpublic 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];getVersion in interface VectorTile.Tile.LayerOrBuilderpublic VectorTile.Tile.Layer.Builder setVersion(int value)
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];public VectorTile.Tile.Layer.Builder clearVersion()
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];public boolean hasName()
required string name = 1;hasName in interface VectorTile.Tile.LayerOrBuilderpublic String getName()
required string name = 1;getName in interface VectorTile.Tile.LayerOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface VectorTile.Tile.LayerOrBuilderpublic VectorTile.Tile.Layer.Builder setName(String value)
required string name = 1;public VectorTile.Tile.Layer.Builder clearName()
required string name = 1;public VectorTile.Tile.Layer.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;public List<VectorTile.Tile.Feature> getFeaturesList()
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;getFeaturesList in interface VectorTile.Tile.LayerOrBuilderpublic int getFeaturesCount()
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;getFeaturesCount in interface VectorTile.Tile.LayerOrBuilderpublic VectorTile.Tile.Feature getFeatures(int index)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;getFeatures in interface VectorTile.Tile.LayerOrBuilderpublic VectorTile.Tile.Layer.Builder setFeatures(int index, VectorTile.Tile.Feature value)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;public VectorTile.Tile.Layer.Builder setFeatures(int index, VectorTile.Tile.Feature.Builder builderForValue)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;public VectorTile.Tile.Layer.Builder addFeatures(VectorTile.Tile.Feature value)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;public VectorTile.Tile.Layer.Builder addFeatures(int index, VectorTile.Tile.Feature value)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;public VectorTile.Tile.Layer.Builder addFeatures(VectorTile.Tile.Feature.Builder builderForValue)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;public VectorTile.Tile.Layer.Builder addFeatures(int index, VectorTile.Tile.Feature.Builder builderForValue)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;public VectorTile.Tile.Layer.Builder addAllFeatures(Iterable<? extends VectorTile.Tile.Feature> values)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;public VectorTile.Tile.Layer.Builder clearFeatures()
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;public VectorTile.Tile.Layer.Builder removeFeatures(int index)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;public VectorTile.Tile.Feature.Builder getFeaturesBuilder(int index)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;public VectorTile.Tile.FeatureOrBuilder getFeaturesOrBuilder(int index)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;getFeaturesOrBuilder in interface VectorTile.Tile.LayerOrBuilderpublic List<? extends VectorTile.Tile.FeatureOrBuilder> getFeaturesOrBuilderList()
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;getFeaturesOrBuilderList in interface VectorTile.Tile.LayerOrBuilderpublic VectorTile.Tile.Feature.Builder addFeaturesBuilder()
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;public VectorTile.Tile.Feature.Builder addFeaturesBuilder(int index)
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;public List<VectorTile.Tile.Feature.Builder> getFeaturesBuilderList()
The actual features in this tile.
repeated .vector_tile.Tile.Feature features = 2;public com.google.protobuf.ProtocolStringList getKeysList()
Dictionary encoding for keys
repeated string keys = 3;getKeysList in interface VectorTile.Tile.LayerOrBuilderpublic int getKeysCount()
Dictionary encoding for keys
repeated string keys = 3;getKeysCount in interface VectorTile.Tile.LayerOrBuilderpublic String getKeys(int index)
Dictionary encoding for keys
repeated string keys = 3;getKeys in interface VectorTile.Tile.LayerOrBuilderpublic com.google.protobuf.ByteString getKeysBytes(int index)
Dictionary encoding for keys
repeated string keys = 3;getKeysBytes in interface VectorTile.Tile.LayerOrBuilderpublic VectorTile.Tile.Layer.Builder setKeys(int index, String value)
Dictionary encoding for keys
repeated string keys = 3;public VectorTile.Tile.Layer.Builder addKeys(String value)
Dictionary encoding for keys
repeated string keys = 3;public VectorTile.Tile.Layer.Builder addAllKeys(Iterable<String> values)
Dictionary encoding for keys
repeated string keys = 3;public VectorTile.Tile.Layer.Builder clearKeys()
Dictionary encoding for keys
repeated string keys = 3;public VectorTile.Tile.Layer.Builder addKeysBytes(com.google.protobuf.ByteString value)
Dictionary encoding for keys
repeated string keys = 3;public List<VectorTile.Tile.Value> getValuesList()
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;getValuesList in interface VectorTile.Tile.LayerOrBuilderpublic int getValuesCount()
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;getValuesCount in interface VectorTile.Tile.LayerOrBuilderpublic VectorTile.Tile.Value getValues(int index)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;getValues in interface VectorTile.Tile.LayerOrBuilderpublic VectorTile.Tile.Layer.Builder setValues(int index, VectorTile.Tile.Value value)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;public VectorTile.Tile.Layer.Builder setValues(int index, VectorTile.Tile.Value.Builder builderForValue)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;public VectorTile.Tile.Layer.Builder addValues(VectorTile.Tile.Value value)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;public VectorTile.Tile.Layer.Builder addValues(int index, VectorTile.Tile.Value value)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;public VectorTile.Tile.Layer.Builder addValues(VectorTile.Tile.Value.Builder builderForValue)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;public VectorTile.Tile.Layer.Builder addValues(int index, VectorTile.Tile.Value.Builder builderForValue)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;public VectorTile.Tile.Layer.Builder addAllValues(Iterable<? extends VectorTile.Tile.Value> values)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;public VectorTile.Tile.Layer.Builder clearValues()
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;public VectorTile.Tile.Layer.Builder removeValues(int index)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;public VectorTile.Tile.Value.Builder getValuesBuilder(int index)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;public VectorTile.Tile.ValueOrBuilder getValuesOrBuilder(int index)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;getValuesOrBuilder in interface VectorTile.Tile.LayerOrBuilderpublic List<? extends VectorTile.Tile.ValueOrBuilder> getValuesOrBuilderList()
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;getValuesOrBuilderList in interface VectorTile.Tile.LayerOrBuilderpublic VectorTile.Tile.Value.Builder addValuesBuilder()
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;public VectorTile.Tile.Value.Builder addValuesBuilder(int index)
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;public List<VectorTile.Tile.Value.Builder> getValuesBuilderList()
Dictionary encoding for values
repeated .vector_tile.Tile.Value values = 4;public 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];hasExtent in interface VectorTile.Tile.LayerOrBuilderpublic 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];getExtent in interface VectorTile.Tile.LayerOrBuilderpublic VectorTile.Tile.Layer.Builder setExtent(int value)
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];public VectorTile.Tile.Layer.Builder clearExtent()
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];public final VectorTile.Tile.Layer.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VectorTile.Tile.Layer.Builder>public final VectorTile.Tile.Layer.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VectorTile.Tile.Layer.Builder>Copyright © 2022. All rights reserved.