Uses of Interface
crosby.binary.Osmformat.PrimitiveGroupOrBuilder
-
Packages that use Osmformat.PrimitiveGroupOrBuilder Package Description crosby.binary -
-
Uses of Osmformat.PrimitiveGroupOrBuilder in crosby.binary
Classes in crosby.binary that implement Osmformat.PrimitiveGroupOrBuilder Modifier and Type Class Description static class
Osmformat.PrimitiveGroup
Group of OSMPrimitives.static class
Osmformat.PrimitiveGroup.Builder
Group of OSMPrimitives.Fields in crosby.binary with type parameters of type Osmformat.PrimitiveGroupOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilderV3<Osmformat.PrimitiveGroup,Osmformat.PrimitiveGroup.Builder,Osmformat.PrimitiveGroupOrBuilder>
Osmformat.PrimitiveBlock.Builder. primitivegroupBuilder_
Methods in crosby.binary that return Osmformat.PrimitiveGroupOrBuilder Modifier and Type Method Description Osmformat.PrimitiveGroupOrBuilder
Osmformat.PrimitiveBlock.Builder. getPrimitivegroupOrBuilder(int index)
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
Osmformat.PrimitiveGroupOrBuilder
Osmformat.PrimitiveBlock. getPrimitivegroupOrBuilder(int index)
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
Osmformat.PrimitiveGroupOrBuilder
Osmformat.PrimitiveBlockOrBuilder. getPrimitivegroupOrBuilder(int index)
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
Methods in crosby.binary that return types with arguments of type Osmformat.PrimitiveGroupOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilderV3<Osmformat.PrimitiveGroup,Osmformat.PrimitiveGroup.Builder,Osmformat.PrimitiveGroupOrBuilder>
Osmformat.PrimitiveBlock.Builder. getPrimitivegroupFieldBuilder()
java.util.List<? extends Osmformat.PrimitiveGroupOrBuilder>
Osmformat.PrimitiveBlock.Builder. getPrimitivegroupOrBuilderList()
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
java.util.List<? extends Osmformat.PrimitiveGroupOrBuilder>
Osmformat.PrimitiveBlock. getPrimitivegroupOrBuilderList()
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
java.util.List<? extends Osmformat.PrimitiveGroupOrBuilder>
Osmformat.PrimitiveBlockOrBuilder. getPrimitivegroupOrBuilderList()
repeated .OSMPBF.PrimitiveGroup primitivegroup = 2;
-