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 org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
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 java.util.function.Function<ProtobufRecord,T>Layer.ValueFields. conversionMethods in org.openstreetmap.josm.data.imagery.vectortile.mapbox that return types with arguments of type ProtobufRecord Modifier and Type Method Description private static java.util.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 TLayer.ValueFields. convertValue(ProtobufRecord protobufRecord)Convert a protobuf record to a valueprivate voidLayer. parseValueRecord(java.io.ByteArrayOutputStream byteArrayOutputStream, ProtobufRecord protobufRecord)Constructors in org.openstreetmap.josm.data.imagery.vectortile.mapbox with parameters of type ProtobufRecord Constructor Description Feature(Layer layer, ProtobufRecord protobufRecord)Create a new FeatureConstructor parameters in org.openstreetmap.josm.data.imagery.vectortile.mapbox with type arguments of type ProtobufRecord Constructor Description Layer(java.util.Collection<ProtobufRecord> records)Create a layer from a collection of recordsValueFields(int field, java.util.function.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 java.util.Collection<ProtobufRecord>ProtobufParser. allRecords()Read all records -
Uses of ProtobufRecord in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io with parameters of type ProtobufRecord Modifier and Type Method Description private static BBoxOsmPbfReader. parseBBox(java.io.ByteArrayOutputStream baos, ProtobufRecord current)This parses a bbox from a record (HeaderBBox message)
-