Uses of Class
org.apache.sedona.sql.datasources.osmpbf.build.Osmformat.Node
Packages that use Osmformat.Node
Package
Description
-
Uses of Osmformat.Node in org.apache.sedona.sql.datasources.osmpbf.build
Methods in org.apache.sedona.sql.datasources.osmpbf.build that return Osmformat.NodeModifier and TypeMethodDescriptionOsmformat.Node.Builder.build()Osmformat.Node.Builder.buildPartial()static Osmformat.NodeOsmformat.Node.getDefaultInstance()Osmformat.Node.Builder.getDefaultInstanceForType()Osmformat.Node.getDefaultInstanceForType()Osmformat.PrimitiveGroup.Builder.getNodes(int index) repeated .Node nodes = 1;Osmformat.PrimitiveGroup.getNodes(int index) repeated .Node nodes = 1;Osmformat.PrimitiveGroupOrBuilder.getNodes(int index) repeated .Node nodes = 1;static Osmformat.NodeOsmformat.Node.parseDelimitedFrom(InputStream input) static Osmformat.NodeOsmformat.Node.parseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.NodeOsmformat.Node.parseFrom(byte[] data) static Osmformat.NodeOsmformat.Node.parseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.NodeOsmformat.Node.parseFrom(InputStream input) static Osmformat.NodeOsmformat.Node.parseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.NodeOsmformat.Node.parseFrom(ByteBuffer data) static Osmformat.NodeOsmformat.Node.parseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.NodeOsmformat.Node.parseFrom(proto4.ByteString data) static Osmformat.NodeOsmformat.Node.parseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry) static Osmformat.NodeOsmformat.Node.parseFrom(proto4.CodedInputStream input) static Osmformat.NodeOsmformat.Node.parseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) Methods in org.apache.sedona.sql.datasources.osmpbf.build that return types with arguments of type Osmformat.NodeModifier and TypeMethodDescriptionOsmformat.PrimitiveGroup.Builder.getNodesList()repeated .Node nodes = 1;Osmformat.PrimitiveGroup.getNodesList()repeated .Node nodes = 1;Osmformat.PrimitiveGroupOrBuilder.getNodesList()repeated .Node nodes = 1;proto4.Parser<Osmformat.Node>Osmformat.Node.getParserForType()static proto4.Parser<Osmformat.Node>Osmformat.Node.parser()Methods in org.apache.sedona.sql.datasources.osmpbf.build with parameters of type Osmformat.NodeModifier and TypeMethodDescriptionOsmformat.PrimitiveGroup.Builder.addNodes(int index, Osmformat.Node value) repeated .Node nodes = 1;Osmformat.PrimitiveGroup.Builder.addNodes(Osmformat.Node value) repeated .Node nodes = 1;Osmformat.Node.Builder.mergeFrom(Osmformat.Node other) static Osmformat.Node.BuilderOsmformat.Node.newBuilder(Osmformat.Node prototype) Osmformat.PrimitiveGroup.Builder.setNodes(int index, Osmformat.Node value) repeated .Node nodes = 1;Method parameters in org.apache.sedona.sql.datasources.osmpbf.build with type arguments of type Osmformat.NodeModifier and TypeMethodDescriptionOsmformat.PrimitiveGroup.Builder.addAllNodes(Iterable<? extends Osmformat.Node> values) repeated .Node nodes = 1; -
Uses of Osmformat.Node in org.apache.sedona.sql.datasources.osmpbf.iterators
Constructor parameters in org.apache.sedona.sql.datasources.osmpbf.iterators with type arguments of type Osmformat.NodeModifierConstructorDescriptionNodeIterator(List<Osmformat.Node> nodes, Osmformat.PrimitiveBlock primitiveBlock)