Uses of Class
org.apache.sedona.sql.datasources.osmpbf.build.Osmformat.Way
Packages that use Osmformat.Way
Package
Description
-
Uses of Osmformat.Way in org.apache.sedona.sql.datasources.osmpbf.build
Methods in org.apache.sedona.sql.datasources.osmpbf.build that return Osmformat.WayModifier and TypeMethodDescriptionOsmformat.Way.Builder.build()Osmformat.Way.Builder.buildPartial()static Osmformat.WayOsmformat.Way.getDefaultInstance()Osmformat.Way.Builder.getDefaultInstanceForType()Osmformat.Way.getDefaultInstanceForType()Osmformat.PrimitiveGroup.Builder.getWays(int index) repeated .Way ways = 3;Osmformat.PrimitiveGroup.getWays(int index) repeated .Way ways = 3;Osmformat.PrimitiveGroupOrBuilder.getWays(int index) repeated .Way ways = 3;static Osmformat.WayOsmformat.Way.parseDelimitedFrom(InputStream input) static Osmformat.WayOsmformat.Way.parseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.WayOsmformat.Way.parseFrom(byte[] data) static Osmformat.WayOsmformat.Way.parseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.WayOsmformat.Way.parseFrom(InputStream input) static Osmformat.WayOsmformat.Way.parseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.WayOsmformat.Way.parseFrom(ByteBuffer data) static Osmformat.WayOsmformat.Way.parseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.WayOsmformat.Way.parseFrom(proto4.ByteString data) static Osmformat.WayOsmformat.Way.parseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.WayOsmformat.Way.parseFrom(proto4.CodedInputStream input) static Osmformat.WayOsmformat.Way.parseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) Methods in org.apache.sedona.sql.datasources.osmpbf.build that return types with arguments of type Osmformat.WayModifier and TypeMethodDescriptionproto4.Parser<Osmformat.Way>Osmformat.Way.getParserForType()Osmformat.PrimitiveGroup.Builder.getWaysList()repeated .Way ways = 3;Osmformat.PrimitiveGroup.getWaysList()repeated .Way ways = 3;Osmformat.PrimitiveGroupOrBuilder.getWaysList()repeated .Way ways = 3;static proto4.Parser<Osmformat.Way>Osmformat.Way.parser()Methods in org.apache.sedona.sql.datasources.osmpbf.build with parameters of type Osmformat.WayModifier and TypeMethodDescriptionOsmformat.PrimitiveGroup.Builder.addWays(int index, Osmformat.Way value) repeated .Way ways = 3;Osmformat.PrimitiveGroup.Builder.addWays(Osmformat.Way value) repeated .Way ways = 3;Osmformat.Way.Builder.mergeFrom(Osmformat.Way other) static Osmformat.Way.BuilderOsmformat.Way.newBuilder(Osmformat.Way prototype) Osmformat.PrimitiveGroup.Builder.setWays(int index, Osmformat.Way value) repeated .Way ways = 3;Method parameters in org.apache.sedona.sql.datasources.osmpbf.build with type arguments of type Osmformat.WayModifier and TypeMethodDescriptionOsmformat.PrimitiveGroup.Builder.addAllWays(Iterable<? extends Osmformat.Way> values) repeated .Way ways = 3; -
Uses of Osmformat.Way in org.apache.sedona.sql.datasources.osmpbf.iterators
Constructor parameters in org.apache.sedona.sql.datasources.osmpbf.iterators with type arguments of type Osmformat.WayModifierConstructorDescriptionWayIterator(List<Osmformat.Way> ways, Osmformat.StringTable stringTable)