public static final class Osmformat.HeaderBlock extends com.protobuf .GeneratedMessageLite implements Osmformat .HeaderBlockOrBuilder
OSMPBF.HeaderBlock
| Modifier and Type | Class and Description |
|---|---|
static class |
Osmformat
Protobuf type
OSMPBF.HeaderBlock
|
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 |
BBOX_FIELD_NUMBER
|
static int |
OPTIONAL_FEATURES_FIELD_NUMBER
|
static com |
PARSER
|
static int |
REQUIRED_FEATURES_FIELD_NUMBER
|
static int |
SOURCE_FIELD_NUMBER
|
static int |
WRITINGPROGRAM_FIELD_NUMBER
|
| Modifier and Type | Method and Description |
|---|---|
Osmformat |
getBbox()
optional .OSMPBF.HeaderBBox bbox = 1;
|
static Osmformat |
getDefaultInstance()
|
Osmformat |
getDefaultInstanceForType()
|
String |
getOptionalFeatures(int index)
repeated string optional_features = 5;
|
com |
getOptionalFeaturesBytes(int index)
repeated string optional_features = 5;
|
int |
getOptionalFeaturesCount()
repeated string optional_features = 5;
|
List |
getOptionalFeaturesList()
repeated string optional_features = 5;
|
com |
getParserForType()
|
String |
getRequiredFeatures(int index)
repeated string required_features = 4;
|
com |
getRequiredFeaturesBytes(int index)
repeated string required_features = 4;
|
int |
getRequiredFeaturesCount()
repeated string required_features = 4;
|
List |
getRequiredFeaturesList()
repeated string required_features = 4;
|
int |
getSerializedSize()
|
String |
getSource()
optional string source = 17;
|
com |
getSourceBytes()
optional string source = 17;
|
String |
getWritingprogram()
optional string writingprogram = 16;
|
com |
getWritingprogramBytes()
optional string writingprogram = 16;
|
boolean |
hasBbox()
optional .OSMPBF.HeaderBBox bbox = 1;
|
boolean |
hasSource()
optional string source = 17;
|
boolean |
hasWritingprogram()
optional string writingprogram = 16;
|
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 .HeaderBlock > PARSER
public static final int BBOX_FIELD_NUMBER
public static final int REQUIRED_FEATURES_FIELD_NUMBER
public static final int OPTIONAL_FEATURES_FIELD_NUMBER
public static final int WRITINGPROGRAM_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
public static Osmformat.HeaderBlock getDefaultInstance()
public Osmformat.HeaderBlock getDefaultInstanceForType()
public com.protobuf .Parser <Osmformat .HeaderBlock > getParserForType()
public boolean hasBbox()
optional .OSMPBF.HeaderBBox bbox = 1;
public Osmformat.HeaderBBox getBbox()
optional .OSMPBF.HeaderBBox bbox = 1;
public List<String > getRequiredFeaturesList()
repeated string required_features = 4;
Additional tags to aid in parsing this dataset
public int getRequiredFeaturesCount()
repeated string required_features = 4;
Additional tags to aid in parsing this dataset
public StringgetRequiredFeatures(int index)
repeated string required_features = 4;
Additional tags to aid in parsing this dataset
public com.protobuf .ByteString getRequiredFeaturesBytes(int index)
repeated string required_features = 4;
Additional tags to aid in parsing this dataset
public List<String > getOptionalFeaturesList()
repeated string optional_features = 5;
public int getOptionalFeaturesCount()
repeated string optional_features = 5;
public StringgetOptionalFeatures(int index)
repeated string optional_features = 5;
public com.protobuf .ByteString getOptionalFeaturesBytes(int index)
repeated string optional_features = 5;
public boolean hasWritingprogram()
optional string writingprogram = 16;
public StringgetWritingprogram()
optional string writingprogram = 16;
public com.protobuf .ByteString getWritingprogramBytes()
optional string writingprogram = 16;
public boolean hasSource()
optional string source = 17;
From the bbox field.
public StringgetSource()
optional string source = 17;
From the bbox field.
public com.protobuf .ByteString getSourceBytes()
optional string source = 17;
From the bbox field.
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.HeaderBlock parseFrom(com .protobuf .ByteString data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.HeaderBlock parseFrom(com .protobuf .ByteString data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.HeaderBlock parseFrom(byte[] data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.HeaderBlock parseFrom(byte[] data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.HeaderBlock parseFrom(InputStream input) throws IOException
IOException
public static Osmformat.HeaderBlock parseFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.HeaderBlock parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Osmformat.HeaderBlock parseDelimitedFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.HeaderBlock parseFrom(com .protobuf .CodedInputStream input) throws IOException
IOException
public static Osmformat.HeaderBlock parseFrom(com .protobuf .CodedInputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.HeaderBlock .Builder newBuilder()
public Osmformat.HeaderBlock .Builder newBuilderForType()
public static Osmformat.HeaderBlock .Builder newBuilder(Osmformat .HeaderBlock prototype)
public Osmformat.HeaderBlock .Builder toBuilder()