HdrDataSet.HdrDataSet Constructors
Initializes a new instance of the HdrDataSet class.
Overload List
Name | Description | |
---|---|---|
Public method | HdrDataSet(System.String path) | Initializes a new instance of the HdrDataSet class with the given path. |
Public method | HdrDataSet(Crs crs, System.String path) | Initializes a new instance of the HdrDataSet class with the given coordinate reference system and path. |
Public method | HdrDataSet(Crs crs, System.String path, System.String fileName) | Initializes a new instance of the HdrDataSet class with the given coordinate reference system, path and filename. |
HdrDataSet(System.String path)
Initializes a new instance of the HdrDataSet class with the given path.Syntax
public HdrDataSet (
System.String path
)
Parameters
path
Type: System.String
The root directory where the image files are located.
The root directory where the image files are located.
HdrDataSet(Crs crs, System.String path)
Initializes a new instance of the HdrDataSet class with the given coordinate reference system and path.Syntax
public HdrDataSet (
Crs crs,
System.String path
)
Parameters
crs
Type: Crs
The coordinate reference system of the image.
The coordinate reference system of the image.
path
Type: System.String
The root directory where the image files are located.
The root directory where the image files are located.
HdrDataSet(Crs crs, System.String path, System.String fileName)
Initializes a new instance of the HdrDataSet class with the given coordinate reference system, path and filename.Syntax
public HdrDataSet (
Crs crs,
System.String path,
System.String fileName
)
Parameters
crs
Type: Crs
The coordinate reference system of the image.
The coordinate reference system of the image.
path
Type: System.String
The root directory where the image files are located.
The root directory where the image files are located.
fileName
Type: System.String
The name of the raster image file or files (not the header files).
The name of the raster image file or files (not the header files).
Platforms
Windows, Linux, Android