Class Osmformat.PrimitiveGroup.Builder
- java.lang.Object
- 
- proto4.AbstractMessageLite.Builder
- 
- proto4.AbstractMessage.Builder<BuilderT>
- 
- proto4.GeneratedMessage.Builder<Osmformat.PrimitiveGroup.Builder>
- 
- org.apache.sedona.sql.datasources.osmpbf.build.Osmformat.PrimitiveGroup.Builder
 
 
 
 
- 
- All Implemented Interfaces:
- Cloneable,- Osmformat.PrimitiveGroupOrBuilder,- proto4.Message.Builder,- proto4.MessageLite.Builder,- proto4.MessageLiteOrBuilder,- proto4.MessageOrBuilder
 - Enclosing class:
- Osmformat.PrimitiveGroup
 
 public static final class Osmformat.PrimitiveGroup.Builder extends proto4.GeneratedMessage.Builder<Osmformat.PrimitiveGroup.Builder> implements Osmformat.PrimitiveGroupOrBuilder Group of OSMPrimitives. All primitives in a group must be the same type. Protobuf type PrimitiveGroup
- 
- 
Method Summary- 
Methods inherited from class proto4.GeneratedMessage.BuilderaddRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
 - 
Methods inherited from class proto4.AbstractMessage.BuilderfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
 - 
Methods inherited from class proto4.AbstractMessageLite.BuilderaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
 
- 
 
- 
- 
- 
Method Detail- 
getDescriptorpublic static final proto4.Descriptors.Descriptor getDescriptor() 
 - 
internalGetFieldAccessorTableprotected proto4.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() - Specified by:
- internalGetFieldAccessorTablein class- proto4.GeneratedMessage.Builder<Osmformat.PrimitiveGroup.Builder>
 
 - 
clearpublic Osmformat.PrimitiveGroup.Builder clear() - Specified by:
- clearin interface- proto4.Message.Builder
- Specified by:
- clearin interface- proto4.MessageLite.Builder
- Overrides:
- clearin class- proto4.GeneratedMessage.Builder<Osmformat.PrimitiveGroup.Builder>
 
 - 
getDescriptorForTypepublic proto4.Descriptors.Descriptor getDescriptorForType() - Specified by:
- getDescriptorForTypein interface- proto4.Message.Builder
- Specified by:
- getDescriptorForTypein interface- proto4.MessageOrBuilder
- Overrides:
- getDescriptorForTypein class- proto4.GeneratedMessage.Builder<Osmformat.PrimitiveGroup.Builder>
 
 - 
getDefaultInstanceForTypepublic Osmformat.PrimitiveGroup getDefaultInstanceForType() - Specified by:
- getDefaultInstanceForTypein interface- proto4.MessageLiteOrBuilder
- Specified by:
- getDefaultInstanceForTypein interface- proto4.MessageOrBuilder
 
 - 
buildpublic Osmformat.PrimitiveGroup build() - Specified by:
- buildin interface- proto4.Message.Builder
- Specified by:
- buildin interface- proto4.MessageLite.Builder
 
 - 
buildPartialpublic Osmformat.PrimitiveGroup buildPartial() - Specified by:
- buildPartialin interface- proto4.Message.Builder
- Specified by:
- buildPartialin interface- proto4.MessageLite.Builder
 
 - 
mergeFrompublic Osmformat.PrimitiveGroup.Builder mergeFrom(proto4.Message other) - Specified by:
- mergeFromin interface- proto4.Message.Builder
- Overrides:
- mergeFromin class- proto4.AbstractMessage.Builder<Osmformat.PrimitiveGroup.Builder>
 
 - 
mergeFrompublic Osmformat.PrimitiveGroup.Builder mergeFrom(Osmformat.PrimitiveGroup other) 
 - 
isInitializedpublic final boolean isInitialized() - Specified by:
- isInitializedin interface- proto4.MessageLiteOrBuilder
- Overrides:
- isInitializedin class- proto4.GeneratedMessage.Builder<Osmformat.PrimitiveGroup.Builder>
 
 - 
mergeFrompublic Osmformat.PrimitiveGroup.Builder mergeFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
- mergeFromin interface- proto4.Message.Builder
- Specified by:
- mergeFromin interface- proto4.MessageLite.Builder
- Overrides:
- mergeFromin class- proto4.AbstractMessage.Builder<Osmformat.PrimitiveGroup.Builder>
- Throws:
- IOException
 
 - 
