| Constructors in insensa with parameters of type ParentModule |
CRasterFileInformation(CRasterFileInformation oldFile,
ParentModule parent,
java.lang.String newOutputFileName,
boolean keepOpen)
Creates a new CRasterFileInformation as a copy of another, with new
OutputFilePath and OutputFileName. |
CRasterFileInformation(ParentModule parent,
java.lang.String outputFileName,
java.lang.String fullName,
ConnectionDependencies conDep)
Open existing File as CRasterFileInformation. |
CRasterFileInformation(ParentModule parent,
java.lang.String outputFileName,
java.lang.String fullName,
OptionFileChanger option,
ConnectionDependencies conDep)
|
CRasterFileInformation(java.lang.String newAbsoluteFilePath,
CRasterFileInformation oldFile,
ParentModule parent,
boolean copyInfos,
boolean copyOptions,
boolean keepOpen)
Create a new File Instance and copy all Options and Infos from
CRasterFile and CRasterFileInformation The Path of the new File instance
is the path of newAbsoluteFilePath The XML Information for the new File
is the same as for the old file, no need to change this. |
CRasterFileSet(ParentModule parent,
java.lang.String name,
ConnectionDependencies conDep,
WorkerStatus wStatus)
|