Uses of Class
vector_tile.VectorTile.Tile.Feature
Packages that use VectorTile.Tile.Feature
-
Uses of VectorTile.Tile.Feature in vector_tile
Fields in vector_tile with type parameters of type VectorTile.Tile.FeatureModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<VectorTile.Tile.Feature> VectorTile.Tile.Feature.PARSERDeprecated.Methods in vector_tile that return VectorTile.Tile.FeatureModifier and TypeMethodDescriptionVectorTile.Tile.Feature.Builder.build()VectorTile.Tile.Feature.Builder.buildPartial()static VectorTile.Tile.FeatureVectorTile.Tile.Feature.getDefaultInstance()VectorTile.Tile.Feature.Builder.getDefaultInstanceForType()VectorTile.Tile.Feature.getDefaultInstanceForType()VectorTile.Tile.Layer.Builder.getFeatures(int index) The actual features in this tile.VectorTile.Tile.Layer.getFeatures(int index) The actual features in this tile.VectorTile.Tile.LayerOrBuilder.getFeatures(int index) The actual features in this tile.static VectorTile.Tile.FeatureVectorTile.Tile.Feature.parseDelimitedFrom(InputStream input) static VectorTile.Tile.FeatureVectorTile.Tile.Feature.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VectorTile.Tile.FeatureVectorTile.Tile.Feature.parseFrom(byte[] data) static VectorTile.Tile.FeatureVectorTile.Tile.Feature.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VectorTile.Tile.FeatureVectorTile.Tile.Feature.parseFrom(com.google.protobuf.ByteString data) static VectorTile.Tile.FeatureVectorTile.Tile.Feature.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VectorTile.Tile.FeatureVectorTile.Tile.Feature.parseFrom(com.google.protobuf.CodedInputStream input) static VectorTile.Tile.FeatureVectorTile.Tile.Feature.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VectorTile.Tile.FeatureVectorTile.Tile.Feature.parseFrom(InputStream input) static VectorTile.Tile.FeatureVectorTile.Tile.Feature.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VectorTile.Tile.FeatureVectorTile.Tile.Feature.parseFrom(ByteBuffer data) static VectorTile.Tile.FeatureVectorTile.Tile.Feature.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in vector_tile that return types with arguments of type VectorTile.Tile.FeatureModifier and TypeMethodDescriptionVectorTile.Tile.Layer.Builder.getFeaturesList()The actual features in this tile.VectorTile.Tile.Layer.getFeaturesList()The actual features in this tile.VectorTile.Tile.LayerOrBuilder.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()Methods in vector_tile with parameters of type VectorTile.Tile.FeatureModifier and TypeMethodDescriptionVectorTile.Tile.Layer.Builder.addFeatures(int index, VectorTile.Tile.Feature value) 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.mergeFrom(VectorTile.Tile.Feature other) VectorTile.Tile.Feature.newBuilder(VectorTile.Tile.Feature prototype) VectorTile.Tile.Layer.Builder.setFeatures(int index, VectorTile.Tile.Feature value) The actual features in this tile.Method parameters in vector_tile with type arguments of type VectorTile.Tile.FeatureModifier and TypeMethodDescriptionVectorTile.Tile.Layer.Builder.addAllFeatures(Iterable<? extends VectorTile.Tile.Feature> values) The actual features in this tile.