public static final class Osmformat.Way extends com.google.protobuf.GeneratedMessageLite implements Osmformat.WayOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
Osmformat.Way.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 |
REFS_FIELD_NUMBER |
static int |
VALS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static Osmformat.Way |
getDefaultInstance() |
Osmformat.Way |
getDefaultInstanceForType() |
long |
getId() |
Osmformat.Info |
getInfo() |
int |
getKeys(int index) |
int |
getKeysCount() |
List<Integer> |
getKeysList() |
long |
getRefs(int index) |
int |
getRefsCount() |
List<Long> |
getRefsList() |
int |
getSerializedSize() |
int |
getVals(int index) |
int |
getValsCount() |
List<Integer> |
getValsList() |
boolean |
hasId() |
boolean |
hasInfo() |
boolean |
isInitialized() |
static Osmformat.Way.Builder |
newBuilder() |
static Osmformat.Way.Builder |
newBuilder(Osmformat.Way prototype) |
Osmformat.Way.Builder |
newBuilderForType() |
static Osmformat.Way |
parseDelimitedFrom(InputStream input) |
static Osmformat.Way |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Osmformat.Way |
parseFrom(byte[] data) |
static Osmformat.Way |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Osmformat.Way |
parseFrom(com.google.protobuf.ByteString data) |
static Osmformat.Way |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Osmformat.Way |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Osmformat.Way |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Osmformat.Way |
parseFrom(InputStream input) |
static Osmformat.Way |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Osmformat.Way.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 REFS_FIELD_NUMBER
public static Osmformat.Way getDefaultInstance()
public static Osmformat.Way.Builder newBuilder()
public static Osmformat.Way.Builder newBuilder(Osmformat.Way prototype)
public static Osmformat.Way parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Osmformat.Way parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Osmformat.Way parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Osmformat.Way parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Osmformat.Way parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Osmformat.Way parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Osmformat.Way parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Osmformat.Way parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Osmformat.Way parseFrom(InputStream input) throws IOException
IOExceptionpublic static Osmformat.Way parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Osmformat.Way getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic long getId()
getId in interface Osmformat.WayOrBuilderpublic Osmformat.Info getInfo()
getInfo in interface Osmformat.WayOrBuilderpublic int getKeys(int index)
getKeys in interface Osmformat.WayOrBuilderpublic int getKeysCount()
getKeysCount in interface Osmformat.WayOrBuilderpublic List<Integer> getKeysList()
getKeysList in interface Osmformat.WayOrBuilderpublic long getRefs(int index)
getRefs in interface Osmformat.WayOrBuilderpublic int getRefsCount()
getRefsCount in interface Osmformat.WayOrBuilderpublic List<Long> getRefsList()
getRefsList in interface Osmformat.WayOrBuilderpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitepublic int getVals(int index)
getVals in interface Osmformat.WayOrBuilderpublic int getValsCount()
getValsCount in interface Osmformat.WayOrBuilderpublic List<Integer> getValsList()
getValsList in interface Osmformat.WayOrBuilderpublic boolean hasId()
hasId in interface Osmformat.WayOrBuilderpublic boolean hasInfo()
hasInfo in interface Osmformat.WayOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic Osmformat.Way.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic Osmformat.Way.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.