Uses of Class
crosby.binary.Osmformat.Node
-
Packages that use Osmformat.Node Package Description crosby.binary -
-
Uses of Osmformat.Node in crosby.binary
Fields in crosby.binary declared as Osmformat.Node Modifier and Type Field Description private static Osmformat.Node
Osmformat.Node. DEFAULT_INSTANCE
Fields in crosby.binary with type parameters of type Osmformat.Node Modifier and Type Field Description private java.util.List<Osmformat.Node>
Osmformat.PrimitiveGroup.Builder. nodes_
private java.util.List<Osmformat.Node>
Osmformat.PrimitiveGroup. nodes_
private com.google.protobuf.RepeatedFieldBuilderV3<Osmformat.Node,Osmformat.Node.Builder,Osmformat.NodeOrBuilder>
Osmformat.PrimitiveGroup.Builder. nodesBuilder_
static com.google.protobuf.Parser<Osmformat.Node>
Osmformat.Node. PARSER
Deprecated.Methods in crosby.binary that return Osmformat.Node Modifier and Type Method Description Osmformat.Node
Osmformat.Node.Builder. build()
Osmformat.Node
Osmformat.Node.Builder. buildPartial()
static Osmformat.Node
Osmformat.Node. getDefaultInstance()
Osmformat.Node
Osmformat.Node.Builder. getDefaultInstanceForType()
Osmformat.Node
Osmformat.Node. getDefaultInstanceForType()
Osmformat.Node
Osmformat.PrimitiveGroup.Builder. getNodes(int index)
repeated .OSMPBF.Node nodes = 1;
Osmformat.Node
Osmformat.PrimitiveGroup. getNodes(int index)
repeated .OSMPBF.Node nodes = 1;
Osmformat.Node
Osmformat.PrimitiveGroupOrBuilder. getNodes(int index)
repeated .OSMPBF.Node nodes = 1;
static Osmformat.Node
Osmformat.Node. parseDelimitedFrom(java.io.InputStream input)
static Osmformat.Node
Osmformat.Node. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.Node
Osmformat.Node. parseFrom(byte[] data)
static Osmformat.Node
Osmformat.Node. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.Node
Osmformat.Node. parseFrom(com.google.protobuf.ByteString data)
static Osmformat.Node
Osmformat.Node. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.Node
Osmformat.Node. parseFrom(com.google.protobuf.CodedInputStream input)
static Osmformat.Node
Osmformat.Node. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.Node
Osmformat.Node. parseFrom(java.io.InputStream input)
static Osmformat.Node
Osmformat.Node. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.Node
Osmformat.Node. parseFrom(java.nio.ByteBuffer data)
static Osmformat.Node
Osmformat.Node. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in crosby.binary that return types with arguments of type Osmformat.Node Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilderV3<Osmformat.Node,Osmformat.Node.Builder,Osmformat.NodeOrBuilder>
Osmformat.PrimitiveGroup.Builder. getNodesFieldBuilder()
java.util.List<Osmformat.Node>
Osmformat.PrimitiveGroup.Builder. getNodesList()
repeated .OSMPBF.Node nodes = 1;
java.util.List<Osmformat.Node>
Osmformat.PrimitiveGroup. getNodesList()
repeated .OSMPBF.Node nodes = 1;
java.util.List<Osmformat.Node>
Osmformat.PrimitiveGroupOrBuilder. getNodesList()
repeated .OSMPBF.Node nodes = 1;
com.google.protobuf.Parser<Osmformat.Node>
Osmformat.Node. getParserForType()
static com.google.protobuf.Parser<Osmformat.Node>
Osmformat.Node. parser()
Methods in crosby.binary with parameters of type Osmformat.Node Modifier and Type Method Description Osmformat.PrimitiveGroup.Builder
Osmformat.PrimitiveGroup.Builder. addNodes(int index, Osmformat.Node value)
repeated .OSMPBF.Node nodes = 1;
Osmformat.PrimitiveGroup.Builder
Osmformat.PrimitiveGroup.Builder. addNodes(Osmformat.Node value)
repeated .OSMPBF.Node nodes = 1;
Osmformat.Node.Builder
Osmformat.Node.Builder. mergeFrom(Osmformat.Node other)
static Osmformat.Node.Builder
Osmformat.Node. newBuilder(Osmformat.Node prototype)
Osmformat.PrimitiveGroup.Builder
Osmformat.PrimitiveGroup.Builder. setNodes(int index, Osmformat.Node value)
repeated .OSMPBF.Node nodes = 1;
Method parameters in crosby.binary with type arguments of type Osmformat.Node Modifier and Type Method Description Osmformat.PrimitiveGroup.Builder
Osmformat.PrimitiveGroup.Builder. addAllNodes(java.lang.Iterable<? extends Osmformat.Node> values)
repeated .OSMPBF.Node nodes = 1;
protected abstract void
BinaryParser. parseNodes(java.util.List<Osmformat.Node> nodes)
Parse a list of Node protocol buffers and send the resulting nodes to a sink.
-