Package ucar.nc2.dods

Class DODSStructure

    • Method Detail

      • getDODSshortName

        protected String getDODSshortName()
      • getStructureIterator

        public StructureDataIterator getStructureIterator​(String CE)
                                                   throws IOException
        Return an iterator over the set of repeated structures. The iterator will return an object of type Structure. When you call this method, the Sequence will be read using the given constraint expression, and the data returned sequentially.
        If the data has been cached by a read() to an enclosing container, you must leave the CE null. Otherwise a new call will be made to the server.
        Parameters:
        CE - constraint expression, or null.
        Returns:
        iterator over type DODSStructure.
        Throws:
        IOException - on io error
        See Also:
        DODSStructure
      • getDODSName

        public String getDODSName()
        Description copied from class: CDMNode
        Get the dodsname
        Specified by:
        getDODSName in interface DODSNode
        Overrides:
        getDODSName in class CDMNode
        Returns:
        the original names from the DDS or DAS; if null, then return the short name
      • setDODSName

        public void setDODSName​(String name)
        Description copied from class: CDMNode
        Store the original dods name
        Specified by:
        setDODSName in interface DODSNode
        Overrides:
        setDODSName in class CDMNode
        Parameters:
        name - The original name from the DDS/DAS