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 typeHeaderBlock
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Osmformat.HeaderBlock.Builder
Protobuf typeHeaderBlock
-
Nested classes/interfaces inherited from class proto4.GeneratedMessage
proto4.GeneratedMessage.ExtendableBuilder<MessageT extends proto4.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends proto4.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, proto4.GeneratedMessage.ExtendableMessage<MessageT extends proto4.GeneratedMessage.ExtendableMessage<MessageT>>, proto4.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends proto4.GeneratedMessage.ExtendableMessage<MessageT>>, proto4.GeneratedMessage.FieldAccessorTable, proto4.GeneratedMessage.GeneratedExtension<ContainingT extends proto4.Message,T extends Object>, proto4.GeneratedMessage.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
BBOX_FIELD_NUMBER
static int
OPTIONAL_FEATURES_FIELD_NUMBER
static int
OSMOSIS_REPLICATION_BASE_URL_FIELD_NUMBER
static int
OSMOSIS_REPLICATION_SEQUENCE_NUMBER_FIELD_NUMBER
static int
OSMOSIS_REPLICATION_TIMESTAMP_FIELD_NUMBER
static int
REQUIRED_FEATURES_FIELD_NUMBER
static int
SOURCE_FIELD_NUMBER
static int
WRITINGPROGRAM_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Osmformat.HeaderBBox
getBbox()
optional .HeaderBBox bbox = 1;
Osmformat.HeaderBBoxOrBuilder
getBboxOrBuilder()
optional .HeaderBBox bbox = 1;
static Osmformat.HeaderBlock
getDefaultInstance()
Osmformat.HeaderBlock
getDefaultInstanceForType()
static proto4.Descriptors.Descriptor
getDescriptor()
String
getOptionalFeatures(int index)
repeated string optional_features = 5;
proto4.ByteString
getOptionalFeaturesBytes(int index)
repeated string optional_features = 5;
int
getOptionalFeaturesCount()
repeated string optional_features = 5;
proto4.ProtocolStringList
getOptionalFeaturesList()
repeated string optional_features = 5;
String
getOsmosisReplicationBaseUrl()
replication base URL (from Osmosis' configuration.txt file)proto4.ByteString
getOsmosisReplicationBaseUrlBytes()
replication base URL (from Osmosis' configuration.txt file)long
getOsmosisReplicationSequenceNumber()
replication sequence number (sequenceNumber in state.txt)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 Osmosisproto4.Parser<Osmformat.HeaderBlock>
getParserForType()
String
getRequiredFeatures(int index)
Additional tags to aid in parsing this datasetproto4.ByteString
getRequiredFeaturesBytes(int index)
Additional tags to aid in parsing this datasetint
getRequiredFeaturesCount()
Additional tags to aid in parsing this datasetproto4.ProtocolStringList
getRequiredFeaturesList()
Additional tags to aid in parsing this datasetint
getSerializedSize()
String
getSource()
From the bbox field.proto4.ByteString
getSourceBytes()
From the bbox field.String
getWritingprogram()
optional string writingprogram = 16;
proto4.ByteString
getWritingprogramBytes()
optional string writingprogram = 16;
boolean
hasBbox()
optional .HeaderBBox bbox = 1;
int
hashCode()
boolean
hasOsmosisReplicationBaseUrl()
replication base URL (from Osmosis' configuration.txt file)boolean
hasOsmosisReplicationSequenceNumber()
replication sequence number (sequenceNumber in state.txt)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 Osmosisboolean
hasSource()
From the bbox field.boolean
hasWritingprogram()
optional string writingprogram = 16;
protected proto4.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Osmformat.HeaderBlock.Builder
newBuilder()
static Osmformat.HeaderBlock.Builder
newBuilder(Osmformat.HeaderBlock prototype)
Osmformat.HeaderBlock.Builder
newBuilderForType()
protected Osmformat.HeaderBlock.Builder
newBuilderForType(proto4.AbstractMessage.BuilderParent parent)
static Osmformat.HeaderBlock
parseDelimitedFrom(InputStream input)
static Osmformat.HeaderBlock
parseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry)
static Osmformat.HeaderBlock
parseFrom(byte[] data)
static Osmformat.HeaderBlock
parseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry)
static Osmformat.HeaderBlock
parseFrom(InputStream input)
static Osmformat.HeaderBlock
parseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry)
static Osmformat.HeaderBlock
parseFrom(ByteBuffer data)
static Osmformat.HeaderBlock
parseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry)
static Osmformat.HeaderBlock
parseFrom(proto4.ByteString data)
static Osmformat.HeaderBlock
parseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry)
static Osmformat.HeaderBlock
parseFrom(proto4.CodedInputStream input)
static Osmformat.HeaderBlock
parseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry)
static proto4.Parser<Osmformat.HeaderBlock>
parser()
Osmformat.HeaderBlock.Builder
toBuilder()
void
writeTo(proto4.CodedOutputStream output)
-
Methods inherited from class proto4.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class proto4.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
-
Methods inherited from class proto4.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
BBOX_FIELD_NUMBER
public static final int BBOX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REQUIRED_FEATURES_FIELD_NUMBER
public static final int REQUIRED_FEATURES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPTIONAL_FEATURES_FIELD_NUMBER
public static final int OPTIONAL_FEATURES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WRITINGPROGRAM_FIELD_NUMBER
public static final int WRITINGPROGRAM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OSMOSIS_REPLICATION_TIMESTAMP_FIELD_NUMBER
public static final int OSMOSIS_REPLICATION_TIMESTAMP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OSMOSIS_REPLICATION_SEQUENCE_NUMBER_FIELD_NUMBER
public static final int OSMOSIS_REPLICATION_SEQUENCE_NUMBER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OSMOSIS_REPLICATION_BASE_URL_FIELD_NUMBER
public static final int OSMOSIS_REPLICATION_BASE_URL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDescriptor
public static final proto4.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected proto4.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classproto4.GeneratedMessage
-
hasBbox
public boolean hasBbox()
optional .HeaderBBox bbox = 1;
- Specified by:
hasBbox
in interfaceOsmformat.HeaderBlockOrBuilder
- Returns:
- Whether the bbox field is set.
-
getBbox
public Osmformat.HeaderBBox getBbox()
optional .HeaderBBox bbox = 1;
- Specified by:
getBbox
in interfaceOsmformat.HeaderBlockOrBuilder
- Returns:
- The bbox.
-
getBboxOrBuilder
public Osmformat.HeaderBBoxOrBuilder getBboxOrBuilder()
optional .HeaderBBox bbox = 1;
- Specified by:
getBboxOrBuilder
in interfaceOsmformat.HeaderBlockOrBuilder
-
getRequiredFeaturesList
public proto4.ProtocolStringList getRequiredFeaturesList()
Additional tags to aid in parsing this dataset
repeated string required_features = 4;
- Specified by:
getRequiredFeaturesList
in interfaceOsmformat.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 interfaceOsmformat.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 interfaceOsmformat.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 interfaceOsmformat.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 interfaceOsmformat.HeaderBlockOrBuilder
- Returns:
- A list containing the optionalFeatures.
-
getOptionalFeaturesCount
public int getOptionalFeaturesCount()
repeated string optional_features = 5;
- Specified by:
getOptionalFeaturesCount
in interfaceOsmformat.HeaderBlockOrBuilder
- Returns:
- The count of optionalFeatures.
-
getOptionalFeatures
public String getOptionalFeatures(int index)
repeated string optional_features = 5;
- Specified by:
getOptionalFeatures
in interfaceOsmformat.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 interfaceOsmformat.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 interfaceOsmformat.HeaderBlockOrBuilder
- Returns:
- Whether the writingprogram field is set.
-
getWritingprogram
public String getWritingprogram()
optional string writingprogram = 16;
- Specified by:
getWritingprogram
in interfaceOsmformat.HeaderBlockOrBuilder
- Returns:
- The writingprogram.
-
getWritingprogramBytes
public proto4.ByteString getWritingprogramBytes()
optional string writingprogram = 16;
- Specified by:
getWritingprogramBytes
in interfaceOsmformat.HeaderBlockOrBuilder
- Returns:
- The bytes for writingprogram.
-
hasSource
public boolean hasSource()
From the bbox field.
optional string source = 17;
- Specified by:
hasSource
in interfaceOsmformat.HeaderBlockOrBuilder
- Returns:
- Whether the source field is set.
-
getSource
public String getSource()
From the bbox field.
optional string source = 17;
- Specified by:
getSource
in interfaceOsmformat.HeaderBlockOrBuilder
- Returns:
- The source.
-
getSourceBytes
public proto4.ByteString getSourceBytes()
From the bbox field.
optional string source = 17;
- Specified by:
getSourceBytes
in interfaceOsmformat.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 interfaceOsmformat.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 interfaceOsmformat.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 interfaceOsmformat.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 interfaceOsmformat.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 interfaceOsmformat.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 interfaceOsmformat.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 interfaceOsmformat.HeaderBlockOrBuilder
- Returns:
- The bytes for osmosisReplicationBaseUrl.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceproto4.MessageLiteOrBuilder
- Overrides:
isInitialized
in classproto4.GeneratedMessage
-
writeTo
public void writeTo(proto4.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfaceproto4.MessageLite
- Overrides:
writeTo
in classproto4.GeneratedMessage
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfaceproto4.MessageLite
- Overrides:
getSerializedSize
in classproto4.GeneratedMessage
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfaceproto4.Message
- Overrides:
equals
in classproto4.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceproto4.Message
- Overrides:
hashCode
in classproto4.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 interfaceproto4.Message
- Specified by:
newBuilderForType
in interfaceproto4.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 interfaceproto4.Message
- Specified by:
toBuilder
in interfaceproto4.MessageLite
-
newBuilderForType
protected Osmformat.HeaderBlock.Builder newBuilderForType(proto4.AbstractMessage.BuilderParent parent)
- Overrides:
newBuilderForType
in classproto4.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 interfaceproto4.Message
- Specified by:
getParserForType
in interfaceproto4.MessageLite
- Overrides:
getParserForType
in classproto4.GeneratedMessage
-
getDefaultInstanceForType
public Osmformat.HeaderBlock getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceproto4.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceproto4.MessageOrBuilder
-
-