Class Osmformat.Info
- java.lang.Object
- 
- proto4.AbstractMessageLite
- 
- proto4.AbstractMessage
- 
- proto4.GeneratedMessage
- 
- org.apache.sedona.sql.datasources.osmpbf.build.Osmformat.Info
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Osmformat.InfoOrBuilder,- proto4.Message,- proto4.MessageLite,- proto4.MessageLiteOrBuilder,- proto4.MessageOrBuilder
 - Enclosing class:
- Osmformat
 
 public static final class Osmformat.Info extends proto4.GeneratedMessage implements Osmformat.InfoOrBuilder Optional metadata that may be included into each primitive. Protobuf type Info- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classOsmformat.Info.BuilderOptional metadata that may be included into each primitive.- 
Nested classes/interfaces inherited from class proto4.GeneratedMessageproto4.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 SummaryFields Modifier and Type Field Description static intCHANGESET_FIELD_NUMBERstatic intTIMESTAMP_FIELD_NUMBERstatic intUID_FIELD_NUMBERstatic intUSER_SID_FIELD_NUMBERstatic intVERSION_FIELD_NUMBERstatic intVISIBLE_FIELD_NUMBER
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)longgetChangeset()optional int64 changeset = 3;static Osmformat.InfogetDefaultInstance()Osmformat.InfogetDefaultInstanceForType()static proto4.Descriptors.DescriptorgetDescriptor()proto4.Parser<Osmformat.Info>getParserForType()intgetSerializedSize()longgetTimestamp()optional int64 timestamp = 2;intgetUid()optional int32 uid = 4;intgetUserSid()String IDsintgetVersion()optional int32 version = 1 [default = -1];booleangetVisible()The visible flag is used to store history information.booleanhasChangeset()optional int64 changeset = 3;inthashCode()booleanhasTimestamp()optional int64 timestamp = 2;booleanhasUid()optional int32 uid = 4;booleanhasUserSid()String IDsbooleanhasVersion()optional int32 version = 1 [default = -1];booleanhasVisible()The visible flag is used to store history information.protected proto4.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Osmformat.Info.BuildernewBuilder()static Osmformat.Info.BuildernewBuilder(Osmformat.Info prototype)Osmformat.Info.BuildernewBuilderForType()protected Osmformat.Info.BuildernewBuilderForType(proto4.AbstractMessage.BuilderParent parent)static Osmformat.InfoparseDelimitedFrom(InputStream input)static Osmformat.InfoparseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry)static Osmformat.InfoparseFrom(byte[] data)static Osmformat.InfoparseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry)static Osmformat.InfoparseFrom(InputStream input)static Osmformat.InfoparseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry)static Osmformat.InfoparseFrom(ByteBuffer data)static Osmformat.InfoparseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry)static Osmformat.InfoparseFrom(proto4.ByteString data)static Osmformat.InfoparseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry)static Osmformat.InfoparseFrom(proto4.CodedInputStream input)static Osmformat.InfoparseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry)static proto4.Parser<Osmformat.Info>parser()Osmformat.Info.BuildertoBuilder()voidwriteTo(proto4.CodedOutputStream output)- 
Methods inherited from class proto4.GeneratedMessagecanUseUnsafe, 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.AbstractMessagefindInitializationErrors, getInitializationErrorString, hashFields, toString
 - 
Methods inherited from class proto4.AbstractMessageLiteaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
VERSION_FIELD_NUMBERpublic static final int VERSION_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
TIMESTAMP_FIELD_NUMBERpublic static final int TIMESTAMP_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
CHANGESET_FIELD_NUMBERpublic static final int CHANGESET_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
UID_FIELD_NUMBERpublic static final int UID_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
USER_SID_FIELD_NUMBERpublic static final int USER_SID_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
VISIBLE_FIELD_NUMBERpublic static final int VISIBLE_FIELD_NUMBER - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDescriptorpublic static final proto4.Descriptors.Descriptor getDescriptor() 
 - 
