Uses of Class
org.openstreetmap.josm.data.protobuf.ProtobufRecord
-
Packages that use ProtobufRecord Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox org.openstreetmap.josm.data.protobuf -
-
Uses of ProtobufRecord in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox with type parameters of type ProtobufRecord Modifier and Type Field Description private Function<ProtobufRecord,T>
Layer.ValueFields. conversion
Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox that return types with arguments of type ProtobufRecord Modifier and Type Method Description private static Collection<ProtobufRecord>
Layer. getAllRecords(byte[] bytes)
Get all the records from a array of bytesMethods in org.openstreetmap.josm.data.imagery.vectortile.mapbox with parameters of type ProtobufRecord Modifier and Type Method Description T
Layer.ValueFields. convertValue(ProtobufRecord protobufRecord)
Convert a protobuf record to a valueConstructors in org.openstreetmap.josm.data.imagery.vectortile.mapbox with parameters of type ProtobufRecord Constructor Description Feature(Layer layer, ProtobufRecord record)
Create a new FeatureConstructor parameters in org.openstreetmap.josm.data.imagery.vectortile.mapbox with type arguments of type ProtobufRecord Constructor Description Layer(Collection<ProtobufRecord> records)
Create a layer from a collection of recordsValueFields(int field, Function<ProtobufRecord,T> conversion)
-
Uses of ProtobufRecord in org.openstreetmap.josm.data.protobuf
Methods in org.openstreetmap.josm.data.protobuf that return types with arguments of type ProtobufRecord Modifier and Type Method Description Collection<ProtobufRecord>
ProtobufParser. allRecords()
Read all records
-