Class Osmformat.HeaderBBox

java.lang.Object
proto4.AbstractMessageLite
proto4.AbstractMessage
proto4.GeneratedMessage
org.apache.sedona.sql.datasources.osmpbf.build.Osmformat.HeaderBBox
All Implemented Interfaces:
Serializable, Osmformat.HeaderBBoxOrBuilder, proto4.Message, proto4.MessageLite, proto4.MessageLiteOrBuilder, proto4.MessageOrBuilder
Enclosing class:
Osmformat

public static final class Osmformat.HeaderBBox extends proto4.GeneratedMessage implements Osmformat.HeaderBBoxOrBuilder
Protobuf type HeaderBBox
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final proto4.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected proto4.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class proto4.GeneratedMessage
    • hasLeft

      public boolean hasLeft()
      required sint64 left = 1;
      Specified by:
      hasLeft in interface Osmformat.HeaderBBoxOrBuilder
      Returns:
      Whether the left field is set.
    • getLeft

      public long getLeft()
      required sint64 left = 1;
      Specified by:
      getLeft in interface Osmformat.HeaderBBoxOrBuilder
      Returns:
      The left.
    • hasRight

      public boolean hasRight()
      required sint64 right = 2;
      Specified by:
      hasRight in interface Osmformat.HeaderBBoxOrBuilder
      Returns:
      Whether the right field is set.
    • getRight

      public long getRight()
      required sint64 right = 2;
      Specified by:
      getRight in interface Osmformat.HeaderBBoxOrBuilder
      Returns:
      The right.
    • hasTop

      public boolean hasTop()
      required sint64 top = 3;
      Specified by:
      hasTop in interface Osmformat.HeaderBBoxOrBuilder
      Returns:
      Whether the top field is set.
    • getTop

      public long getTop()
      required sint64 top = 3;
      Specified by:
      getTop in interface Osmformat.HeaderBBoxOrBuilder
      Returns:
      The top.
    • hasBottom

      public boolean hasBottom()
      required sint64 bottom = 4;
      Specified by:
      hasBottom in interface Osmformat.HeaderBBoxOrBuilder
      Returns:
      Whether the bottom field is set.
    • getBottom

      public long getBottom()
      required sint64 bottom = 4;
      Specified by:
      getBottom in interface Osmformat.HeaderBBoxOrBuilder
      Returns:
      The bottom.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface proto4.MessageLiteOrBuilder
      Overrides:
      isInitialized in class proto4.GeneratedMessage
    • writeTo

      public void writeTo(proto4.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface proto4.MessageLite
      Overrides:
      writeTo in class proto4.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface proto4.MessageLite
      Overrides:
      getSerializedSize in class proto4.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface proto4.Message
      Overrides:
      equals in class proto4.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface proto4.Message
      Overrides:
      hashCode in class proto4.AbstractMessage
    • parseFrom

      public static Osmformat.HeaderBBox parseFrom(ByteBuffer data) throws proto4.InvalidProtocolBufferException
      Throws:
      proto4.InvalidProtocolBufferException
    • parseFrom

      public static Osmformat.HeaderBBox parseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
      Throws:
      proto4.InvalidProtocolBufferException
    • parseFrom

      public static Osmformat.HeaderBBox parseFrom(proto4.ByteString data) throws proto4.InvalidProtocolBufferException
      Throws:
      proto4.InvalidProtocolBufferException
    • parseFrom

      public static Osmformat.HeaderBBox parseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
      Throws:
      proto4.InvalidProtocolBufferException
    • parseFrom

      public static Osmformat.HeaderBBox parseFrom(byte[] data) throws proto4.InvalidProtocolBufferException
      Throws:
      proto4.InvalidProtocolBufferException
    • parseFrom

      public static Osmformat.HeaderBBox parseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException
      Throws:
      proto4.InvalidProtocolBufferException
    • parseFrom

      public static Osmformat.HeaderBBox parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Osmformat.HeaderBBox parseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Osmformat.HeaderBBox parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Osmformat.HeaderBBox parseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Osmformat.HeaderBBox parseFrom(proto4.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Osmformat.HeaderBBox parseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Osmformat.HeaderBBox.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface proto4.Message
      Specified by:
      newBuilderForType in interface proto4.MessageLite
    • newBuilder

      public static Osmformat.HeaderBBox.Builder newBuilder()
    • newBuilder

      public static Osmformat.HeaderBBox.Builder newBuilder(Osmformat.HeaderBBox prototype)
    • toBuilder

      public Osmformat.HeaderBBox.Builder toBuilder()
      Specified by:
      toBuilder in interface proto4.Message
      Specified by:
      toBuilder in interface proto4.MessageLite
    • newBuilderForType

      protected Osmformat.HeaderBBox.Builder newBuilderForType(proto4.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class proto4.AbstractMessage
    • getDefaultInstance

      public static Osmformat.HeaderBBox getDefaultInstance()
    • parser

      public static proto4.Parser<Osmformat.HeaderBBox> parser()
    • getParserForType

      public proto4.Parser<Osmformat.HeaderBBox> getParserForType()
      Specified by:
      getParserForType in interface proto4.Message
      Specified by:
      getParserForType in interface proto4.MessageLite
      Overrides:
      getParserForType in class proto4.GeneratedMessage
    • getDefaultInstanceForType

      public Osmformat.HeaderBBox getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface proto4.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface proto4.MessageOrBuilder