Uses of Class
org.apache.sedona.sql.datasources.osmpbf.build.Osmformat.StringTable.Builder
Packages that use Osmformat.StringTable.Builder
-
Uses of Osmformat.StringTable.Builder in org.apache.sedona.sql.datasources.osmpbf.build
Methods in org.apache.sedona.sql.datasources.osmpbf.build that return Osmformat.StringTable.BuilderModifier and TypeMethodDescriptionrepeated bytes s = 1;Osmformat.StringTable.Builder.addS(proto4.ByteString value) repeated bytes s = 1;Osmformat.StringTable.Builder.clear()Osmformat.StringTable.Builder.clearS()repeated bytes s = 1;Osmformat.PrimitiveBlock.Builder.getStringtableBuilder()required .StringTable stringtable = 1;Osmformat.StringTable.Builder.mergeFrom(Osmformat.StringTable other) Osmformat.StringTable.Builder.mergeFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) Osmformat.StringTable.Builder.mergeFrom(proto4.Message other) Osmformat.StringTable.newBuilder()Osmformat.StringTable.newBuilder(Osmformat.StringTable prototype) Osmformat.StringTable.newBuilderForType()protected Osmformat.StringTable.BuilderOsmformat.StringTable.newBuilderForType(proto4.AbstractMessage.BuilderParent parent) Osmformat.StringTable.Builder.setS(int index, proto4.ByteString value) repeated bytes s = 1;Osmformat.StringTable.toBuilder()Methods in org.apache.sedona.sql.datasources.osmpbf.build with parameters of type Osmformat.StringTable.BuilderModifier and TypeMethodDescriptionOsmformat.PrimitiveBlock.Builder.setStringtable(Osmformat.StringTable.Builder builderForValue) required .StringTable stringtable = 1;