public static final class Osmformat.PrimitiveBlock extends com.protobuf .GeneratedMessageLite implements Osmformat .PrimitiveBlockOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
Osmformat
|
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 |
DATE_GRANULARITY_FIELD_NUMBER
|
static int |
GRANULARITY_FIELD_NUMBER
|
static int |
LAT_OFFSET_FIELD_NUMBER
|
static int |
LON_OFFSET_FIELD_NUMBER
|
static int |
PRIMITIVEGROUP_FIELD_NUMBER
|
static int |
STRINGTABLE_FIELD_NUMBER
|
newRepeatedGeneratedExtension, newSingularGeneratedExtensionpublic static final int STRINGTABLE_FIELD_NUMBER
public static final int PRIMITIVEGROUP_FIELD_NUMBER
public static final int GRANULARITY_FIELD_NUMBER
public static final int LAT_OFFSET_FIELD_NUMBER
public static final int LON_OFFSET_FIELD_NUMBER
public static final int DATE_GRANULARITY_FIELD_NUMBER
public static Osmformat.PrimitiveBlock getDefaultInstance()
public Osmformat.PrimitiveBlock getDefaultInstanceForType()
public boolean hasStringtable()
public Osmformat.StringTable getStringtable()
public List<Osmformat .PrimitiveGroup > getPrimitivegroupList()
public List<? extends Osmformat .PrimitiveGroupOrBuilder > getPrimitivegroupOrBuilderList()
public int getPrimitivegroupCount()
public Osmformat.PrimitiveGroup getPrimitivegroup(int index)
public Osmformat.PrimitiveGroupOrBuilder getPrimitivegroupOrBuilder(int index)
public boolean hasGranularity()
public int getGranularity()
public boolean hasLatOffset()
public long getLatOffset()
public boolean hasLonOffset()
public long getLonOffset()
public boolean hasDateGranularity()
public int getDateGranularity()
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.PrimitiveBlock parseFrom(com .protobuf .ByteString data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.PrimitiveBlock parseFrom(com .protobuf .ByteString data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.PrimitiveBlock parseFrom(byte[] data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.PrimitiveBlock parseFrom(byte[] data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.PrimitiveBlock parseFrom(InputStream input) throws IOException
IOException
public static Osmformat.PrimitiveBlock parseFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.PrimitiveBlock parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Osmformat.PrimitiveBlock parseDelimitedFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.PrimitiveBlock parseFrom(com .protobuf .CodedInputStream input) throws IOException
IOException
public static Osmformat.PrimitiveBlock parseFrom(com .protobuf .CodedInputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.PrimitiveBlock .Builder newBuilder()
public Osmformat.PrimitiveBlock .Builder newBuilderForType()
public static Osmformat.PrimitiveBlock .Builder newBuilder(Osmformat .PrimitiveBlock prototype)
public Osmformat.PrimitiveBlock .Builder toBuilder()