public static final class Osmformat.HeaderBBox extends com.protobuf .GeneratedMessageLite implements Osmformat .HeaderBBoxOrBuilder
OSMPBF.HeaderBBox
| Modifier and Type | Class and Description |
|---|---|
static class |
Osmformat
Protobuf type
OSMPBF.HeaderBBox
|
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type> | Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM_FIELD_NUMBER
|
static int |
LEFT_FIELD_NUMBER
|
static com |
PARSER
|
static int |
RIGHT_FIELD_NUMBER
|
static int |
TOP_FIELD_NUMBER
|
| Modifier and Type | Method and Description |
|---|---|
long |
getBottom()
required sint64 bottom = 4;
|
static Osmformat |
getDefaultInstance()
|
Osmformat |
getDefaultInstanceForType()
|
long |
getLeft()
required sint64 left = 1;
|
com |
getParserForType()
|
long |
getRight()
required sint64 right = 2;
|
int |
getSerializedSize()
|
long |
getTop()
required sint64 top = 3;
|
boolean |
hasBottom()
required sint64 bottom = 4;
|
boolean |
hasLeft()
required sint64 left = 1;
|
boolean |
hasRight()
required sint64 right = 2;
|
boolean |
hasTop()
required sint64 top = 3;
|
boolean |
isInitialized()
|
static Osmformat |
newBuilder()
|
static Osmformat |
newBuilder(Osmformat
|
Osmformat |
newBuilderForType()
|
static Osmformat |
parseDelimitedFrom(InputStream
|
static Osmformat |
parseDelimitedFrom(InputStream
|
static Osmformat |
parseFrom(byte[] data)
|
static Osmformat |
parseFrom(byte[] data, com
|
static Osmformat |
parseFrom(com
|
static Osmformat |
parseFrom(com
|
static Osmformat |
parseFrom(com
|
static Osmformat |
parseFrom(com
|
static Osmformat |
parseFrom(InputStream
|
static Osmformat |
parseFrom(InputStream
|
Osmformat |
toBuilder()
|
protected Object |
writeReplace()
|
void |
writeTo(com
|
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.protobuf .Parser <Osmformat .HeaderBBox > PARSER
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 Osmformat.HeaderBBox getDefaultInstance()
public Osmformat.HeaderBBox getDefaultInstanceForType()
public com.protobuf .Parser <Osmformat .HeaderBBox > getParserForType()
public boolean hasLeft()
required sint64 left = 1;
public long getLeft()
required sint64 left = 1;
public boolean hasRight()
required sint64 right = 2;
public long getRight()
required sint64 right = 2;
public boolean hasTop()
required sint64 top = 3;
public long getTop()
required sint64 top = 3;
public boolean hasBottom()
required sint64 bottom = 4;
public long getBottom()
required sint64 bottom = 4;
public final boolean isInitialized()
public void writeTo(com.protobuf .CodedOutputStream output) throws IOException
writeTo in interface
com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
protected ObjectwriteReplace() throws ObjectStreamException
writeReplace in class
com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static Osmformat.HeaderBBox parseFrom(com .protobuf .ByteString data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.HeaderBBox parseFrom(com .protobuf .ByteString data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.HeaderBBox parseFrom(byte[] data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.HeaderBBox parseFrom(byte[] data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.HeaderBBox parseFrom(InputStream input) throws IOException
IOException
public static Osmformat.HeaderBBox parseFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.HeaderBBox parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Osmformat.HeaderBBox parseDelimitedFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.HeaderBBox parseFrom(com .protobuf .CodedInputStream input) throws IOException
IOException
public static Osmformat.HeaderBBox parseFrom(com .protobuf .CodedInputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.HeaderBBox .Builder newBuilder()
public Osmformat.HeaderBBox .Builder newBuilderForType()
public static Osmformat.HeaderBBox .Builder newBuilder(Osmformat .HeaderBBox prototype)
public Osmformat.HeaderBBox .Builder toBuilder()