Uses of Class
crosby.binary.Osmformat.PrimitiveGroup
-
Packages that use Osmformat.PrimitiveGroup Package Description crosby.binary -
-
Uses of Osmformat.PrimitiveGroup in crosby.binary
Fields in crosby.binary declared as Osmformat.PrimitiveGroup Modifier and Type Field Description private static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. DEFAULT_INSTANCE
Fields in crosby.binary with type parameters of type Osmformat.PrimitiveGroup Modifier and Type Field Description static com.google.protobuf.Parser<Osmformat.PrimitiveGroup>
Osmformat.PrimitiveGroup. PARSER
Deprecated.private java.util.List<Osmformat.PrimitiveGroup>
Osmformat.PrimitiveBlock.Builder. primitivegroup_
private java.util.List<Osmformat.PrimitiveGroup>
Osmformat.PrimitiveBlock. primitivegroup_
private com.google.protobuf.RepeatedFieldBuilderV3<Osmformat.PrimitiveGroup,Osmformat.PrimitiveGroup.Builder,Osmformat.PrimitiveGroupOrBuilder>
Osmformat.PrimitiveBlock.Builder. primitivegroupBuilder_
Methods in crosby.binary that return Osmformat.PrimitiveGroup Modifier and Type Method Description Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup.Builder. build()
Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup.Builder. buildPartial()
static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. getDefaultInstance()
Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup.Builder. getDefaultInstanceForType()
Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. getDefaultInstanceForType()
Osmformat.PrimitiveGroup
Osmformat.PrimitiveBlock.Builder. getPrimitivegroup(int index)
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
Osmformat.PrimitiveGroup
Osmformat.PrimitiveBlock. getPrimitivegroup(int index)
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
Osmformat.PrimitiveGroup
Osmformat.PrimitiveBlockOrBuilder. getPrimitivegroup(int index)
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. parseDelimitedFrom(java.io.InputStream input)
static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. parseFrom(byte[] data)
static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. parseFrom(com.google.protobuf.ByteString data)
static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. parseFrom(com.google.protobuf.CodedInputStream input)
static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. parseFrom(java.io.InputStream input)
static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. parseFrom(java.nio.ByteBuffer data)
static Osmformat.PrimitiveGroup
Osmformat.PrimitiveGroup. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Osmformat.PrimitiveGroup
BinarySerializer.PrimGroupWriterInterface. serialize()
This callback is invoked to request that the primgroup serialize itself into the given protocol buffer object.Methods in crosby.binary that return types with arguments of type Osmformat.PrimitiveGroup Modifier and Type Method Description com.google.protobuf.Parser<Osmformat.PrimitiveGroup>
Osmformat.PrimitiveGroup. getParserForType()
private com.google.protobuf.RepeatedFieldBuilderV3<Osmformat.PrimitiveGroup,Osmformat.PrimitiveGroup.Builder,Osmformat.PrimitiveGroupOrBuilder>
Osmformat.PrimitiveBlock.Builder. getPrimitivegroupFieldBuilder()
java.util.List<Osmformat.PrimitiveGroup>
Osmformat.PrimitiveBlock.Builder. getPrimitivegroupList()
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
java.util.List<Osmformat.PrimitiveGroup>
Osmformat.PrimitiveBlock. getPrimitivegroupList()
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
java.util.List<Osmformat.PrimitiveGroup>
Osmformat.PrimitiveBlockOrBuilder. getPrimitivegroupList()
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
static com.google.protobuf.Parser<Osmformat.PrimitiveGroup>
Osmformat.PrimitiveGroup. parser()
Methods in crosby.binary with parameters of type Osmformat.PrimitiveGroup Modifier and Type Method Description Osmformat.PrimitiveBlock.Builder
Osmformat.PrimitiveBlock.Builder. addPrimitivegroup(int index, Osmformat.PrimitiveGroup value)
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
Osmformat.PrimitiveBlock.Builder
Osmformat.PrimitiveBlock.Builder. addPrimitivegroup(Osmformat.PrimitiveGroup value)
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
Osmformat.PrimitiveGroup.Builder
Osmformat.PrimitiveGroup.Builder. mergeFrom(Osmformat.PrimitiveGroup other)
static Osmformat.PrimitiveGroup.Builder
Osmformat.PrimitiveGroup. newBuilder(Osmformat.PrimitiveGroup prototype)
Osmformat.PrimitiveBlock.Builder
Osmformat.PrimitiveBlock.Builder. setPrimitivegroup(int index, Osmformat.PrimitiveGroup value)
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
Method parameters in crosby.binary with type arguments of type Osmformat.PrimitiveGroup Modifier and Type Method Description Osmformat.PrimitiveBlock.Builder
Osmformat.PrimitiveBlock.Builder. addAllPrimitivegroup(java.lang.Iterable<? extends Osmformat.PrimitiveGroup> values)
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
-