ImageDataSet.ImageDataSet Constructors
Initializes a new instance of the ImageDataSet class.
Overload List
Name | Description | |
---|---|---|
Public method | ImageDataSet(System.String path) | Initializes a new instance of the ImageDataSet class with the given path. |
Public method | ImageDataSet(Crs crs, System.String path, System.String fileName) | Initializes a new instance of the ImageDataSet class with the given coordinate reference system, path and filename. |
Public method | ImageDataSet(Crs crs, System.String path, System.String fileName, Rectangle bounds) | Initializes a new instance of the ImageDataSet class with the given given coordinate reference system, path, filename and bounding rectangle. |
ImageDataSet(System.String path)
Initializes a new instance of the ImageDataSet class with the given path.Syntax
public ImageDataSet (
System.String path
)
Parameters
The root directory where the image files are located.
ImageDataSet(Crs crs, System.String path, System.String fileName)
Initializes a new instance of the ImageDataSet class with the given coordinate reference system, path and filename.Syntax
public ImageDataSet (
Crs crs,
System.String path,
System.String fileName
)
Parameters
The coordinate reference system the data is stored in.
The root directory where the image files are located.
The name of the files to read.
ImageDataSet(Crs crs, System.String path, System.String fileName, Rectangle bounds)
Initializes a new instance of the ImageDataSet class with the given given coordinate reference system, path, filename and bounding rectangle.Syntax
public ImageDataSet (
Crs crs,
System.String path,
System.String fileName,
Rectangle bounds
)
Parameters
The coordinate reference system the data is stored in.
The root directory where the image files are located.
The name of the files to read.
The bounding rectangle of the image.
Remarks
This constructor should be used if a bounding rectangle can't be determined automatically from the file itself or a world file. It should only be used for datasets with only a single file.
Platforms
Windows, Linux, Android