public static final class Osmformat.DenseNodes extends com.protobuf .GeneratedMessageLite implements Osmformat .DenseNodesOrBuilder
OSMPBF.DenseNodes
| Modifier and Type | Class and Description |
|---|---|
static class |
Osmformat
Protobuf type
OSMPBF.DenseNodes
|
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 |
DENSEINFO_FIELD_NUMBER
|
static int |
ID_FIELD_NUMBER
|
static int |
KEYS_VALS_FIELD_NUMBER
|
static int |
LAT_FIELD_NUMBER
|
static int |
LON_FIELD_NUMBER
|
static com |
PARSER
|
| Modifier and Type | Method and Description |
|---|---|
static Osmformat |
getDefaultInstance()
|
Osmformat |
getDefaultInstanceForType()
|
Osmformat |
getDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
|
long |
getId(int index)
repeated sint64 id = 1 [packed = true];
|
int |
getIdCount()
repeated sint64 id = 1 [packed = true];
|
List |
getIdList()
repeated sint64 id = 1 [packed = true];
|
int |
getKeysVals(int index)
repeated int32 keys_vals = 10 [packed = true];
|
int |
getKeysValsCount()
repeated int32 keys_vals = 10 [packed = true];
|
List |
getKeysValsList()
repeated int32 keys_vals = 10 [packed = true];
|
long |
getLat(int index)
repeated sint64 lat = 8 [packed = true];
|
int |
getLatCount()
repeated sint64 lat = 8 [packed = true];
|
List |
getLatList()
repeated sint64 lat = 8 [packed = true];
|
long |
getLon(int index)
repeated sint64 lon = 9 [packed = true];
|
int |
getLonCount()
repeated sint64 lon = 9 [packed = true];
|
List |
getLonList()
repeated sint64 lon = 9 [packed = true];
|
com |
getParserForType()
|
int |
getSerializedSize()
|
boolean |
hasDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
|
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 .DenseNodes > PARSER
public static final int ID_FIELD_NUMBER
public static final int DENSEINFO_FIELD_NUMBER
public static final int LAT_FIELD_NUMBER
public static final int LON_FIELD_NUMBER
public static final int KEYS_VALS_FIELD_NUMBER
public static Osmformat.DenseNodes getDefaultInstance()
public Osmformat.DenseNodes getDefaultInstanceForType()
public com.protobuf .Parser <Osmformat .DenseNodes > getParserForType()
public int getIdCount()
repeated sint64 id = 1 [packed = true];
DELTA coded
public long getId(int index)
repeated sint64 id = 1 [packed = true];
DELTA coded
public boolean hasDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
repeated Info info = 4;
public Osmformat.DenseInfo getDenseinfo()
optional .OSMPBF.DenseInfo denseinfo = 5;
repeated Info info = 4;
public int getLatCount()
repeated sint64 lat = 8 [packed = true];
DELTA coded
public long getLat(int index)
repeated sint64 lat = 8 [packed = true];
DELTA coded
public int getLonCount()
repeated sint64 lon = 9 [packed = true];
DELTA coded
public long getLon(int index)
repeated sint64 lon = 9 [packed = true];
DELTA coded
public List<Integer > getKeysValsList()
repeated int32 keys_vals = 10 [packed = true];
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
public int getKeysValsCount()
repeated int32 keys_vals = 10 [packed = true];
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
public int getKeysVals(int index)
repeated int32 keys_vals = 10 [packed = true];
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
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.DenseNodes parseFrom(com .protobuf .ByteString data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.DenseNodes parseFrom(com .protobuf .ByteString data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.DenseNodes parseFrom(byte[] data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.DenseNodes parseFrom(byte[] data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.DenseNodes parseFrom(InputStream input) throws IOException
IOException
public static Osmformat.DenseNodes parseFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.DenseNodes parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Osmformat.DenseNodes parseDelimitedFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.DenseNodes parseFrom(com .protobuf .CodedInputStream input) throws IOException
IOException
public static Osmformat.DenseNodes parseFrom(com .protobuf .CodedInputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.DenseNodes .Builder newBuilder()
public Osmformat.DenseNodes .Builder newBuilderForType()
public static Osmformat.DenseNodes .Builder newBuilder(Osmformat .DenseNodes prototype)
public Osmformat.DenseNodes .Builder toBuilder()