Package ucar.gcdm

Interface GcdmNetcdfProto.VariableOrBuilder

    • Method Detail

      • getName

        String getName()
         short name
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         short name
         
        string name = 1;
        Returns:
        The bytes for name.
      • getDataTypeValue

        int getDataTypeValue()
        .ucar.gcdm.DataType data_type = 2;
        Returns:
        The enum numeric value on the wire for dataType.
      • getShapes

        GcdmNetcdfProto.Dimension getShapes​(int index)
         actual dimension instead of reference
         
        repeated .ucar.gcdm.Dimension shapes = 3;
      • getShapesCount

        int getShapesCount()
         actual dimension instead of reference
         
        repeated .ucar.gcdm.Dimension shapes = 3;
      • getShapesOrBuilder

        GcdmNetcdfProto.DimensionOrBuilder getShapesOrBuilder​(int index)
         actual dimension instead of reference
         
        repeated .ucar.gcdm.Dimension shapes = 3;
      • getAttributesCount

        int getAttributesCount()
        repeated .ucar.gcdm.Attribute attributes = 4;
      • getEnumType

        String getEnumType()
         EnumTypedef name, only for enum types
         
        string enum_type = 5;
        Returns:
        The enumType.
      • getEnumTypeBytes

        com.google.protobuf.ByteString getEnumTypeBytes()
         EnumTypedef name, only for enum types
         
        string enum_type = 5;
        Returns:
        The bytes for enumType.
      • hasData

        boolean hasData()
         "immediate" - store small data in header
         
        .ucar.gcdm.Data data = 6;
        Returns:
        Whether the data field is set.
      • getData

        GcdmNetcdfProto.Data getData()
         "immediate" - store small data in header
         
        .ucar.gcdm.Data data = 6;
        Returns:
        The data.