public static final class Osmformat.PrimitiveGroup extends com.protobuf .GeneratedMessageLite implements Osmformat .PrimitiveGroupOrBuilder
| 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 |
CHANGESETS_FIELD_NUMBER
|
static int |
DENSE_FIELD_NUMBER
|
static int |
NODES_FIELD_NUMBER
|
static int |
RELATIONS_FIELD_NUMBER
|
static int |
WAYS_FIELD_NUMBER
|
newRepeatedGeneratedExtension, newSingularGeneratedExtensionpublic static final int NODES_FIELD_NUMBER
public static final int DENSE_FIELD_NUMBER
public static final int WAYS_FIELD_NUMBER
public static final int RELATIONS_FIELD_NUMBER
public static final int CHANGESETS_FIELD_NUMBER
public static Osmformat.PrimitiveGroup getDefaultInstance()
public Osmformat.PrimitiveGroup getDefaultInstanceForType()
public List<Osmformat .Node > getNodesList()
public List<? extends Osmformat .NodeOrBuilder > getNodesOrBuilderList()
public int getNodesCount()
public Osmformat.Node getNodes(int index)
public Osmformat.NodeOrBuilder getNodesOrBuilder(int index)
public boolean hasDense()
public Osmformat.DenseNodes getDense()
public List<Osmformat .Way > getWaysList()
public List<? extends Osmformat .WayOrBuilder > getWaysOrBuilderList()
public int getWaysCount()
public Osmformat.Way getWays(int index)
public Osmformat.WayOrBuilder getWaysOrBuilder(int index)
public List<Osmformat .Relation > getRelationsList()
public List<? extends Osmformat .RelationOrBuilder > getRelationsOrBuilderList()
public int getRelationsCount()
public Osmformat.Relation getRelations(int index)
public Osmformat.RelationOrBuilder getRelationsOrBuilder(int index)
public List<Osmformat .ChangeSet > getChangesetsList()
public List<? extends Osmformat .ChangeSetOrBuilder > getChangesetsOrBuilderList()
public int getChangesetsCount()
public Osmformat.ChangeSet getChangesets(int index)
public Osmformat.ChangeSetOrBuilder getChangesetsOrBuilder(int index)
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.PrimitiveGroup parseFrom(com .protobuf .ByteString data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.PrimitiveGroup parseFrom(com .protobuf .ByteString data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.PrimitiveGroup parseFrom(byte[] data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.PrimitiveGroup parseFrom(byte[] data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.PrimitiveGroup parseFrom(InputStream input) throws IOException
IOException
public static Osmformat.PrimitiveGroup parseFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.PrimitiveGroup parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Osmformat.PrimitiveGroup parseDelimitedFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.PrimitiveGroup parseFrom(com .protobuf .CodedInputStream input) throws IOException
IOException
public static Osmformat.PrimitiveGroup parseFrom(com .protobuf .CodedInputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.PrimitiveGroup .Builder newBuilder()
public Osmformat.PrimitiveGroup .Builder newBuilderForType()
public static Osmformat.PrimitiveGroup .Builder newBuilder(Osmformat .PrimitiveGroup prototype)
public Osmformat.PrimitiveGroup .Builder toBuilder()