EcwDataSet.EcwDataSet Constructors
Initializes a new instance of the EcwDataSet class.
Overload List
Name | Description | |
---|---|---|
Public method | EcwDataSet(System.String path) | Initializes a new instance of the EcwDataSet class with the given path. |
Public method | EcwDataSet(Crs crs, System.String path, System.String fileName) | Initializes a new instance of the EcwDataSet class with the given coordinate reference system, path and filename. |
EcwDataSet(System.String path)
Initializes a new instance of the EcwDataSet class with the given path.Syntax
public EcwDataSet (
System.String path
)
Parameters
path
Type: System.String
The root directory where the data files are located.
The root directory where the data files are located.
EcwDataSet(Crs crs, System.String path, System.String fileName)
Initializes a new instance of the EcwDataSet class with the given coordinate reference system, path and filename.Syntax
public EcwDataSet (
Crs crs,
System.String path,
System.String fileName
)
Parameters
crs
Type: Crs
The coordinate reference system the data is stored in.
The coordinate reference system the data is stored in.
path
Type: System.String
The root directory where the data files are located.
The root directory where the data files are located.
fileName
Type: System.String
The name of the files to read.
The name of the files to read.
Platforms
Windows, Linux, Android