getNodesListpublic List<Osmformat.Node> getNodesList() repeated .Node nodes = 1;- Specified by:
- getNodesListin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
getNodesCountpublic int getNodesCount() repeated .Node nodes = 1;- Specified by:
- getNodesCountin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
getNodespublic Osmformat.Node getNodes(int index) repeated .Node nodes = 1;- Specified by:
- getNodesin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
setNodespublic Osmformat.PrimitiveGroup.Builder setNodes(int index, Osmformat.Node value) repeated .Node nodes = 1;
 - 
setNodespublic Osmformat.PrimitiveGroup.Builder setNodes(int index, Osmformat.Node.Builder builderForValue) repeated .Node nodes = 1;
 - 
addNodespublic Osmformat.PrimitiveGroup.Builder addNodes(Osmformat.Node value) repeated .Node nodes = 1;
 - 
addNodespublic Osmformat.PrimitiveGroup.Builder addNodes(int index, Osmformat.Node value) repeated .Node nodes = 1;
 - 
addNodespublic Osmformat.PrimitiveGroup.Builder addNodes(Osmformat.Node.Builder builderForValue) repeated .Node nodes = 1;
 - 
addNodespublic Osmformat.PrimitiveGroup.Builder addNodes(int index, Osmformat.Node.Builder builderForValue) repeated .Node nodes = 1;
 - 
addAllNodespublic Osmformat.PrimitiveGroup.Builder addAllNodes(Iterable<? extends Osmformat.Node> values) repeated .Node nodes = 1;
 - 
clearNodespublic Osmformat.PrimitiveGroup.Builder clearNodes() repeated .Node nodes = 1;
 - 
removeNodespublic Osmformat.PrimitiveGroup.Builder removeNodes(int index) repeated .Node nodes = 1;
 - 
getNodesBuilderpublic Osmformat.Node.Builder getNodesBuilder(int index) repeated .Node nodes = 1;
 - 
getNodesOrBuilderpublic Osmformat.NodeOrBuilder getNodesOrBuilder(int index) repeated .Node nodes = 1;- Specified by:
- getNodesOrBuilderin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
getNodesOrBuilderListpublic List<? extends Osmformat.NodeOrBuilder> getNodesOrBuilderList() repeated .Node nodes = 1;- Specified by:
- getNodesOrBuilderListin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
addNodesBuilderpublic Osmformat.Node.Builder addNodesBuilder() repeated .Node nodes = 1;
 - 
addNodesBuilderpublic Osmformat.Node.Builder addNodesBuilder(int index) repeated .Node nodes = 1;
 - 
getNodesBuilderListpublic List<Osmformat.Node.Builder> getNodesBuilderList() repeated .Node nodes = 1;
 - 
hasDensepublic boolean hasDense() optional .DenseNodes dense = 2;- Specified by:
- hasDensein interface- Osmformat.PrimitiveGroupOrBuilder
- Returns:
- Whether the dense field is set.
 
 - 
getDensepublic Osmformat.DenseNodes getDense() optional .DenseNodes dense = 2;- Specified by:
- getDensein interface- Osmformat.PrimitiveGroupOrBuilder
- Returns:
- The dense.
 
 - 
setDensepublic Osmformat.PrimitiveGroup.Builder setDense(Osmformat.DenseNodes value) optional .DenseNodes dense = 2;
 - 
setDensepublic Osmformat.PrimitiveGroup.Builder setDense(Osmformat.DenseNodes.Builder builderForValue) optional .DenseNodes dense = 2;
 - 
mergeDensepublic Osmformat.PrimitiveGroup.Builder mergeDense(Osmformat.DenseNodes value) optional .DenseNodes dense = 2;
 - 
clearDensepublic Osmformat.PrimitiveGroup.Builder clearDense() optional .DenseNodes dense = 2;
 - 
getDenseBuilderpublic Osmformat.DenseNodes.Builder getDenseBuilder() optional .DenseNodes dense = 2;
 - 
