Uses of Class
org.apache.sedona.sql.datasources.osmpbf.build.Osmformat.HeaderBlock.Builder
Packages that use Osmformat.HeaderBlock.Builder
-
Uses of Osmformat.HeaderBlock.Builder in org.apache.sedona.sql.datasources.osmpbf.build
Methods in org.apache.sedona.sql.datasources.osmpbf.build that return Osmformat.HeaderBlock.BuilderModifier and TypeMethodDescriptionOsmformat.HeaderBlock.Builder.addAllOptionalFeatures(Iterable<String> values) repeated string optional_features = 5;Osmformat.HeaderBlock.Builder.addAllRequiredFeatures(Iterable<String> values) Additional tags to aid in parsing this datasetOsmformat.HeaderBlock.Builder.addOptionalFeatures(String value) repeated string optional_features = 5;Osmformat.HeaderBlock.Builder.addOptionalFeaturesBytes(proto4.ByteString value) repeated string optional_features = 5;Osmformat.HeaderBlock.Builder.addRequiredFeatures(String value) Additional tags to aid in parsing this datasetOsmformat.HeaderBlock.Builder.addRequiredFeaturesBytes(proto4.ByteString value) Additional tags to aid in parsing this datasetOsmformat.HeaderBlock.Builder.clear()Osmformat.HeaderBlock.Builder.clearBbox()optional .HeaderBBox bbox = 1;Osmformat.HeaderBlock.Builder.clearOptionalFeatures()repeated string optional_features = 5;Osmformat.HeaderBlock.Builder.clearOsmosisReplicationBaseUrl()replication base URL (from Osmosis' configuration.txt file)Osmformat.HeaderBlock.Builder.clearOsmosisReplicationSequenceNumber()replication sequence number (sequenceNumber in state.txt)Osmformat.HeaderBlock.Builder.clearOsmosisReplicationTimestamp()replication timestamp, expressed in seconds since the epoch, otherwise the same value as in the "timestamp=..." field in the state.txt file used by OsmosisOsmformat.HeaderBlock.Builder.clearRequiredFeatures()Additional tags to aid in parsing this datasetOsmformat.HeaderBlock.Builder.clearSource()From the bbox field.Osmformat.HeaderBlock.Builder.clearWritingprogram()optional string writingprogram = 16;Osmformat.HeaderBlock.Builder.mergeBbox(Osmformat.HeaderBBox value) optional .HeaderBBox bbox = 1;Osmformat.HeaderBlock.Builder.mergeFrom(Osmformat.HeaderBlock other) Osmformat.HeaderBlock.Builder.mergeFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) Osmformat.HeaderBlock.Builder.mergeFrom(proto4.Message other) Osmformat.HeaderBlock.newBuilder()Osmformat.HeaderBlock.newBuilder(Osmformat.HeaderBlock prototype) Osmformat.HeaderBlock.newBuilderForType()protected Osmformat.HeaderBlock.BuilderOsmformat.HeaderBlock.newBuilderForType(proto4.AbstractMessage.BuilderParent parent) Osmformat.HeaderBlock.Builder.setBbox(Osmformat.HeaderBBox value) optional .HeaderBBox bbox = 1;Osmformat.HeaderBlock.Builder.setBbox(Osmformat.HeaderBBox.Builder builderForValue) optional .HeaderBBox bbox = 1;Osmformat.HeaderBlock.Builder.setOptionalFeatures(int index, String value) repeated string optional_features = 5;Osmformat.HeaderBlock.Builder.setOsmosisReplicationBaseUrl(String value) replication base URL (from Osmosis' configuration.txt file)Osmformat.HeaderBlock.Builder.setOsmosisReplicationBaseUrlBytes(proto4.ByteString value) replication base URL (from Osmosis' configuration.txt file)Osmformat.HeaderBlock.Builder.setOsmosisReplicationSequenceNumber(long value) replication sequence number (sequenceNumber in state.txt)Osmformat.HeaderBlock.Builder.setOsmosisReplicationTimestamp(long value) replication timestamp, expressed in seconds since the epoch, otherwise the same value as in the "timestamp=..." field in the state.txt file used by OsmosisOsmformat.HeaderBlock.Builder.setRequiredFeatures(int index, String value) Additional tags to aid in parsing this datasetFrom the bbox field.Osmformat.HeaderBlock.Builder.setSourceBytes(proto4.ByteString value) From the bbox field.Osmformat.HeaderBlock.Builder.setWritingprogram(String value) optional string writingprogram = 16;Osmformat.HeaderBlock.Builder.setWritingprogramBytes(proto4.ByteString value) optional string writingprogram = 16;Osmformat.HeaderBlock.toBuilder()