Package opendap.servers.ascii

This package contains the OPeNDAP ASCII client.

See:
          Description

Interface Summary
toASCII  
 

Class Summary
asciiArray  
asciiByte  
asciiF32  
asciiF64  
asciiFactory The default client-side Factory for BaseType objects.
asciiGrid  
asciiI16  
asciiI32  
asciiSeq  
asciiString  
asciiStructure  
asciiUI16  
asciiUI32  
asciiURL  
 

Package opendap.servers.ascii Description

This package contains the OPeNDAP ASCII client. These classes are used directly (via the class factory asciiFactory) by the AbstractServlet class to provide the ASCII response from a OPeNDAP Server. The class implementations contain the logic for flattening the complex OPeNDAP data structures into columns of comma delimited ascii text.