public FeatureDataset open(FeatureType ftype, NetcdfDataset ncd, Object analysis, CancelTask task, Formatter errlog) throws IOException {
TypedDatasetFactoryIF fac = (TypedDatasetFactoryIF) analysis;
StringBuilder sbuff = new StringBuilder();
TypedDataset result = fac.open(ncd, task, sbuff);
errlog.format("%s", sbuff);
return (FeatureDataset) result;
}
public FeatureType[] getFeatureType() {