/** * tds radar dataset collection factory * * @param ds _more_ * @param dsc_location _more_ * @param errlog _more_ * @return any foctory * @throws IOException _more_ * @throws java.net.URISyntaxException _more_ */ public static TDSRadarDatasetCollection factory( InvDataset ds, String dsc_location, StringBuffer errlog) throws IOException, java.net.URISyntaxException { // URI catalogURI = new URI(dsc_location); // this.docURI = catalogURI; return factory(ds.getDocumentation("summary"), dsc_location, errlog); }
/** * _more_ * * @param ds _more_ * @param dqc_location _more_ * @param errlog _more_ * @return _more_ * @throws IOException _more_ */ public static DqcRadarDatasetCollection factory( InvDataset ds, String dqc_location, StringBuffer errlog) throws IOException { return factory(ds.getDocumentation("summary"), dqc_location, errlog); }