Uses of Class
org.apache.sedona.sql.datasources.osmpbf.build.Osmformat.Way.Builder
Packages that use Osmformat.Way.Builder
-
Uses of Osmformat.Way.Builder in org.apache.sedona.sql.datasources.osmpbf.build
Methods in org.apache.sedona.sql.datasources.osmpbf.build that return Osmformat.Way.BuilderModifier and TypeMethodDescriptionOsmformat.Way.Builder.addAllKeys(Iterable<? extends Integer> values) Parallel arrays.Osmformat.Way.Builder.addAllRefs(Iterable<? extends Long> values) DELTA codedOsmformat.Way.Builder.addAllVals(Iterable<? extends Integer> values) repeated uint32 vals = 3 [packed = true];Osmformat.Way.Builder.addKeys(int value) Parallel arrays.Osmformat.Way.Builder.addRefs(long value) DELTA codedOsmformat.Way.Builder.addVals(int value) repeated uint32 vals = 3 [packed = true];Osmformat.PrimitiveGroup.Builder.addWaysBuilder()repeated .Way ways = 3;Osmformat.PrimitiveGroup.Builder.addWaysBuilder(int index) repeated .Way ways = 3;Osmformat.Way.Builder.clear()Osmformat.Way.Builder.clearId()required int64 id = 1;Osmformat.Way.Builder.clearInfo()optional .Info info = 4;Osmformat.Way.Builder.clearKeys()Parallel arrays.Osmformat.Way.Builder.clearRefs()DELTA codedOsmformat.Way.Builder.clearVals()repeated uint32 vals = 3 [packed = true];Osmformat.PrimitiveGroup.Builder.getWaysBuilder(int index) repeated .Way ways = 3;Osmformat.Way.Builder.mergeFrom(Osmformat.Way other) Osmformat.Way.Builder.mergeFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) Osmformat.Way.Builder.mergeFrom(proto4.Message other) Osmformat.Way.Builder.mergeInfo(Osmformat.Info value) optional .Info info = 4;static Osmformat.Way.BuilderOsmformat.Way.newBuilder()static Osmformat.Way.BuilderOsmformat.Way.newBuilder(Osmformat.Way prototype) Osmformat.Way.newBuilderForType()protected Osmformat.Way.BuilderOsmformat.Way.newBuilderForType(proto4.AbstractMessage.BuilderParent parent) Osmformat.Way.Builder.setId(long value) required int64 id = 1;Osmformat.Way.Builder.setInfo(Osmformat.Info value) optional .Info info = 4;Osmformat.Way.Builder.setInfo(Osmformat.Info.Builder builderForValue) optional .Info info = 4;Osmformat.Way.Builder.setKeys(int index, int value) Parallel arrays.Osmformat.Way.Builder.setRefs(int index, long value) DELTA codedOsmformat.Way.Builder.setVals(int index, int value) repeated uint32 vals = 3 [packed = true];Osmformat.Way.toBuilder()Methods in org.apache.sedona.sql.datasources.osmpbf.build that return types with arguments of type Osmformat.Way.BuilderModifier and TypeMethodDescriptionOsmformat.PrimitiveGroup.Builder.getWaysBuilderList()repeated .Way ways = 3;Methods in org.apache.sedona.sql.datasources.osmpbf.build with parameters of type Osmformat.Way.BuilderModifier and TypeMethodDescriptionOsmformat.PrimitiveGroup.Builder.addWays(int index, Osmformat.Way.Builder builderForValue) repeated .Way ways = 3;Osmformat.PrimitiveGroup.Builder.addWays(Osmformat.Way.Builder builderForValue) repeated .Way ways = 3;Osmformat.PrimitiveGroup.Builder.setWays(int index, Osmformat.Way.Builder builderForValue) repeated .Way ways = 3;