Package ucar.gcdm

Interface GcdmGridProto.GridTimeCoordinateSystemOrBuilder

    • Method Detail

      • getTypeValue

        int getTypeValue()
        .ucar.gcdm.GridTimeType type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • getCalendarDateUnit

        String getCalendarDateUnit()
        string calendar_date_unit = 2;
        Returns:
        The calendarDateUnit.
      • getCalendarDateUnitBytes

        com.google.protobuf.ByteString getCalendarDateUnitBytes()
        string calendar_date_unit = 2;
        Returns:
        The bytes for calendarDateUnit.
      • getTimeAxisName

        String getTimeAxisName()
        string time_axis_name = 3;
        Returns:
        The timeAxisName.
      • getTimeAxisNameBytes

        com.google.protobuf.ByteString getTimeAxisNameBytes()
        string time_axis_name = 3;
        Returns:
        The bytes for timeAxisName.
      • getRuntimeAxisName

        String getRuntimeAxisName()
        string runtime_axis_name = 4;
        Returns:
        The runtimeAxisName.
      • getRuntimeAxisNameBytes

        com.google.protobuf.ByteString getRuntimeAxisNameBytes()
        string runtime_axis_name = 4;
        Returns:
        The bytes for runtimeAxisName.
      • getId

        int getId()
        sint32 id = 5;
        Returns:
        The id.
      • getRegularCount

        int getRegularCount()
         <minutes since 0Z, time offset axis>
         
        map<int32, .ucar.gcdm.GridAxis> regular = 6;
      • containsRegular

        boolean containsRegular​(int key)
         <minutes since 0Z, time offset axis>
         
        map<int32, .ucar.gcdm.GridAxis> regular = 6;
      • getRegularOrThrow

        GcdmGridProto.GridAxis getRegularOrThrow​(int key)
         <minutes since 0Z, time offset axis>
         
        map<int32, .ucar.gcdm.GridAxis> regular = 6;
      • getIrregularList

        List<GcdmGridProto.GridAxis> getIrregularList()
         list of time offset axes
         
        repeated .ucar.gcdm.GridAxis irregular = 7;
      • getIrregular

        GcdmGridProto.GridAxis getIrregular​(int index)
         list of time offset axes
         
        repeated .ucar.gcdm.GridAxis irregular = 7;
      • getIrregularCount

        int getIrregularCount()
         list of time offset axes
         
        repeated .ucar.gcdm.GridAxis irregular = 7;
      • getIrregularOrBuilder

        GcdmGridProto.GridAxisOrBuilder getIrregularOrBuilder​(int index)
         list of time offset axes
         
        repeated .ucar.gcdm.GridAxis irregular = 7;