Jpeg2000DataSet.Jpeg2000DataSet Constructors
Initializes a new instance of the Jpeg2000DataSet class.
Overload List
Name | Description | |
---|---|---|
Public method | Jpeg2000DataSet(System.String path) | Initializes a new instance of the Jpeg2000DataSet class with the given path. |
Public method | Jpeg2000DataSet(Crs crs, System.String path, System.String fileName) | Initializes a new instance of the Jpeg2000DataSet class with the given coordinate reference system, path and filename. |
Jpeg2000DataSet(System.String path)
Initializes a new instance of the Jpeg2000DataSet class with the given path.Syntax
public Jpeg2000DataSet (
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.
Jpeg2000DataSet(Crs crs, System.String path, System.String fileName)
Initializes a new instance of the Jpeg2000DataSet class with the given coordinate reference system, path and filename.Syntax
public Jpeg2000DataSet (
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.
The name of the raster image file or files.
Platforms
Windows, Linux, Android