Package ucar.nc2

Class Structure.Builder<T extends Structure.Builder<T>>

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • addMemberVariable

        public T addMemberVariable​(String shortName,
                                   ArrayType dataType,
                                   String dimString)
        Add a Variable to the root group.
      • removeMemberVariable

        public boolean removeMemberVariable​(String memberName)
        Remove memeber variable, if present. Return whether it was present
      • replaceMemberVariable

        public boolean replaceMemberVariable​(Variable.Builder<?> replacement)
        Add a member variable, replacing one of same name if there is one. Return whether it was present