Uses of Class
crosby.binary.Osmformat.Way
-
Packages that use Osmformat.Way Package Description crosby.binary -
-
Uses of Osmformat.Way in crosby.binary
Fields in crosby.binary with type parameters of type Osmformat.Way Modifier and Type Field Description static com.google.protobuf.Parser<Osmformat.Way>Osmformat.Way. PARSERDeprecated.Methods in crosby.binary that return Osmformat.Way Modifier and Type Method Description Osmformat.WayOsmformat.Way.Builder. build()Osmformat.WayOsmformat.Way.Builder. buildPartial()static Osmformat.WayOsmformat.Way. getDefaultInstance()Osmformat.WayOsmformat.Way.Builder. getDefaultInstanceForType()Osmformat.WayOsmformat.Way. getDefaultInstanceForType()Osmformat.WayOsmformat.PrimitiveGroup.Builder. getWays(int index)repeated .OSMPBF.Way ways = 3;Osmformat.WayOsmformat.PrimitiveGroup. getWays(int index)repeated .OSMPBF.Way ways = 3;Osmformat.WayOsmformat.PrimitiveGroupOrBuilder. getWays(int index)repeated .OSMPBF.Way ways = 3;static Osmformat.WayOsmformat.Way. parseDelimitedFrom(InputStream input)static Osmformat.WayOsmformat.Way. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.WayOsmformat.Way. parseFrom(byte[] data)static Osmformat.WayOsmformat.Way. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.WayOsmformat.Way. parseFrom(com.google.protobuf.ByteString data)static Osmformat.WayOsmformat.Way. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.WayOsmformat.Way. parseFrom(com.google.protobuf.CodedInputStream input)static Osmformat.WayOsmformat.Way. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.WayOsmformat.Way. parseFrom(InputStream input)static Osmformat.WayOsmformat.Way. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.WayOsmformat.Way. parseFrom(ByteBuffer data)static Osmformat.WayOsmformat.Way. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in crosby.binary that return types with arguments of type Osmformat.Way Modifier and Type Method Description com.google.protobuf.Parser<Osmformat.Way>Osmformat.Way. getParserForType()List<Osmformat.Way>Osmformat.PrimitiveGroup.Builder. getWaysList()repeated .OSMPBF.Way ways = 3;List<Osmformat.Way>Osmformat.PrimitiveGroup. getWaysList()repeated .OSMPBF.Way ways = 3;List<Osmformat.Way>Osmformat.PrimitiveGroupOrBuilder. getWaysList()repeated .OSMPBF.Way ways = 3;static com.google.protobuf.Parser<Osmformat.Way>Osmformat.Way. parser()Methods in crosby.binary with parameters of type Osmformat.Way Modifier and Type Method Description Osmformat.PrimitiveGroup.BuilderOsmformat.PrimitiveGroup.Builder. addWays(int index, Osmformat.Way value)repeated .OSMPBF.Way ways = 3;Osmformat.PrimitiveGroup.BuilderOsmformat.PrimitiveGroup.Builder. addWays(Osmformat.Way value)repeated .OSMPBF.Way ways = 3;Osmformat.Way.BuilderOsmformat.Way.Builder. mergeFrom(Osmformat.Way other)static Osmformat.Way.BuilderOsmformat.Way. newBuilder(Osmformat.Way prototype)Osmformat.PrimitiveGroup.BuilderOsmformat.PrimitiveGroup.Builder. setWays(int index, Osmformat.Way value)repeated .OSMPBF.Way ways = 3;Method parameters in crosby.binary with type arguments of type Osmformat.Way Modifier and Type Method Description Osmformat.PrimitiveGroup.BuilderOsmformat.PrimitiveGroup.Builder. addAllWays(Iterable<? extends Osmformat.Way> values)repeated .OSMPBF.Way ways = 3;protected abstract voidBinaryParser. parseWays(List<Osmformat.Way> ways)Parse a list of Way protocol buffers and send the resulting ways to a sink.
-