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;
      • getAttributesCount

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

        List<GcdmNetcdfProto.Variable> getVariablesList()
         members that are not structs
         
        repeated .ucar.gcdm.Variable variables = 5;
      • getVariables

        GcdmNetcdfProto.Variable getVariables​(int index)
         members that are not structs
         
        repeated .ucar.gcdm.Variable variables = 5;
      • getVariablesCount

        int getVariablesCount()
         members that are not structs
         
        repeated .ucar.gcdm.Variable variables = 5;
      • getVariablesOrBuilder

        GcdmNetcdfProto.VariableOrBuilder getVariablesOrBuilder​(int index)
         members that are not structs
         
        repeated .ucar.gcdm.Variable variables = 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;