public static final class Osmformat.HeaderBBox extends proto4.GeneratedMessage implements Osmformat.HeaderBBoxOrBuilder
HeaderBBox
Modifier and Type | Class and Description |
---|---|
static class |
Osmformat.HeaderBBox.Builder
Protobuf type
HeaderBBox |
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>, proto4.GeneratedMessage.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
BOTTOM_FIELD_NUMBER |
static int |
LEFT_FIELD_NUMBER |
static int |
RIGHT_FIELD_NUMBER |
static int |
TOP_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getBottom()
required sint64 bottom = 4; |
static Osmformat.HeaderBBox |
getDefaultInstance() |
Osmformat.HeaderBBox |
getDefaultInstanceForType() |
static proto4.Descriptors.Descriptor |
getDescriptor() |
long |
getLeft()
required sint64 left = 1; |
proto4.Parser<Osmformat.HeaderBBox> |
getParserForType() |
long |
getRight()
required sint64 right = 2; |
int |
getSerializedSize() |
long |
getTop()
required sint64 top = 3; |
boolean |
hasBottom()
required sint64 bottom = 4; |
int |
hashCode() |
boolean |
hasLeft()
required sint64 left = 1; |
boolean |
hasRight()
required sint64 right = 2; |
boolean |
hasTop()
required sint64 top = 3; |
protected proto4.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Osmformat.HeaderBBox.Builder |
newBuilder() |
static Osmformat.HeaderBBox.Builder |
newBuilder(Osmformat.HeaderBBox prototype) |
Osmformat.HeaderBBox.Builder |
newBuilderForType() |
protected Osmformat.HeaderBBox.Builder |
newBuilderForType(proto4.AbstractMessage.BuilderParent parent) |
static Osmformat.HeaderBBox |
parseDelimitedFrom(InputStream input) |
static Osmformat.HeaderBBox |
parseDelimitedFrom(InputStream input,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.HeaderBBox |
parseFrom(byte[] data) |
static Osmformat.HeaderBBox |
parseFrom(byte[] data,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.HeaderBBox |
parseFrom(ByteBuffer data) |
static Osmformat.HeaderBBox |
parseFrom(ByteBuffer data,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.HeaderBBox |
parseFrom(proto4.ByteString data) |
static Osmformat.HeaderBBox |
parseFrom(proto4.ByteString data,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.HeaderBBox |
parseFrom(proto4.CodedInputStream input) |
static Osmformat.HeaderBBox |
parseFrom(proto4.CodedInputStream input,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.HeaderBBox |
parseFrom(InputStream input) |
static Osmformat.HeaderBBox |
parseFrom(InputStream input,
proto4.ExtensionRegistryLite extensionRegistry) |
static proto4.Parser<Osmformat.HeaderBBox> |
parser() |
Osmformat.HeaderBBox.Builder |
toBuilder() |
void |
writeTo(proto4.CodedOutputStream output) |
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
findInitializationErrors, getInitializationErrorString, hashFields, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int LEFT_FIELD_NUMBER
public static final int RIGHT_FIELD_NUMBER
public static final int TOP_FIELD_NUMBER
public static final int BOTTOM_FIELD_NUMBER
public static final proto4.Descriptors.Descriptor getDescriptor()
protected proto4.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class proto4.GeneratedMessage
public boolean hasLeft()
required sint64 left = 1;
hasLeft
in interface Osmformat.HeaderBBoxOrBuilder
public long getLeft()
required sint64 left = 1;
getLeft
in interface Osmformat.HeaderBBoxOrBuilder
public boolean hasRight()
required sint64 right = 2;
hasRight
in interface Osmformat.HeaderBBoxOrBuilder
public long getRight()
required sint64 right = 2;
getRight
in interface Osmformat.HeaderBBoxOrBuilder
public boolean hasTop()
required sint64 top = 3;
hasTop
in interface Osmformat.HeaderBBoxOrBuilder
public long getTop()
required sint64 top = 3;
getTop
in interface Osmformat.HeaderBBoxOrBuilder
public boolean hasBottom()
required sint64 bottom = 4;
hasBottom
in interface Osmformat.HeaderBBoxOrBuilder
public long getBottom()
required sint64 bottom = 4;
getBottom
in interface Osmformat.HeaderBBoxOrBuilder
public final boolean isInitialized()
isInitialized
in interface proto4.MessageLiteOrBuilder
isInitialized
in class proto4.GeneratedMessage
public void writeTo(proto4.CodedOutputStream output) throws IOException
writeTo
in interface proto4.MessageLite
writeTo
in class proto4.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface proto4.MessageLite
getSerializedSize
in class proto4.GeneratedMessage
public boolean equals(Object obj)
equals
in interface proto4.Message
equals
in class proto4.AbstractMessage
public int hashCode()
hashCode
in interface proto4.Message
hashCode
in class proto4.AbstractMessage
public static Osmformat.HeaderBBox parseFrom(ByteBuffer data) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferException
public static Osmformat.HeaderBBox parseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferException
public static Osmformat.HeaderBBox parseFrom(proto4.ByteString data) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferException
public static Osmformat.HeaderBBox parseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferException
public static Osmformat.HeaderBBox parseFrom(byte[] data) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferException
public static Osmformat.HeaderBBox parseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferException
public static Osmformat.HeaderBBox parseFrom(InputStream input) throws IOException
IOException
public static Osmformat.HeaderBBox parseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.HeaderBBox parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Osmformat.HeaderBBox parseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.HeaderBBox parseFrom(proto4.CodedInputStream input) throws IOException
IOException
public static Osmformat.HeaderBBox parseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Osmformat.HeaderBBox.Builder newBuilderForType()
newBuilderForType
in interface proto4.Message
newBuilderForType
in interface proto4.MessageLite
public static Osmformat.HeaderBBox.Builder newBuilder()
public static Osmformat.HeaderBBox.Builder newBuilder(Osmformat.HeaderBBox prototype)
public Osmformat.HeaderBBox.Builder toBuilder()
toBuilder
in interface proto4.Message
toBuilder
in interface proto4.MessageLite
protected Osmformat.HeaderBBox.Builder newBuilderForType(proto4.AbstractMessage.BuilderParent parent)
newBuilderForType
in class proto4.AbstractMessage
public static Osmformat.HeaderBBox getDefaultInstance()
public static proto4.Parser<Osmformat.HeaderBBox> parser()
public proto4.Parser<Osmformat.HeaderBBox> getParserForType()
getParserForType
in interface proto4.Message
getParserForType
in interface proto4.MessageLite
getParserForType
in class proto4.GeneratedMessage
public Osmformat.HeaderBBox getDefaultInstanceForType()
getDefaultInstanceForType
in interface proto4.MessageLiteOrBuilder
getDefaultInstanceForType
in interface proto4.MessageOrBuilder
Copyright © 2025 The Apache Software Foundation. All rights reserved.