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 with type parameters of type Osmformat.Node Modifier and Type Field Description static com.google.protobuf.Parser<Osmformat.Node>Osmformat.Node. PARSERDeprecated.Methods in crosby.binary that return Osmformat.Node Modifier and Type Method Description Osmformat.NodeOsmformat.Node.Builder. build()Osmformat.NodeOsmformat.Node.Builder. buildPartial()static Osmformat.NodeOsmformat.Node. getDefaultInstance()Osmformat.NodeOsmformat.Node.Builder. getDefaultInstanceForType()Osmformat.NodeOsmformat.Node. getDefaultInstanceForType()Osmformat.NodeOsmformat.PrimitiveGroup.Builder. getNodes(int index)repeated .OSMPBF.Node nodes = 1;Osmformat.NodeOsmformat.PrimitiveGroup. getNodes(int index)repeated .OSMPBF.Node nodes = 1;Osmformat.NodeOsmformat.PrimitiveGroupOrBuilder. getNodes(int index)repeated .OSMPBF.Node nodes = 1;static Osmformat.NodeOsmformat.Node. parseDelimitedFrom(InputStream input)static Osmformat.NodeOsmformat.Node. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.NodeOsmformat.Node. parseFrom(byte[] data)static Osmformat.NodeOsmformat.Node. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.NodeOsmformat.Node. parseFrom(com.google.protobuf.ByteString data)static Osmformat.NodeOsmformat.Node. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.NodeOsmformat.Node. parseFrom(com.google.protobuf.CodedInputStream input)static Osmformat.NodeOsmformat.Node. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.NodeOsmformat.Node. parseFrom(InputStream input)static Osmformat.NodeOsmformat.Node. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Osmformat.NodeOsmformat.Node. parseFrom(ByteBuffer data)static Osmformat.NodeOsmformat.Node. parseFrom(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 List<Osmformat.Node>Osmformat.PrimitiveGroup.Builder. getNodesList()repeated .OSMPBF.Node nodes = 1;List<Osmformat.Node>Osmformat.PrimitiveGroup. getNodesList()repeated .OSMPBF.Node nodes = 1;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.BuilderOsmformat.PrimitiveGroup.Builder. addNodes(int index, Osmformat.Node value)repeated .OSMPBF.Node nodes = 1;Osmformat.PrimitiveGroup.BuilderOsmformat.PrimitiveGroup.Builder. addNodes(Osmformat.Node value)repeated .OSMPBF.Node nodes = 1;Osmformat.Node.BuilderOsmformat.Node.Builder. mergeFrom(Osmformat.Node other)static Osmformat.Node.BuilderOsmformat.Node. newBuilder(Osmformat.Node prototype)Osmformat.PrimitiveGroup.BuilderOsmformat.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.BuilderOsmformat.PrimitiveGroup.Builder. addAllNodes(Iterable<? extends Osmformat.Node> values)repeated .OSMPBF.Node nodes = 1;protected abstract voidBinaryParser. parseNodes(List<Osmformat.Node> nodes)Parse a list of Node protocol buffers and send the resulting nodes to a sink.
-