Package opendap.servlet
Class GetAsciiHandler
- java.lang.Object
-
- opendap.servlet.GetAsciiHandler
-
public class GetAsciiHandler extends Object
Default handler for OPeNDAP ascii requests. This class is used by AbstractServlet. This code exists as a separate class in order to alleviate code bloat in the AbstractServlet class. As such, it contains virtually no state, just behaviors.
-
-
Constructor Summary
Constructors Constructor Description GetAsciiHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendASCII(ReqState rs, String dataSet)************************************************************************ Default handler for OPeNDAP ascii requests.
-
-
-
Method Detail
-
sendASCII
public void sendASCII(ReqState rs, String dataSet) throws opendap.dap.DAP2Exception, opendap.dap.parsers.ParseException
************************************************************************ Default handler for OPeNDAP ascii requests. Returns OPeNDAP DAP2 data in comma delimited ascii columns for ingestion into some not so OPeNDAP enabled application such as MS-Excel. Accepts constraint expressions in exactly the same way as the regular OPeNDAP dataserver.- Parameters:
rs-- Throws:
opendap.dap.DAP2Exceptionopendap.dap.parsers.ParseException
-
-