OgrDataSet.OgrDataSet Constructors
Initializes a new instance of the OgrDataSet class.
Overload List
Name | Description | |
---|---|---|
Public method | OgrDataSet(System.String path) | Initializes a new instance of the OgrDataSet class with the given path. |
Public method | OgrDataSet(Crs crs, System.String path, System.String fileName) | Initializes a new instance of the OgrDataSet class with the given coordinate reference system, path and filename. |
OgrDataSet(System.String path)
Initializes a new instance of the OgrDataSet class with the given path.Syntax
public OgrDataSet (
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.
OgrDataSet(Crs crs, System.String path, System.String fileName)
Initializes a new instance of the OgrDataSet class with the given coordinate reference system, path and filename.Syntax
public OgrDataSet (
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