public static final class Osmformat.Node extends com.google.protobuf.GeneratedMessageLite implements Osmformat.NodeOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
Osmformat.Node.Builder |
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 |
ID_FIELD_NUMBER |
static int |
INFO_FIELD_NUMBER |
static int |
KEYS_FIELD_NUMBER |
static int |
LAT_FIELD_NUMBER |
static int |
LON_FIELD_NUMBER |
static int |
VALS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static Osmformat.Node |
getDefaultInstance() |
Osmformat.Node |
getDefaultInstanceForType() |
long |
getId() |
Osmformat.Info |
getInfo() |
int |
getKeys(int index) |
int |
getKeysCount() |
List<Integer> |
getKeysList() |
long |
getLat() |
long |
getLon() |
int |
getSerializedSize() |
int |
getVals(int index) |
int |
getValsCount() |
List<Integer> |
getValsList() |
boolean |
hasId() |
boolean |
hasInfo() |
boolean |
hasLat() |
boolean |
hasLon() |
boolean |
isInitialized() |
static Osmformat.Node.Builder |
newBuilder() |
static Osmformat.Node.Builder |
newBuilder(Osmformat.Node prototype) |
Osmformat.Node.Builder |
newBuilderForType() |
static Osmformat.Node |
parseDelimitedFrom(InputStream input) |
static Osmformat.Node |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Osmformat.Node |
parseFrom(byte[] data) |
static Osmformat.Node |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Osmformat.Node |
parseFrom(com.google.protobuf.ByteString data) |
static Osmformat.Node |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Osmformat.Node |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Osmformat.Node |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Osmformat.Node |
parseFrom(InputStream input) |
static Osmformat.Node |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Osmformat.Node.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getParserForType, makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static final int ID_FIELD_NUMBER
public static final int KEYS_FIELD_NUMBER
public static final int VALS_FIELD_NUMBER
public static final int INFO_FIELD_NUMBER
public static final int LAT_FIELD_NUMBER
public static final int LON_FIELD_NUMBER
public static Osmformat.Node getDefaultInstance()
public static Osmformat.Node.Builder newBuilder()
public static Osmformat.Node.Builder newBuilder(Osmformat.Node prototype)
public static Osmformat.Node parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Osmformat.Node parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Osmformat.Node parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Osmformat.Node parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Osmformat.Node parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Osmformat.Node parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Osmformat.Node parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Osmformat.Node parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Osmformat.Node parseFrom(InputStream input) throws IOException
IOExceptionpublic static Osmformat.Node parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Osmformat.Node getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic long getId()
getId in interface Osmformat.NodeOrBuilderpublic Osmformat.Info getInfo()
getInfo in interface Osmformat.NodeOrBuilderpublic int getKeys(int index)
getKeys in interface Osmformat.NodeOrBuilderpublic int getKeysCount()
getKeysCount in interface Osmformat.NodeOrBuilderpublic List<Integer> getKeysList()
getKeysList in interface Osmformat.NodeOrBuilderpublic long getLat()
getLat in interface Osmformat.NodeOrBuilderpublic long getLon()
getLon in interface Osmformat.NodeOrBuilderpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitepublic int getVals(int index)
getVals in interface Osmformat.NodeOrBuilderpublic int getValsCount()
getValsCount in interface Osmformat.NodeOrBuilderpublic List<Integer> getValsList()
getValsList in interface Osmformat.NodeOrBuilderpublic boolean hasId()
hasId in interface Osmformat.NodeOrBuilderpublic boolean hasInfo()
hasInfo in interface Osmformat.NodeOrBuilderpublic boolean hasLat()
hasLat in interface Osmformat.NodeOrBuilderpublic boolean hasLon()
hasLon in interface Osmformat.NodeOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic Osmformat.Node.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic Osmformat.Node.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.