Uses of Class
org.apache.sedona.sql.datasources.osmpbf.build.Osmformat.ChangeSet
Packages that use Osmformat.ChangeSet
-
Uses of Osmformat.ChangeSet in org.apache.sedona.sql.datasources.osmpbf.build
Methods in org.apache.sedona.sql.datasources.osmpbf.build that return Osmformat.ChangeSetModifier and TypeMethodDescriptionOsmformat.ChangeSet.Builder.build()Osmformat.ChangeSet.Builder.buildPartial()Osmformat.PrimitiveGroup.Builder.getChangesets(int index) repeated .ChangeSet changesets = 5;Osmformat.PrimitiveGroup.getChangesets(int index) repeated .ChangeSet changesets = 5;Osmformat.PrimitiveGroupOrBuilder.getChangesets(int index) repeated .ChangeSet changesets = 5;static Osmformat.ChangeSetOsmformat.ChangeSet.getDefaultInstance()Osmformat.ChangeSet.Builder.getDefaultInstanceForType()Osmformat.ChangeSet.getDefaultInstanceForType()static Osmformat.ChangeSetOsmformat.ChangeSet.parseDelimitedFrom(InputStream input) static Osmformat.ChangeSetOsmformat.ChangeSet.parseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.ChangeSetOsmformat.ChangeSet.parseFrom(byte[] data) static Osmformat.ChangeSetOsmformat.ChangeSet.parseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.ChangeSetOsmformat.ChangeSet.parseFrom(InputStream input) static Osmformat.ChangeSetOsmformat.ChangeSet.parseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.ChangeSetOsmformat.ChangeSet.parseFrom(ByteBuffer data) static Osmformat.ChangeSetOsmformat.ChangeSet.parseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.ChangeSetOsmformat.ChangeSet.parseFrom(proto4.ByteString data) static Osmformat.ChangeSetOsmformat.ChangeSet.parseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.ChangeSetOsmformat.ChangeSet.parseFrom(proto4.CodedInputStream input) static Osmformat.ChangeSetOsmformat.ChangeSet.parseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) Methods in org.apache.sedona.sql.datasources.osmpbf.build that return types with arguments of type Osmformat.ChangeSetModifier and TypeMethodDescriptionOsmformat.PrimitiveGroup.Builder.getChangesetsList()repeated .ChangeSet changesets = 5;Osmformat.PrimitiveGroup.getChangesetsList()repeated .ChangeSet changesets = 5;Osmformat.PrimitiveGroupOrBuilder.getChangesetsList()repeated .ChangeSet changesets = 5;proto4.Parser<Osmformat.ChangeSet>Osmformat.ChangeSet.getParserForType()static proto4.Parser<Osmformat.ChangeSet>Osmformat.ChangeSet.parser()Methods in org.apache.sedona.sql.datasources.osmpbf.build with parameters of type Osmformat.ChangeSetModifier and TypeMethodDescriptionOsmformat.PrimitiveGroup.Builder.addChangesets(int index, Osmformat.ChangeSet value) repeated .ChangeSet changesets = 5;Osmformat.PrimitiveGroup.Builder.addChangesets(Osmformat.ChangeSet value) repeated .ChangeSet changesets = 5;Osmformat.ChangeSet.Builder.mergeFrom(Osmformat.ChangeSet other) static Osmformat.ChangeSet.BuilderOsmformat.ChangeSet.newBuilder(Osmformat.ChangeSet prototype) Osmformat.PrimitiveGroup.Builder.setChangesets(int index, Osmformat.ChangeSet value) repeated .ChangeSet changesets = 5;Method parameters in org.apache.sedona.sql.datasources.osmpbf.build with type arguments of type Osmformat.ChangeSetModifier and TypeMethodDescriptionOsmformat.PrimitiveGroup.Builder.addAllChangesets(Iterable<? extends Osmformat.ChangeSet> values) repeated .ChangeSet changesets = 5;