Uses of Class
org.apache.sedona.sql.datasources.osmpbf.build.Osmformat.Info.Builder
Packages that use Osmformat.Info.Builder
-
Uses of Osmformat.Info.Builder in org.apache.sedona.sql.datasources.osmpbf.build
Methods in org.apache.sedona.sql.datasources.osmpbf.build that return Osmformat.Info.BuilderModifier and TypeMethodDescriptionOsmformat.Info.Builder.clear()Osmformat.Info.Builder.clearChangeset()optional int64 changeset = 3;Osmformat.Info.Builder.clearTimestamp()optional int64 timestamp = 2;Osmformat.Info.Builder.clearUid()optional int32 uid = 4;Osmformat.Info.Builder.clearUserSid()String IDsOsmformat.Info.Builder.clearVersion()optional int32 version = 1 [default = -1];Osmformat.Info.Builder.clearVisible()The visible flag is used to store history information.Osmformat.Node.Builder.getInfoBuilder()May be omitted in omitmetaOsmformat.Relation.Builder.getInfoBuilder()optional .Info info = 4;Osmformat.Way.Builder.getInfoBuilder()optional .Info info = 4;Osmformat.Info.Builder.mergeFrom(Osmformat.Info other) Osmformat.Info.Builder.mergeFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) Osmformat.Info.Builder.mergeFrom(proto4.Message other) static Osmformat.Info.BuilderOsmformat.Info.newBuilder()static Osmformat.Info.BuilderOsmformat.Info.newBuilder(Osmformat.Info prototype) Osmformat.Info.newBuilderForType()protected Osmformat.Info.BuilderOsmformat.Info.newBuilderForType(proto4.AbstractMessage.BuilderParent parent) Osmformat.Info.Builder.setChangeset(long value) optional int64 changeset = 3;Osmformat.Info.Builder.setTimestamp(long value) optional int64 timestamp = 2;Osmformat.Info.Builder.setUid(int value) optional int32 uid = 4;Osmformat.Info.Builder.setUserSid(int value) String IDsOsmformat.Info.Builder.setVersion(int value) optional int32 version = 1 [default = -1];Osmformat.Info.Builder.setVisible(boolean value) The visible flag is used to store history information.Osmformat.Info.toBuilder()Methods in org.apache.sedona.sql.datasources.osmpbf.build with parameters of type Osmformat.Info.BuilderModifier and TypeMethodDescriptionOsmformat.Node.Builder.setInfo(Osmformat.Info.Builder builderForValue) May be omitted in omitmetaOsmformat.Relation.Builder.setInfo(Osmformat.Info.Builder builderForValue) optional .Info info = 4;Osmformat.Way.Builder.setInfo(Osmformat.Info.Builder builderForValue) optional .Info info = 4;