Class Osmformat.HeaderBlock

java.lang.Object
proto4.AbstractMessageLite
proto4.AbstractMessage
proto4.GeneratedMessage
org.apache.sedona.sql.datasources.osmpbf.build.Osmformat.HeaderBlock
All Implemented Interfaces:
Serializable, Osmformat.HeaderBlockOrBuilder, proto4.Message, proto4.MessageLite, proto4.MessageLiteOrBuilder, proto4.MessageOrBuilder
Enclosing class:
Osmformat

public static final class Osmformat.HeaderBlock extends proto4.GeneratedMessage implements Osmformat.HeaderBlockOrBuilder
Protobuf type HeaderBlock
See Also:
  • Field Details

    • BBOX_FIELD_NUMBER

      public static final int BBOX_FIELD_NUMBER
      See Also:
    • REQUIRED_FEATURES_FIELD_NUMBER

      public static final int REQUIRED_FEATURES_FIELD_NUMBER
      See Also:
    • OPTIONAL_FEATURES_FIELD_NUMBER

      public static final int OPTIONAL_FEATURES_FIELD_NUMBER
      See Also:
    • WRITINGPROGRAM_FIELD_NUMBER

      public static final int WRITINGPROGRAM_FIELD_NUMBER
      See Also:
    • SOURCE_FIELD_NUMBER

      public static final int SOURCE_FIELD_NUMBER
      See Also:
    • OSMOSIS_REPLICATION_TIMESTAMP_FIELD_NUMBER

      public static final int OSMOSIS_REPLICATION_TIMESTAMP_FIELD_NUMBER
      See Also:
    • OSMOSIS_REPLICATION_SEQUENCE_NUMBER_FIELD_NUMBER

      public static final int OSMOSIS_REPLICATION_SEQUENCE_NUMBER_FIELD_NUMBER
      See Also:
    • OSMOSIS_REPLICATION_BASE_URL_FIELD_NUMBER

      public static final int OSMOSIS_REPLICATION_BASE_URL_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final proto4.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected proto4.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class proto4.GeneratedMessage
    • hasBbox

      public boolean hasBbox()
      optional .HeaderBBox bbox = 1;
      Specified by:
      hasBbox in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      Whether the bbox field is set.
    • getBbox

      public Osmformat.HeaderBBox getBbox()
      optional .HeaderBBox bbox = 1;
      Specified by:
      getBbox in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      The bbox.
    • getBboxOrBuilder

      public Osmformat.HeaderBBoxOrBuilder getBboxOrBuilder()
      optional .HeaderBBox bbox = 1;
      Specified by:
      getBboxOrBuilder in interface Osmformat.HeaderBlockOrBuilder
    • getRequiredFeaturesList

      public proto4.ProtocolStringList getRequiredFeaturesList()
       Additional tags to aid in parsing this dataset
       
      repeated string required_features = 4;
      Specified by:
      getRequiredFeaturesList in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      A list containing the requiredFeatures.
    • getRequiredFeaturesCount

      public int getRequiredFeaturesCount()
       Additional tags to aid in parsing this dataset
       
      repeated string required_features = 4;
      Specified by:
      getRequiredFeaturesCount in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      The count of requiredFeatures.
    • getRequiredFeatures

      public String getRequiredFeatures(int index)
       Additional tags to aid in parsing this dataset
       
      repeated string required_features = 4;
      Specified by:
      getRequiredFeatures in interface Osmformat.HeaderBlockOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The requiredFeatures at the given index.
    • getRequiredFeaturesBytes

      public proto4.ByteString getRequiredFeaturesBytes(int index)
       Additional tags to aid in parsing this dataset
       
      repeated string required_features = 4;
      Specified by:
      getRequiredFeaturesBytes in interface Osmformat.HeaderBlockOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the requiredFeatures at the given index.
    • getOptionalFeaturesList

      public proto4.ProtocolStringList getOptionalFeaturesList()
      repeated string optional_features = 5;
      Specified by:
      getOptionalFeaturesList in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      A list containing the optionalFeatures.
    • getOptionalFeaturesCount

      public int getOptionalFeaturesCount()
      repeated string optional_features = 5;
      Specified by:
      getOptionalFeaturesCount in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      The count of optionalFeatures.
    • getOptionalFeatures

      public String getOptionalFeatures(int index)
      repeated string optional_features = 5;
      Specified by:
      getOptionalFeatures in interface Osmformat.HeaderBlockOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The optionalFeatures at the given index.
    • getOptionalFeaturesBytes

      public proto4.ByteString getOptionalFeaturesBytes(int index)
      repeated string optional_features = 5;
      Specified by:
      getOptionalFeaturesBytes in interface Osmformat.HeaderBlockOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the optionalFeatures at the given index.
    • hasWritingprogram

      public boolean hasWritingprogram()
      optional string writingprogram = 16;
      Specified by:
      hasWritingprogram in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      Whether the writingprogram field is set.
    • getWritingprogram

      public String getWritingprogram()
      optional string writingprogram = 16;
      Specified by:
      getWritingprogram in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      The writingprogram.
    • getWritingprogramBytes

      public proto4.ByteString getWritingprogramBytes()
      optional string writingprogram = 16;
      Specified by:
      getWritingprogramBytes in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      The bytes for writingprogram.
    • hasSource

      public boolean hasSource()
       From the bbox field.
       
      optional string source = 17;
      Specified by:
      hasSource in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      Whether the source field is set.
    • getSource

      public String getSource()
       From the bbox field.
       
      optional string source = 17;
      Specified by:
      getSource in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      The source.
    • getSourceBytes

      public proto4.ByteString getSourceBytes()
       From the bbox field.
       
      optional string source = 17;
      Specified by:
      getSourceBytes in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      The bytes for source.
    • hasOsmosisReplicationTimestamp

      public boolean hasOsmosisReplicationTimestamp()
       replication timestamp, expressed in seconds since the epoch,
       otherwise the same value as in the "timestamp=..." field
       in the state.txt file used by Osmosis
       
      optional int64 osmosis_replication_timestamp = 32;
      Specified by:
      hasOsmosisReplicationTimestamp in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      Whether the osmosisReplicationTimestamp field is set.
    • getOsmosisReplicationTimestamp

      public long getOsmosisReplicationTimestamp()
       replication timestamp, expressed in seconds since the epoch,
       otherwise the same value as in the "timestamp=..." field
       in the state.txt file used by Osmosis
       
      optional int64 osmosis_replication_timestamp = 32;
      Specified by:
      getOsmosisReplicationTimestamp in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      The osmosisReplicationTimestamp.
    • hasOsmosisReplicationSequenceNumber

      public boolean hasOsmosisReplicationSequenceNumber()
       replication sequence number (sequenceNumber in state.txt)
       
      optional int64 osmosis_replication_sequence_number = 33;
      Specified by:
      hasOsmosisReplicationSequenceNumber in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      Whether the osmosisReplicationSequenceNumber field is set.
    • getOsmosisReplicationSequenceNumber

      public long getOsmosisReplicationSequenceNumber()
       replication sequence number (sequenceNumber in state.txt)
       
      optional int64 osmosis_replication_sequence_number = 33;
      Specified by:
      getOsmosisReplicationSequenceNumber in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      The osmosisReplicationSequenceNumber.
    • hasOsmosisReplicationBaseUrl

      public boolean hasOsmosisReplicationBaseUrl()
       replication base URL (from Osmosis' configuration.txt file)
       
      optional string osmosis_replication_base_url = 34;
      Specified by:
      hasOsmosisReplicationBaseUrl in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      Whether the osmosisReplicationBaseUrl field is set.
    • getOsmosisReplicationBaseUrl

      public String getOsmosisReplicationBaseUrl()
       replication base URL (from Osmosis' configuration.txt file)
       
      optional string osmosis_replication_base_url = 34;
      Specified by:
      getOsmosisReplicationBaseUrl in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      The osmosisReplicationBaseUrl.
    • getOsmosisReplicationBaseUrlBytes

      public proto4.ByteString getOsmosisReplicationBaseUrlBytes()
       replication base URL (from Osmosis' configuration.txt file)
       
      optional string osmosis_replication_base_url = 34;
      Specified by:
      getOsmosisReplicationBaseUrlBytes in interface Osmformat.HeaderBlockOrBuilder
      Returns:
      The bytes for osmosisReplicationBaseUrl.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface proto4.MessageLiteOrBuilder
      Overrides:
      isInitialized in class proto4.GeneratedMessage
    • writeTo

      public void writeTo(proto4.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface proto4.MessageLite
      Overrides:
      writeTo in class proto4.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface proto4.MessageLite
      Overrides:
      getSerializedSize in class proto4.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface proto4.Message
      Overrides:
      equals in class proto4.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface proto4.Message
      Overrides:
      hashCode in class proto4.AbstractMessage
    • parseFrom

      public static Osmformat.HeaderBlock parseFrom(ByteBuffer data) throws proto4.InvalidProtocolBufferException
      Throws:
      proto4.InvalidProtocolBufferException
    • parseFrom

      public static Osmformat.HeaderBlock parseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
      Throws:
      proto4.InvalidProtocolBufferException
    • parseFrom

      public static Osmformat.HeaderBlock parseFrom(proto4.ByteString data) throws proto4.InvalidProtocolBufferException
      Throws:
      proto4.InvalidProtocolBufferException
    • parseFrom

      public static Osmformat.HeaderBlock parseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
      Throws:
      proto4.InvalidProtocolBufferException
    • parseFrom

      public static Osmformat.HeaderBlock parseFrom(byte[] data) throws proto4.InvalidProtocolBufferException
      Throws:
      proto4.InvalidProtocolBufferException
    • parseFrom

      public static Osmformat.HeaderBlock parseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
      Throws:
      proto4.InvalidProtocolBufferException
    • parseFrom

      public static Osmformat.HeaderBlock parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Osmformat.HeaderBlock parseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Osmformat.HeaderBlock parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Osmformat.HeaderBlock parseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Osmformat.HeaderBlock parseFrom(proto4.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Osmformat.HeaderBlock parseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Osmformat.HeaderBlock.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface proto4.Message
      Specified by:
      newBuilderForType in interface proto4.MessageLite
    • newBuilder

      public static Osmformat.HeaderBlock.Builder newBuilder()
    • newBuilder

      public static Osmformat.HeaderBlock.Builder newBuilder(Osmformat.HeaderBlock prototype)
    • toBuilder

      public Osmformat.HeaderBlock.Builder toBuilder()
      Specified by:
      toBuilder in interface proto4.Message
      Specified by:
      toBuilder in interface proto4.MessageLite
    • newBuilderForType

      protected Osmformat.HeaderBlock.Builder newBuilderForType(proto4.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class proto4.AbstractMessage
    • getDefaultInstance

      public static Osmformat.HeaderBlock getDefaultInstance()
    • parser

      public static proto4.Parser<Osmformat.HeaderBlock> parser()
    • getParserForType

      public proto4.Parser<Osmformat.HeaderBlock> getParserForType()
      Specified by:
      getParserForType in interface proto4.Message
      Specified by:
      getParserForType in interface proto4.MessageLite
      Overrides:
      getParserForType in class proto4.GeneratedMessage
    • getDefaultInstanceForType

      public Osmformat.HeaderBlock getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface proto4.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface proto4.MessageOrBuilder