public static final class Osmformat.HeaderBBox.Builder extends com.protobuf .GeneratedMessageLite .Builder <Osmformat .HeaderBBox ,Osmformat .HeaderBBox .Builder > implements Osmformat .HeaderBBoxOrBuilder
OSMPBF.HeaderBBox
| Modifier and Type | Method and Description |
|---|---|
Osmformat |
build()
|
Osmformat |
buildPartial()
|
Osmformat |
clear()
|
Osmformat |
clearBottom()
required sint64 bottom = 4;
|
Osmformat |
clearLeft()
required sint64 left = 1;
|
Osmformat |
clearRight()
required sint64 right = 2;
|
Osmformat |
clearTop()
required sint64 top = 3;
|
Osmformat |
clone()
|
long |
getBottom()
required sint64 bottom = 4;
|
Osmformat |
getDefaultInstanceForType()
|
long |
getLeft()
required sint64 left = 1;
|
long |
getRight()
required sint64 right = 2;
|
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()
|
Osmformat |
mergeFrom(com
|
Osmformat |
mergeFrom(Osmformat
|
Osmformat |
setBottom(long value)
required sint64 bottom = 4;
|
Osmformat |
setLeft(long value)
required sint64 left = 1;
|
Osmformat |
setRight(long value)
required sint64 right = 2;
|
Osmformat |
setTop(long value)
required sint64 top = 3;
|
public Osmformat.HeaderBBox .Builder clear()
public Osmformat.HeaderBBox .Builder clone()
public Osmformat.HeaderBBox getDefaultInstanceForType()
public Osmformat.HeaderBBox build()
public Osmformat.HeaderBBox buildPartial()
public Osmformat.HeaderBBox .Builder mergeFrom(Osmformat .HeaderBBox other)
public final boolean isInitialized()
public Osmformat.HeaderBBox .Builder mergeFrom(com .protobuf .CodedInputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface
com.google.protobuf.MessageLite.Builder
mergeFrom in class
com.google.protobuf.AbstractMessageLite.Builder<Osmformat.HeaderBBox.Builder >
IOException
public boolean hasLeft()
required sint64 left = 1;
public long getLeft()
required sint64 left = 1;
public Osmformat.HeaderBBox .Builder setLeft(long value)
required sint64 left = 1;
public Osmformat.HeaderBBox .Builder clearLeft()
required sint64 left = 1;
public boolean hasRight()
required sint64 right = 2;
public long getRight()
required sint64 right = 2;
public Osmformat.HeaderBBox .Builder setRight(long value)
required sint64 right = 2;
public Osmformat.HeaderBBox .Builder clearRight()
required sint64 right = 2;
public boolean hasTop()
required sint64 top = 3;
public long getTop()
required sint64 top = 3;
public Osmformat.HeaderBBox .Builder setTop(long value)
required sint64 top = 3;
public Osmformat.HeaderBBox .Builder clearTop()
required sint64 top = 3;
public boolean hasBottom()
required sint64 bottom = 4;
public long getBottom()
required sint64 bottom = 4;
public Osmformat.HeaderBBox .Builder setBottom(long value)
required sint64 bottom = 4;
public Osmformat.HeaderBBox .Builder clearBottom()
required sint64 bottom = 4;