public static final class Osmformat.DenseNodes extends proto4.GeneratedMessage implements Osmformat.DenseNodesOrBuilder
DenseNodes
Modifier and Type | Class and Description |
---|---|
static class |
Osmformat.DenseNodes.Builder
Protobuf type
DenseNodes |
proto4.GeneratedMessage.ExtendableBuilder<MessageT extends proto4.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends proto4.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, proto4.GeneratedMessage.ExtendableMessage<MessageT extends proto4.GeneratedMessage.ExtendableMessage<MessageT>>, proto4.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends proto4.GeneratedMessage.ExtendableMessage<MessageT>>, proto4.GeneratedMessage.FieldAccessorTable, proto4.GeneratedMessage.GeneratedExtension<ContainingT extends proto4.Message,T>, proto4.GeneratedMessage.UnusedPrivateParameter
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 |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Osmformat.DenseNodes |
getDefaultInstance() |
Osmformat.DenseNodes |
getDefaultInstanceForType() |
Osmformat.DenseInfo |
getDenseinfo()
repeated Info info = 4;
|
Osmformat.DenseInfoOrBuilder |
getDenseinfoOrBuilder()
repeated Info info = 4;
|
static proto4.Descriptors.Descriptor |
getDescriptor() |
long |
getId(int index)
DELTA coded
|
int |
getIdCount()
DELTA coded
|
List<Long> |
getIdList()
DELTA coded
|
int |
getKeysVals(int index)
Special packing of keys and vals into one array.
|
int |
getKeysValsCount()
Special packing of keys and vals into one array.
|
List<Integer> |
getKeysValsList()
Special packing of keys and vals into one array.
|
long |
getLat(int index)
DELTA coded
|
int |
getLatCount()
DELTA coded
|
List<Long> |
getLatList()
DELTA coded
|
long |
getLon(int index)
DELTA coded
|
int |
getLonCount()
DELTA coded
|
List<Long> |
getLonList()
DELTA coded
|
proto4.Parser<Osmformat.DenseNodes> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasDenseinfo()
repeated Info info = 4;
|
int |
hashCode() |
protected proto4.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Osmformat.DenseNodes.Builder |
newBuilder() |
static Osmformat.DenseNodes.Builder |
newBuilder(Osmformat.DenseNodes prototype) |
Osmformat.DenseNodes.Builder |
newBuilderForType() |
protected Osmformat.DenseNodes.Builder |
newBuilderForType(proto4.AbstractMessage.BuilderParent parent) |
static Osmformat.DenseNodes |
parseDelimitedFrom(InputStream input) |
static Osmformat.DenseNodes |
parseDelimitedFrom(InputStream input,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.DenseNodes |
parseFrom(byte[] data) |
static Osmformat.DenseNodes |
parseFrom(byte[] data,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.DenseNodes |
parseFrom(ByteBuffer data) |
static Osmformat.DenseNodes |
parseFrom(ByteBuffer data,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.DenseNodes |
parseFrom(proto4.ByteString data) |
static Osmformat.DenseNodes |
parseFrom(proto4.ByteString data,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.DenseNodes |
parseFrom(proto4.CodedInputStream input) |
static Osmformat.DenseNodes |
parseFrom(proto4.CodedInputStream input,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.DenseNodes |
parseFrom(InputStream input) |
static Osmformat.DenseNodes |
parseFrom(InputStream input,
proto4.ExtensionRegistryLite extensionRegistry) |
static proto4.Parser<Osmformat.DenseNodes> |
parser() |
Osmformat.DenseNodes.Builder |
toBuilder() |
void |
writeTo(proto4.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashFields, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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 final proto4.Descriptors.Descriptor getDescriptor()
protected proto4.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class proto4.GeneratedMessage
public List<Long> getIdList()
DELTA coded
repeated sint64 id = 1 [packed = true];
getIdList
in interface Osmformat.DenseNodesOrBuilder
public int getIdCount()
DELTA coded
repeated sint64 id = 1 [packed = true];
getIdCount
in interface Osmformat.DenseNodesOrBuilder
public long getId(int index)
DELTA coded
repeated sint64 id = 1 [packed = true];
getId
in interface Osmformat.DenseNodesOrBuilder
index
- The index of the element to return.public boolean hasDenseinfo()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;
hasDenseinfo
in interface Osmformat.DenseNodesOrBuilder
public Osmformat.DenseInfo getDenseinfo()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;
getDenseinfo
in interface Osmformat.DenseNodesOrBuilder
public Osmformat.DenseInfoOrBuilder getDenseinfoOrBuilder()
repeated Info info = 4;
optional .DenseInfo denseinfo = 5;
getDenseinfoOrBuilder
in interface Osmformat.DenseNodesOrBuilder
public List<Long> getLatList()
DELTA coded
repeated sint64 lat = 8 [packed = true];
getLatList
in interface Osmformat.DenseNodesOrBuilder
public int getLatCount()
DELTA coded
repeated sint64 lat = 8 [packed = true];
getLatCount
in interface Osmformat.DenseNodesOrBuilder
public long getLat(int index)
DELTA coded
repeated sint64 lat = 8 [packed = true];
getLat
in interface Osmformat.DenseNodesOrBuilder
index
- The index of the element to return.public List<Long> getLonList()
DELTA coded
repeated sint64 lon = 9 [packed = true];
getLonList
in interface Osmformat.DenseNodesOrBuilder
public int getLonCount()
DELTA coded
repeated sint64 lon = 9 [packed = true];
getLonCount
in interface Osmformat.DenseNodesOrBuilder
public long getLon(int index)
DELTA coded
repeated sint64 lon = 9 [packed = true];
getLon
in interface Osmformat.DenseNodesOrBuilder
index
- The index of the element to return.public List<Integer> getKeysValsList()
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
repeated int32 keys_vals = 10 [packed = true];
getKeysValsList
in interface Osmformat.DenseNodesOrBuilder
public int getKeysValsCount()
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
repeated int32 keys_vals = 10 [packed = true];
getKeysValsCount
in interface Osmformat.DenseNodesOrBuilder
public int getKeysVals(int index)
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
repeated int32 keys_vals = 10 [packed = true];
getKeysVals
in interface Osmformat.DenseNodesOrBuilder
index
- The index of the element to return.public final boolean isInitialized()
isInitialized
in interface proto4.MessageLiteOrBuilder
isInitialized
in class proto4.GeneratedMessage
public void writeTo(proto4.CodedOutputStream output) throws IOException
writeTo
in interface proto4.MessageLite
writeTo
in class proto4.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface proto4.MessageLite
getSerializedSize
in class proto4.GeneratedMessage
public boolean equals(Object obj)
equals
in interface proto4.Message
equals
in class proto4.AbstractMessage
public int hashCode()
hashCode
in interface proto4.Message
hashCode
in class proto4.AbstractMessage
public static Osmformat.DenseNodes parseFrom(ByteBuffer data) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferException
public static Osmformat.DenseNodes parseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferException
public static Osmformat.DenseNodes parseFrom(proto4.ByteString data) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferException
public static Osmformat.DenseNodes parseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferException
public static Osmformat.DenseNodes parseFrom(byte[] data) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferException
public static Osmformat.DenseNodes parseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferException
public static Osmformat.DenseNodes parseFrom(InputStream input) throws IOException
IOException
public static Osmformat.DenseNodes parseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.DenseNodes parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Osmformat.DenseNodes parseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.DenseNodes parseFrom(proto4.CodedInputStream input) throws IOException
IOException
public static Osmformat.DenseNodes parseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Osmformat.DenseNodes.Builder newBuilderForType()
newBuilderForType
in interface proto4.Message
newBuilderForType
in interface proto4.MessageLite
public static Osmformat.DenseNodes.Builder newBuilder()
public static Osmformat.DenseNodes.Builder newBuilder(Osmformat.DenseNodes prototype)
public Osmformat.DenseNodes.Builder toBuilder()
toBuilder
in interface proto4.Message
toBuilder
in interface proto4.MessageLite
protected Osmformat.DenseNodes.Builder newBuilderForType(proto4.AbstractMessage.BuilderParent parent)
newBuilderForType
in class proto4.AbstractMessage
public static Osmformat.DenseNodes getDefaultInstance()
public static proto4.Parser<Osmformat.DenseNodes> parser()
public proto4.Parser<Osmformat.DenseNodes> getParserForType()
getParserForType
in interface proto4.Message
getParserForType
in interface proto4.MessageLite
getParserForType
in class proto4.GeneratedMessage
public Osmformat.DenseNodes getDefaultInstanceForType()
getDefaultInstanceForType
in interface proto4.MessageLiteOrBuilder
getDefaultInstanceForType
in interface proto4.MessageOrBuilder
Copyright © 2025 The Apache Software Foundation. All rights reserved.