getDenseOrBuilderpublic Osmformat.DenseNodesOrBuilder getDenseOrBuilder() optional .DenseNodes dense = 2;- Specified by:
- getDenseOrBuilderin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
getWaysListpublic List<Osmformat.Way> getWaysList() repeated .Way ways = 3;- Specified by:
- getWaysListin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
getWaysCountpublic int getWaysCount() repeated .Way ways = 3;- Specified by:
- getWaysCountin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
getWayspublic Osmformat.Way getWays(int index) repeated .Way ways = 3;- Specified by:
- getWaysin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
setWayspublic Osmformat.PrimitiveGroup.Builder setWays(int index, Osmformat.Way value) repeated .Way ways = 3;
 - 
setWayspublic Osmformat.PrimitiveGroup.Builder setWays(int index, Osmformat.Way.Builder builderForValue) repeated .Way ways = 3;
 - 
addWayspublic Osmformat.PrimitiveGroup.Builder addWays(Osmformat.Way value) repeated .Way ways = 3;
 - 
addWayspublic Osmformat.PrimitiveGroup.Builder addWays(int index, Osmformat.Way value) repeated .Way ways = 3;
 - 
addWayspublic Osmformat.PrimitiveGroup.Builder addWays(Osmformat.Way.Builder builderForValue) repeated .Way ways = 3;
 - 
addWayspublic Osmformat.PrimitiveGroup.Builder addWays(int index, Osmformat.Way.Builder builderForValue) repeated .Way ways = 3;
 - 
addAllWayspublic Osmformat.PrimitiveGroup.Builder addAllWays(Iterable<? extends Osmformat.Way> values) repeated .Way ways = 3;
 - 
clearWayspublic Osmformat.PrimitiveGroup.Builder clearWays() repeated .Way ways = 3;
 - 
removeWayspublic Osmformat.PrimitiveGroup.Builder removeWays(int index) repeated .Way ways = 3;
 - 
getWaysBuilderpublic Osmformat.Way.Builder getWaysBuilder(int index) repeated .Way ways = 3;
 - 
getWaysOrBuilderpublic Osmformat.WayOrBuilder getWaysOrBuilder(int index) repeated .Way ways = 3;- Specified by:
- getWaysOrBuilderin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
getWaysOrBuilderListpublic List<? extends Osmformat.WayOrBuilder> getWaysOrBuilderList() repeated .Way ways = 3;- Specified by:
- getWaysOrBuilderListin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
addWaysBuilderpublic Osmformat.Way.Builder addWaysBuilder() repeated .Way ways = 3;
 - 
addWaysBuilderpublic Osmformat.Way.Builder addWaysBuilder(int index) repeated .Way ways = 3;
 - 
getWaysBuilderListpublic List<Osmformat.Way.Builder> getWaysBuilderList() repeated .Way ways = 3;
 - 
getRelationsListpublic List<Osmformat.Relation> getRelationsList() repeated .Relation relations = 4;- Specified by:
- getRelationsListin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
getRelationsCountpublic int getRelationsCount() repeated .Relation relations = 4;- Specified by:
- getRelationsCountin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
getRelationspublic Osmformat.Relation getRelations(int index) repeated .Relation relations = 4;- Specified by:
- getRelationsin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
setRelationspublic Osmformat.PrimitiveGroup.Builder setRelations(int index, Osmformat.Relation value) repeated .Relation relations = 4;
 - 
setRelationspublic Osmformat.PrimitiveGroup.Builder setRelations(int index, Osmformat.Relation.Builder builderForValue) repeated .Relation relations = 4;
 - 
addRelationspublic Osmformat.PrimitiveGroup.Builder addRelations(Osmformat.Relation value) repeated .Relation relations = 4;
 - 
addRelationspublic Osmformat.PrimitiveGroup.Builder addRelations(int index, Osmformat.Relation value) repeated .Relation relations = 4;
 - 
addRelationspublic Osmformat.PrimitiveGroup.Builder addRelations(Osmformat.Relation.Builder builderForValue) repeated .Relation relations = 4;
 - 
addRelationspublic Osmformat.PrimitiveGroup.Builder addRelations(int index, Osmformat.Relation.Builder builderForValue) repeated .Relation relations = 4;
 - 
addAllRelationspublic Osmformat.PrimitiveGroup.Builder addAllRelations(Iterable<? extends Osmformat.Relation> values) repeated .Relation relations = 4;
 - 
clearRelationspublic Osmformat.PrimitiveGroup.Builder clearRelations() repeated .Relation relations = 4;
 - 
removeRelationspublic Osmformat.PrimitiveGroup.Builder removeRelations(int index) repeated .Relation relations = 4;
 - 
