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 declared as Osmformat.Way Modifier and Type Field Description private static Osmformat.Way
Osmformat.Way. DEFAULT_INSTANCE
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. PARSER
Deprecated.private java.util.List<Osmformat.Way>
Osmformat.PrimitiveGroup.Builder. ways_
private java.util.List<Osmformat.Way>
Osmformat.PrimitiveGroup. ways_
private com.google.protobuf.RepeatedFieldBuilderV3<Osmformat.Way,Osmformat.Way.Builder,Osmformat.WayOrBuilder>
Osmformat.PrimitiveGroup.Builder. waysBuilder_
Methods in crosby.binary that return Osmformat.Way Modifier and Type Method Description Osmformat.Way
Osmformat.Way.Builder. build()
Osmformat.Way
Osmformat.Way.Builder. buildPartial()
static Osmformat.Way
Osmformat.Way. getDefaultInstance()
Osmformat.Way
Osmformat.Way.Builder. getDefaultInstanceForType()
Osmformat.Way
Osmformat.Way. getDefaultInstanceForType()
Osmformat.Way
Osmformat.PrimitiveGroup.Builder. getWays(int index)
repeated .OSMPBF.Way ways = 3;
Osmformat.Way
Osmformat.PrimitiveGroup. getWays(int index)
repeated .OSMPBF.Way ways = 3;
Osmformat.Way
Osmformat.PrimitiveGroupOrBuilder. getWays(int index)
repeated .OSMPBF.Way ways = 3;
static Osmformat.Way
Osmformat.Way. parseDelimitedFrom(java.io.InputStream input)
static Osmformat.Way
Osmformat.Way. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.Way
Osmformat.Way. parseFrom(byte[] data)
static Osmformat.Way
Osmformat.Way. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.Way
Osmformat.Way. parseFrom(com.google.protobuf.ByteString data)
static Osmformat.Way
Osmformat.Way. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.Way
Osmformat.Way. parseFrom(com.google.protobuf.CodedInputStream input)
static Osmformat.Way
Osmformat.Way. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.Way
Osmformat.Way. parseFrom(java.io.InputStream input)
static Osmformat.Way
Osmformat.Way. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.Way
Osmformat.Way. parseFrom(java.nio.ByteBuffer data)
static Osmformat.Way
Osmformat.Way. parseFrom(java.nio.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()
private com.google.protobuf.RepeatedFieldBuilderV3<Osmformat.Way,Osmformat.Way.Builder,Osmformat.WayOrBuilder>
Osmformat.PrimitiveGroup.Builder. getWaysFieldBuilder()
java.util.List<Osmformat.Way>
Osmformat.PrimitiveGroup.Builder. getWaysList()
repeated .OSMPBF.Way ways = 3;
java.util.List<Osmformat.Way>
Osmformat.PrimitiveGroup. getWaysList()
repeated .OSMPBF.Way ways = 3;
java.util.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.Builder
Osmformat.PrimitiveGroup.Builder. addWays(int index, Osmformat.Way value)
repeated .OSMPBF.Way ways = 3;
Osmformat.PrimitiveGroup.Builder
Osmformat.PrimitiveGroup.Builder. addWays(Osmformat.Way value)
repeated .OSMPBF.Way ways = 3;
Osmformat.Way.Builder
Osmformat.Way.Builder. mergeFrom(Osmformat.Way other)
static Osmformat.Way.Builder
Osmformat.Way. newBuilder(Osmformat.Way prototype)
Osmformat.PrimitiveGroup.Builder
Osmformat.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.Builder
Osmformat.PrimitiveGroup.Builder. addAllWays(java.lang.Iterable<? extends Osmformat.Way> values)
repeated .OSMPBF.Way ways = 3;
protected abstract void
BinaryParser. parseWays(java.util.List<Osmformat.Way> ways)
Parse a list of Way protocol buffers and send the resulting ways to a sink.
-