Package ucar.gcdm

Interface GcdmNetcdfProto.HeaderOrBuilder

    • Method Detail

      • getLocation

        String getLocation()
        string location = 1;
        Returns:
        The location.
      • getLocationBytes

        com.google.protobuf.ByteString getLocationBytes()
        string location = 1;
        Returns:
        The bytes for location.
      • getTitle

        String getTitle()
        string title = 2;
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
        string title = 2;
        Returns:
        The bytes for title.
      • getId

        String getId()
        string id = 3;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 3;
        Returns:
        The bytes for id.
      • hasRoot

        boolean hasRoot()
        .ucar.gcdm.Group root = 4;
        Returns:
        Whether the root field is set.