public static final class Osmformat.PrimitiveGroup extends proto4.GeneratedMessage implements Osmformat.PrimitiveGroupOrBuilder
Group of OSMPrimitives. All primitives in a group must be the same type.
Protobuf type PrimitiveGroup
| Modifier and Type | Class and Description |
|---|---|
static class |
Osmformat.PrimitiveGroup.Builder
Group of OSMPrimitives.
|
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 |
CHANGESETS_FIELD_NUMBER |
static int |
DENSE_FIELD_NUMBER |
static int |
NODES_FIELD_NUMBER |
static int |
RELATIONS_FIELD_NUMBER |
static int |
WAYS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Osmformat.ChangeSet |
getChangesets(int index)
repeated .ChangeSet changesets = 5; |
int |
getChangesetsCount()
repeated .ChangeSet changesets = 5; |
List<Osmformat.ChangeSet> |
getChangesetsList()
repeated .ChangeSet changesets = 5; |
Osmformat.ChangeSetOrBuilder |
getChangesetsOrBuilder(int index)
repeated .ChangeSet changesets = 5; |
List<? extends Osmformat.ChangeSetOrBuilder> |
getChangesetsOrBuilderList()
repeated .ChangeSet changesets = 5; |
static Osmformat.PrimitiveGroup |
getDefaultInstance() |
Osmformat.PrimitiveGroup |
getDefaultInstanceForType() |
Osmformat.DenseNodes |
getDense()
optional .DenseNodes dense = 2; |
Osmformat.DenseNodesOrBuilder |
getDenseOrBuilder()
optional .DenseNodes dense = 2; |
static proto4.Descriptors.Descriptor |
getDescriptor() |
Osmformat.Node |
getNodes(int index)
repeated .Node nodes = 1; |
int |
getNodesCount()
repeated .Node nodes = 1; |
List<Osmformat.Node> |
getNodesList()
repeated .Node nodes = 1; |
Osmformat.NodeOrBuilder |
getNodesOrBuilder(int index)
repeated .Node nodes = 1; |
List<? extends Osmformat.NodeOrBuilder> |
getNodesOrBuilderList()
repeated .Node nodes = 1; |
proto4.Parser<Osmformat.PrimitiveGroup> |
getParserForType() |
Osmformat.Relation |
getRelations(int index)
repeated .Relation relations = 4; |
int |
getRelationsCount()
repeated .Relation relations = 4; |
List<Osmformat.Relation> |
getRelationsList()
repeated .Relation relations = 4; |
Osmformat.RelationOrBuilder |
getRelationsOrBuilder(int index)
repeated .Relation relations = 4; |
List<? extends Osmformat.RelationOrBuilder> |
getRelationsOrBuilderList()
repeated .Relation relations = 4; |
int |
getSerializedSize() |
Osmformat.Way |
getWays(int index)
repeated .Way ways = 3; |
int |
getWaysCount()
repeated .Way ways = 3; |
List<Osmformat.Way> |
getWaysList()
repeated .Way ways = 3; |
Osmformat.WayOrBuilder |
getWaysOrBuilder(int index)
repeated .Way ways = 3; |
List<? extends Osmformat.WayOrBuilder> |
getWaysOrBuilderList()
repeated .Way ways = 3; |
boolean |
hasDense()
optional .DenseNodes dense = 2; |
int |
hashCode() |
protected proto4.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Osmformat.PrimitiveGroup.Builder |
newBuilder() |
static Osmformat.PrimitiveGroup.Builder |
newBuilder(Osmformat.PrimitiveGroup prototype) |
Osmformat.PrimitiveGroup.Builder |
newBuilderForType() |
protected Osmformat.PrimitiveGroup.Builder |
newBuilderForType(proto4.AbstractMessage.BuilderParent parent) |
static Osmformat.PrimitiveGroup |
parseDelimitedFrom(InputStream input) |
static Osmformat.PrimitiveGroup |
parseDelimitedFrom(InputStream input,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.PrimitiveGroup |
parseFrom(byte[] data) |
static Osmformat.PrimitiveGroup |
parseFrom(byte[] data,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.PrimitiveGroup |
parseFrom(ByteBuffer data) |
static Osmformat.PrimitiveGroup |
parseFrom(ByteBuffer data,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.PrimitiveGroup |
parseFrom(proto4.ByteString data) |
static Osmformat.PrimitiveGroup |
parseFrom(proto4.ByteString data,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.PrimitiveGroup |
parseFrom(proto4.CodedInputStream input) |
static Osmformat.PrimitiveGroup |
parseFrom(proto4.CodedInputStream input,
proto4.ExtensionRegistryLite extensionRegistry) |
static Osmformat.PrimitiveGroup |
parseFrom(InputStream input) |
static Osmformat.PrimitiveGroup |
parseFrom(InputStream input,
proto4.ExtensionRegistryLite extensionRegistry) |
static proto4.Parser<Osmformat.PrimitiveGroup> |
parser() |
Osmformat.PrimitiveGroup.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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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 final proto4.Descriptors.Descriptor getDescriptor()
protected proto4.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class proto4.GeneratedMessagepublic List<Osmformat.Node> getNodesList()
repeated .Node nodes = 1;getNodesList in interface Osmformat.PrimitiveGroupOrBuilderpublic List<? extends Osmformat.NodeOrBuilder> getNodesOrBuilderList()
repeated .Node nodes = 1;getNodesOrBuilderList in interface Osmformat.PrimitiveGroupOrBuilderpublic int getNodesCount()
repeated .Node nodes = 1;getNodesCount in interface Osmformat.PrimitiveGroupOrBuilderpublic Osmformat.Node getNodes(int index)
repeated .Node nodes = 1;getNodes in interface Osmformat.PrimitiveGroupOrBuilderpublic Osmformat.NodeOrBuilder getNodesOrBuilder(int index)
repeated .Node nodes = 1;getNodesOrBuilder in interface Osmformat.PrimitiveGroupOrBuilderpublic boolean hasDense()
optional .DenseNodes dense = 2;hasDense in interface Osmformat.PrimitiveGroupOrBuilderpublic Osmformat.DenseNodes getDense()
optional .DenseNodes dense = 2;getDense in interface Osmformat.PrimitiveGroupOrBuilderpublic Osmformat.DenseNodesOrBuilder getDenseOrBuilder()
optional .DenseNodes dense = 2;getDenseOrBuilder in interface Osmformat.PrimitiveGroupOrBuilderpublic List<Osmformat.Way> getWaysList()
repeated .Way ways = 3;getWaysList in interface Osmformat.PrimitiveGroupOrBuilderpublic List<? extends Osmformat.WayOrBuilder> getWaysOrBuilderList()
repeated .Way ways = 3;getWaysOrBuilderList in interface Osmformat.PrimitiveGroupOrBuilderpublic int getWaysCount()
repeated .Way ways = 3;getWaysCount in interface Osmformat.PrimitiveGroupOrBuilderpublic Osmformat.Way getWays(int index)
repeated .Way ways = 3;getWays in interface Osmformat.PrimitiveGroupOrBuilderpublic Osmformat.WayOrBuilder getWaysOrBuilder(int index)
repeated .Way ways = 3;getWaysOrBuilder in interface Osmformat.PrimitiveGroupOrBuilderpublic List<Osmformat.Relation> getRelationsList()
repeated .Relation relations = 4;getRelationsList in interface Osmformat.PrimitiveGroupOrBuilderpublic List<? extends Osmformat.RelationOrBuilder> getRelationsOrBuilderList()
repeated .Relation relations = 4;getRelationsOrBuilderList in interface Osmformat.PrimitiveGroupOrBuilderpublic int getRelationsCount()
repeated .Relation relations = 4;getRelationsCount in interface Osmformat.PrimitiveGroupOrBuilderpublic Osmformat.Relation getRelations(int index)
repeated .Relation relations = 4;getRelations in interface Osmformat.PrimitiveGroupOrBuilderpublic Osmformat.RelationOrBuilder getRelationsOrBuilder(int index)
repeated .Relation relations = 4;getRelationsOrBuilder in interface Osmformat.PrimitiveGroupOrBuilderpublic List<Osmformat.ChangeSet> getChangesetsList()
repeated .ChangeSet changesets = 5;getChangesetsList in interface Osmformat.PrimitiveGroupOrBuilderpublic List<? extends Osmformat.ChangeSetOrBuilder> getChangesetsOrBuilderList()
repeated .ChangeSet changesets = 5;getChangesetsOrBuilderList in interface Osmformat.PrimitiveGroupOrBuilderpublic int getChangesetsCount()
repeated .ChangeSet changesets = 5;getChangesetsCount in interface Osmformat.PrimitiveGroupOrBuilderpublic Osmformat.ChangeSet getChangesets(int index)
repeated .ChangeSet changesets = 5;getChangesets in interface Osmformat.PrimitiveGroupOrBuilderpublic Osmformat.ChangeSetOrBuilder getChangesetsOrBuilder(int index)
repeated .ChangeSet changesets = 5;getChangesetsOrBuilder in interface Osmformat.PrimitiveGroupOrBuilderpublic final boolean isInitialized()
isInitialized in interface proto4.MessageLiteOrBuilderisInitialized in class proto4.GeneratedMessagepublic void writeTo(proto4.CodedOutputStream output)
throws IOException
writeTo in interface proto4.MessageLitewriteTo in class proto4.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface proto4.MessageLitegetSerializedSize in class proto4.GeneratedMessagepublic boolean equals(Object obj)
equals in interface proto4.Messageequals in class proto4.AbstractMessagepublic int hashCode()
hashCode in interface proto4.MessagehashCode in class proto4.AbstractMessagepublic static Osmformat.PrimitiveGroup parseFrom(ByteBuffer data) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferExceptionpublic static Osmformat.PrimitiveGroup parseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferExceptionpublic static Osmformat.PrimitiveGroup parseFrom(proto4.ByteString data) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferExceptionpublic static Osmformat.PrimitiveGroup parseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferExceptionpublic static Osmformat.PrimitiveGroup parseFrom(byte[] data) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferExceptionpublic static Osmformat.PrimitiveGroup parseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
proto4.InvalidProtocolBufferExceptionpublic static Osmformat.PrimitiveGroup parseFrom(InputStream input) throws IOException
IOExceptionpublic static Osmformat.PrimitiveGroup parseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Osmformat.PrimitiveGroup parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Osmformat.PrimitiveGroup parseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Osmformat.PrimitiveGroup parseFrom(proto4.CodedInputStream input) throws IOException
IOExceptionpublic static Osmformat.PrimitiveGroup parseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Osmformat.PrimitiveGroup.Builder newBuilderForType()
newBuilderForType in interface proto4.MessagenewBuilderForType in interface proto4.MessageLitepublic static Osmformat.PrimitiveGroup.Builder newBuilder()
public static Osmformat.PrimitiveGroup.Builder newBuilder(Osmformat.PrimitiveGroup prototype)
public Osmformat.PrimitiveGroup.Builder toBuilder()
toBuilder in interface proto4.MessagetoBuilder in interface proto4.MessageLiteprotected Osmformat.PrimitiveGroup.Builder newBuilderForType(proto4.AbstractMessage.BuilderParent parent)
newBuilderForType in class proto4.AbstractMessagepublic static Osmformat.PrimitiveGroup getDefaultInstance()
public static proto4.Parser<Osmformat.PrimitiveGroup> parser()
public proto4.Parser<Osmformat.PrimitiveGroup> getParserForType()
getParserForType in interface proto4.MessagegetParserForType in interface proto4.MessageLitegetParserForType in class proto4.GeneratedMessagepublic Osmformat.PrimitiveGroup getDefaultInstanceForType()
getDefaultInstanceForType in interface proto4.MessageLiteOrBuildergetDefaultInstanceForType in interface proto4.MessageOrBuilderCopyright © 2025 The Apache Software Foundation. All rights reserved.