internalGetFieldAccessorTableprotected proto4.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() - Specified by:
- internalGetFieldAccessorTablein class- proto4.GeneratedMessage
 
 - 
hasVersionpublic boolean hasVersion() optional int32 version = 1 [default = -1];- Specified by:
- hasVersionin interface- Osmformat.InfoOrBuilder
- Returns:
- Whether the version field is set.
 
 - 
getVersionpublic int getVersion() optional int32 version = 1 [default = -1];- Specified by:
- getVersionin interface- Osmformat.InfoOrBuilder
- Returns:
- The version.
 
 - 
hasTimestamppublic boolean hasTimestamp() optional int64 timestamp = 2;- Specified by:
- hasTimestampin interface- Osmformat.InfoOrBuilder
- Returns:
- Whether the timestamp field is set.
 
 - 
getTimestamppublic long getTimestamp() optional int64 timestamp = 2;- Specified by:
- getTimestampin interface- Osmformat.InfoOrBuilder
- Returns:
- The timestamp.
 
 - 
hasChangesetpublic boolean hasChangeset() optional int64 changeset = 3;- Specified by:
- hasChangesetin interface- Osmformat.InfoOrBuilder
- Returns:
- Whether the changeset field is set.
 
 - 
getChangesetpublic long getChangeset() optional int64 changeset = 3;- Specified by:
- getChangesetin interface- Osmformat.InfoOrBuilder
- Returns:
- The changeset.
 
 - 
hasUidpublic boolean hasUid() optional int32 uid = 4;- Specified by:
- hasUidin interface- Osmformat.InfoOrBuilder
- Returns:
- Whether the uid field is set.
 
 - 
getUidpublic int getUid() optional int32 uid = 4;- Specified by:
- getUidin interface- Osmformat.InfoOrBuilder
- Returns:
- The uid.
 
 - 
hasUserSidpublic boolean hasUserSid() String IDs optional uint32 user_sid = 5;- Specified by:
- hasUserSidin interface- Osmformat.InfoOrBuilder
- Returns:
- Whether the userSid field is set.
 
 - 
getUserSidpublic int getUserSid() String IDs optional uint32 user_sid = 5;- Specified by:
- getUserSidin interface- Osmformat.InfoOrBuilder
- Returns:
- The userSid.
 
 - 
hasVisiblepublic boolean hasVisible() The visible flag is used to store history information. It indicates that the current object version has been created by a delete operation on the OSM API. When a writer sets this flag, it MUST add a required_features tag with value "HistoricalInformation" to the HeaderBlock. If this flag is not available for some object it MUST be assumed to be true if the file has the required_features tag "HistoricalInformation" set. optional bool visible = 6;- Specified by:
- hasVisiblein interface- Osmformat.InfoOrBuilder
- Returns:
- Whether the visible field is set.
 
 - 
getVisiblepublic boolean getVisible() The visible flag is used to store history information. It indicates that the current object version has been created by a delete operation on the OSM API. When a writer sets this flag, it MUST add a required_features tag with value "HistoricalInformation" to the HeaderBlock. If this flag is not available for some object it MUST be assumed to be true if the file has the required_features tag "HistoricalInformation" set. optional bool visible = 6;- Specified by:
- getVisiblein interface- Osmformat.InfoOrBuilder
- Returns:
- The visible.
 
 - 
isInitializedpublic final boolean isInitialized() - Specified by:
- isInitializedin interface- proto4.MessageLiteOrBuilder
- Overrides:
- isInitializedin class- proto4.GeneratedMessage
 
 - 
writeTopublic void writeTo(proto4.CodedOutputStream output) throws IOException- Specified by:
- writeToin interface- proto4.MessageLite
- Overrides:
- writeToin class- proto4.GeneratedMessage
- Throws:
- IOException
 
 - 
