Uses of Class
org.apache.sedona.sql.datasources.osmpbf.build.Osmformat.StringTable
Packages that use Osmformat.StringTable
Package
Description
-
Uses of Osmformat.StringTable in org.apache.sedona.sql.datasources.osmpbf.build
Methods in org.apache.sedona.sql.datasources.osmpbf.build that return Osmformat.StringTableModifier and TypeMethodDescriptionOsmformat.StringTable.Builder.build()Osmformat.StringTable.Builder.buildPartial()static Osmformat.StringTableOsmformat.StringTable.getDefaultInstance()Osmformat.StringTable.Builder.getDefaultInstanceForType()Osmformat.StringTable.getDefaultInstanceForType()Osmformat.PrimitiveBlock.Builder.getStringtable()required .StringTable stringtable = 1;Osmformat.PrimitiveBlock.getStringtable()required .StringTable stringtable = 1;Osmformat.PrimitiveBlockOrBuilder.getStringtable()required .StringTable stringtable = 1;static Osmformat.StringTableOsmformat.StringTable.parseDelimitedFrom(InputStream input) static Osmformat.StringTableOsmformat.StringTable.parseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.StringTableOsmformat.StringTable.parseFrom(byte[] data) static Osmformat.StringTableOsmformat.StringTable.parseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.StringTableOsmformat.StringTable.parseFrom(InputStream input) static Osmformat.StringTableOsmformat.StringTable.parseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.StringTableOsmformat.StringTable.parseFrom(ByteBuffer data) static Osmformat.StringTableOsmformat.StringTable.parseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.StringTableOsmformat.StringTable.parseFrom(proto4.ByteString data) static Osmformat.StringTableOsmformat.StringTable.parseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.StringTableOsmformat.StringTable.parseFrom(proto4.CodedInputStream input) static Osmformat.StringTableOsmformat.StringTable.parseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) Methods in org.apache.sedona.sql.datasources.osmpbf.build that return types with arguments of type Osmformat.StringTableModifier and TypeMethodDescriptionproto4.Parser<Osmformat.StringTable>Osmformat.StringTable.getParserForType()static proto4.Parser<Osmformat.StringTable>Osmformat.StringTable.parser()Methods in org.apache.sedona.sql.datasources.osmpbf.build with parameters of type Osmformat.StringTableModifier and TypeMethodDescriptionOsmformat.StringTable.Builder.mergeFrom(Osmformat.StringTable other) Osmformat.PrimitiveBlock.Builder.mergeStringtable(Osmformat.StringTable value) required .StringTable stringtable = 1;Osmformat.StringTable.newBuilder(Osmformat.StringTable prototype) Osmformat.PrimitiveBlock.Builder.setStringtable(Osmformat.StringTable value) required .StringTable stringtable = 1; -
Uses of Osmformat.StringTable in org.apache.sedona.sql.datasources.osmpbf.extractors
Methods in org.apache.sedona.sql.datasources.osmpbf.extractors with parameters of type Osmformat.StringTableModifier and TypeMethodDescriptionDenseNodeExtractor.extract(int idx, Osmformat.StringTable stringTable) Extractor.extract(int idx, Osmformat.StringTable stringTable) -
Uses of Osmformat.StringTable in org.apache.sedona.sql.datasources.osmpbf.features
Methods in org.apache.sedona.sql.datasources.osmpbf.features with parameters of type Osmformat.StringTable -
Uses of Osmformat.StringTable in org.apache.sedona.sql.datasources.osmpbf.iterators
Constructors in org.apache.sedona.sql.datasources.osmpbf.iterators with parameters of type Osmformat.StringTableModifierConstructorDescriptionDenseNodeIterator(long nodesSize, Osmformat.StringTable stringTable, Extractor extractor) RelationIterator(List<Osmformat.Relation> relations, Osmformat.StringTable stringTable) WayIterator(List<Osmformat.Way> ways, Osmformat.StringTable stringTable)