Uses of Class
vector_tile.VectorTile.Tile.Feature.Builder
Packages that use VectorTile.Tile.Feature.Builder
-
Uses of VectorTile.Tile.Feature.Builder in vector_tile
Methods in vector_tile that return VectorTile.Tile.Feature.BuilderModifier and TypeMethodDescriptionVectorTile.Tile.Feature.Builder.addAllGeometry
(Iterable<? extends Integer> values) Contains a stream of commands and parameters (vertices).VectorTile.Tile.Feature.Builder.addAllTags
(Iterable<? extends Integer> values) Tags of this feature are encoded as repeated pairs of integers.VectorTile.Tile.Layer.Builder.addFeaturesBuilder()
The actual features in this tile.VectorTile.Tile.Layer.Builder.addFeaturesBuilder
(int index) The actual features in this tile.VectorTile.Tile.Feature.Builder.addGeometry
(int value) Contains a stream of commands and parameters (vertices).VectorTile.Tile.Feature.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) VectorTile.Tile.Feature.Builder.addTags
(int value) Tags of this feature are encoded as repeated pairs of integers.VectorTile.Tile.Feature.Builder.clear()
VectorTile.Tile.Feature.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) VectorTile.Tile.Feature.Builder.clearGeometry()
Contains a stream of commands and parameters (vertices).VectorTile.Tile.Feature.Builder.clearId()
optional uint64 id = 1 [default = 0];
VectorTile.Tile.Feature.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) VectorTile.Tile.Feature.Builder.clearTags()
Tags of this feature are encoded as repeated pairs of integers.VectorTile.Tile.Feature.Builder.clearType()
The type of geometry stored in this feature.VectorTile.Tile.Feature.Builder.clone()
VectorTile.Tile.Layer.Builder.getFeaturesBuilder
(int index) The actual features in this tile.VectorTile.Tile.Feature.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) VectorTile.Tile.Feature.Builder.mergeFrom
(com.google.protobuf.Message other) VectorTile.Tile.Feature.Builder.mergeFrom
(VectorTile.Tile.Feature other) VectorTile.Tile.Feature.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) VectorTile.Tile.Feature.newBuilder()
VectorTile.Tile.Feature.newBuilder
(VectorTile.Tile.Feature prototype) VectorTile.Tile.Feature.newBuilderForType()
protected VectorTile.Tile.Feature.Builder
VectorTile.Tile.Feature.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) VectorTile.Tile.Feature.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) VectorTile.Tile.Feature.Builder.setGeometry
(int index, int value) Contains a stream of commands and parameters (vertices).VectorTile.Tile.Feature.Builder.setId
(long value) optional uint64 id = 1 [default = 0];
VectorTile.Tile.Feature.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) VectorTile.Tile.Feature.Builder.setTags
(int index, int value) Tags of this feature are encoded as repeated pairs of integers.VectorTile.Tile.Feature.Builder.setType
(VectorTile.Tile.GeomType value) The type of geometry stored in this feature.VectorTile.Tile.Feature.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) VectorTile.Tile.Feature.toBuilder()
Methods in vector_tile that return types with arguments of type VectorTile.Tile.Feature.BuilderModifier and TypeMethodDescriptionVectorTile.Tile.Layer.Builder.getFeaturesBuilderList()
The actual features in this tile.Methods in vector_tile with parameters of type VectorTile.Tile.Feature.BuilderModifier and TypeMethodDescriptionVectorTile.Tile.Layer.Builder.addFeatures
(int index, VectorTile.Tile.Feature.Builder builderForValue) 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.setFeatures
(int index, VectorTile.Tile.Feature.Builder builderForValue) The actual features in this tile.