getSerializedSizepublic int getSerializedSize() - Specified by:
- getSerializedSizein interface- proto4.MessageLite
- Overrides:
- getSerializedSizein class- proto4.GeneratedMessage
 
 - 
equalspublic boolean equals(Object obj) - Specified by:
- equalsin interface- proto4.Message
- Overrides:
- equalsin class- proto4.AbstractMessage
 
 - 
hashCodepublic int hashCode() - Specified by:
- hashCodein interface- proto4.Message
- Overrides:
- hashCodein class- proto4.AbstractMessage
 
 - 
parseFrompublic static Osmformat.Info parseFrom(ByteBuffer data) throws proto4.InvalidProtocolBufferException - Throws:
- proto4.InvalidProtocolBufferException
 
 - 
parseFrompublic static Osmformat.Info parseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException - Throws:
- proto4.InvalidProtocolBufferException
 
 - 
parseFrompublic static Osmformat.Info parseFrom(proto4.ByteString data) throws proto4.InvalidProtocolBufferException - Throws:
- proto4.InvalidProtocolBufferException
 
 - 
parseFrompublic static Osmformat.Info parseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException - Throws:
- proto4.InvalidProtocolBufferException
 
 - 
parseFrompublic static Osmformat.Info parseFrom(byte[] data) throws proto4.InvalidProtocolBufferException - Throws:
- proto4.InvalidProtocolBufferException
 
 - 
parseFrompublic static Osmformat.Info parseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException - Throws:
- proto4.InvalidProtocolBufferException
 
 - 
parseFrompublic static Osmformat.Info parseFrom(InputStream input) throws IOException - Throws:
- IOException
 
 - 
parseFrompublic static Osmformat.Info parseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
- IOException
 
 - 
parseDelimitedFrompublic static Osmformat.Info parseDelimitedFrom(InputStream input) throws IOException - Throws:
- IOException
 
 - 
parseDelimitedFrompublic static Osmformat.Info parseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
- IOException
 
 - 
parseFrompublic static Osmformat.Info parseFrom(proto4.CodedInputStream input) throws IOException - Throws:
- IOException
 
 - 
parseFrompublic static Osmformat.Info parseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
- IOException
 
 - 
newBuilderForTypepublic Osmformat.Info.Builder newBuilderForType() - Specified by:
- newBuilderForTypein interface- proto4.Message
- Specified by:
- newBuilderForTypein interface- proto4.MessageLite
 
 - 
newBuilderpublic static Osmformat.Info.Builder newBuilder() 
 - 
newBuilderpublic static Osmformat.Info.Builder newBuilder(Osmformat.Info prototype) 
 - 
toBuilderpublic Osmformat.Info.Builder toBuilder() - Specified by:
- toBuilderin interface- proto4.Message
- Specified by:
- toBuilderin interface- proto4.MessageLite
 
 - 
newBuilderForTypeprotected Osmformat.Info.Builder newBuilderForType(proto4.AbstractMessage.BuilderParent parent) - Overrides:
- newBuilderForTypein class- proto4.AbstractMessage
 
 - 
getDefaultInstancepublic static Osmformat.Info getDefaultInstance() 
 - 
parserpublic static proto4.Parser<Osmformat.Info> parser() 
 - 
getParserForTypepublic proto4.Parser<Osmformat.Info> getParserForType() - Specified by:
- getParserForTypein interface- proto4.Message
- Specified by:
- getParserForTypein interface- proto4.MessageLite
- Overrides:
- getParserForTypein class- proto4.GeneratedMessage
 
 - 
getDefaultInstanceForTypepublic Osmformat.Info getDefaultInstanceForType() - Specified by:
- getDefaultInstanceForTypein interface- proto4.MessageLiteOrBuilder
- Specified by:
- getDefaultInstanceForTypein interface- proto4.MessageOrBuilder
 
 
- 
 
-