Package ucar.nc2

Class AttributeContainerMutable

    • Constructor Detail

      • AttributeContainerMutable

        public AttributeContainerMutable​(@Nullable
                                         String name)
        Constructor with container name.
      • AttributeContainerMutable

        public AttributeContainerMutable​(@Nullable
                                         String name,
                                         Iterable<Attribute> from)
        Constructor with container name and list of Attributes to copy in.