Package ucar.gcdm

Interface GcdmGridProto.VerticalTransformResponseOrBuilder

    • Method Detail

      • hasError

        boolean hasError()
         non-empty on error
         
        .ucar.gcdm.Error error = 1;
        Returns:
        Whether the error field is set.
      • getError

        GcdmNetcdfProto.Error getError()
         non-empty on error
         
        .ucar.gcdm.Error error = 1;
        Returns:
        The error.
      • getLocation

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

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

        String getVerticalTransform()
        string vertical_transform = 3;
        Returns:
        The verticalTransform.
      • getVerticalTransformBytes

        com.google.protobuf.ByteString getVerticalTransformBytes()
        string vertical_transform = 3;
        Returns:
        The bytes for verticalTransform.
      • getTimeIndex

        int getTimeIndex()
        int32 time_index = 4;
        Returns:
        The timeIndex.
      • hasData3D

        boolean hasData3D()
        .ucar.gcdm.Data data3D = 5;
        Returns:
        Whether the data3D field is set.