Package ucar.gcdm

Interface GcdmNetcdfProto.StructureOrBuilder

    • 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()
         STRUCTURE or SEQUENCE
         
        .ucar.gcdm.DataType data_type = 2;
        Returns:
        The enum numeric value on the wire for dataType.
      • getDataType

        GcdmNetcdfProto.DataType getDataType()
         STRUCTURE or SEQUENCE
         
        .ucar.gcdm.DataType data_type = 2;
        Returns:
        The 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;
      • getAttsCount

        int getAttsCount()
        repeated .ucar.gcdm.Attribute atts = 4;
      • getVars

        GcdmNetcdfProto.Variable getVars​(int index)
         members that are not structs
         
        repeated .ucar.gcdm.Variable vars = 5;
      • getVarsCount

        int getVarsCount()
         members that are not structs
         
        repeated .ucar.gcdm.Variable vars = 5;
      • getStructs

        GcdmNetcdfProto.Structure getStructs​(int index)
         struct members that are structs
         
        repeated .ucar.gcdm.Structure structs = 6;
      • getStructsCount

        int getStructsCount()
         struct members that are structs
         
        repeated .ucar.gcdm.Structure structs = 6;