getRelationsBuilderpublic Osmformat.Relation.Builder getRelationsBuilder(int index) repeated .Relation relations = 4;
 - 
getRelationsOrBuilderpublic Osmformat.RelationOrBuilder getRelationsOrBuilder(int index) repeated .Relation relations = 4;- Specified by:
- getRelationsOrBuilderin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
getRelationsOrBuilderListpublic List<? extends Osmformat.RelationOrBuilder> getRelationsOrBuilderList() repeated .Relation relations = 4;- Specified by:
- getRelationsOrBuilderListin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
addRelationsBuilderpublic Osmformat.Relation.Builder addRelationsBuilder() repeated .Relation relations = 4;
 - 
addRelationsBuilderpublic Osmformat.Relation.Builder addRelationsBuilder(int index) repeated .Relation relations = 4;
 - 
getRelationsBuilderListpublic List<Osmformat.Relation.Builder> getRelationsBuilderList() repeated .Relation relations = 4;
 - 
getChangesetsListpublic List<Osmformat.ChangeSet> getChangesetsList() repeated .ChangeSet changesets = 5;- Specified by:
- getChangesetsListin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
getChangesetsCountpublic int getChangesetsCount() repeated .ChangeSet changesets = 5;- Specified by:
- getChangesetsCountin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
getChangesetspublic Osmformat.ChangeSet getChangesets(int index) repeated .ChangeSet changesets = 5;- Specified by:
- getChangesetsin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
setChangesetspublic Osmformat.PrimitiveGroup.Builder setChangesets(int index, Osmformat.ChangeSet value) repeated .ChangeSet changesets = 5;
 - 
setChangesetspublic Osmformat.PrimitiveGroup.Builder setChangesets(int index, Osmformat.ChangeSet.Builder builderForValue) repeated .ChangeSet changesets = 5;
 - 
addChangesetspublic Osmformat.PrimitiveGroup.Builder addChangesets(Osmformat.ChangeSet value) repeated .ChangeSet changesets = 5;
 - 
addChangesetspublic Osmformat.PrimitiveGroup.Builder addChangesets(int index, Osmformat.ChangeSet value) repeated .ChangeSet changesets = 5;
 - 
addChangesetspublic Osmformat.PrimitiveGroup.Builder addChangesets(Osmformat.ChangeSet.Builder builderForValue) repeated .ChangeSet changesets = 5;
 - 
addChangesetspublic Osmformat.PrimitiveGroup.Builder addChangesets(int index, Osmformat.ChangeSet.Builder builderForValue) repeated .ChangeSet changesets = 5;
 - 
addAllChangesetspublic Osmformat.PrimitiveGroup.Builder addAllChangesets(Iterable<? extends Osmformat.ChangeSet> values) repeated .ChangeSet changesets = 5;
 - 
clearChangesetspublic Osmformat.PrimitiveGroup.Builder clearChangesets() repeated .ChangeSet changesets = 5;
 - 
removeChangesetspublic Osmformat.PrimitiveGroup.Builder removeChangesets(int index) repeated .ChangeSet changesets = 5;
 - 
getChangesetsBuilderpublic Osmformat.ChangeSet.Builder getChangesetsBuilder(int index) repeated .ChangeSet changesets = 5;
 - 
getChangesetsOrBuilderpublic Osmformat.ChangeSetOrBuilder getChangesetsOrBuilder(int index) repeated .ChangeSet changesets = 5;- Specified by:
- getChangesetsOrBuilderin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
getChangesetsOrBuilderListpublic List<? extends Osmformat.ChangeSetOrBuilder> getChangesetsOrBuilderList() repeated .ChangeSet changesets = 5;- Specified by:
- getChangesetsOrBuilderListin interface- Osmformat.PrimitiveGroupOrBuilder
 
 - 
addChangesetsBuilderpublic Osmformat.ChangeSet.Builder addChangesetsBuilder() repeated .ChangeSet changesets = 5;
 - 
addChangesetsBuilderpublic Osmformat.ChangeSet.Builder addChangesetsBuilder(int index) repeated .ChangeSet changesets = 5;
 - 
getChangesetsBuilderListpublic List<Osmformat.ChangeSet.Builder> getChangesetsBuilderList() repeated .ChangeSet changesets = 5;
 
- 
 
-