public class IdlsavDataSourceFormat extends AbstractDataSourceFormat
| Constructor and Description |
|---|
IdlsavDataSourceFormat() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canFormat(QDataSet ds)
return true if the dataset can be formatted
|
void |
formatData(java.lang.String uri,
QDataSet data,
ProgressMonitor mon)
Format the dataset using the specified URI.
|
java.lang.String |
getDescription()
return a description of this format
|
getBooleanParam, getParam, getResourceURI, maybeMkdirs, setUri, streamDatapublic void formatData(java.lang.String uri,
QDataSet data,
ProgressMonitor mon)
throws java.lang.Exception
DataSourceFormatjava.lang.Exceptionpublic boolean canFormat(QDataSet ds)
DataSourceFormatpublic java.lang.String getDescription()
DataSourceFormat