Package ucar.gcdm

Interface GcdmNetcdfProto.StructureMemberProtoOrBuilder

    • Method Detail

      • getName

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

        com.google.protobuf.ByteString getNameBytes()
        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.
      • getShapesList

        List<Integer> getShapesList()
        repeated int32 shapes = 3;
        Returns:
        A list containing the shapes.
      • getShapesCount

        int getShapesCount()
        repeated int32 shapes = 3;
        Returns:
        The count of shapes.
      • getShapes

        int getShapes​(int index)
        repeated int32 shapes = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The shapes at the given index.
      • hasMembers

        boolean hasMembers()
        .ucar.gcdm.StructureMembersProto members = 4;
        Returns:
        Whether the members field is set.