RaveGeoDataSet.RaveGeoDataSet Constructors
Initializes a new instance of the RaveGeoDataSet class.
Overload List
Name | Description | |
---|---|---|
Public method | RaveGeoDataSet(System.String path, System.String databaseName, System.String dataSetName) | Initializes a new instance of the RaveGeoDataSet class with the given path, database and dataset names. |
Public method | RaveGeoDataSet(Crs crs, System.String path, System.String databaseName, System.String dataSetName) | Initializes a new instance of the RaveGeoDataSet class with the given coordinate reference system, path, database and dataset names. |
RaveGeoDataSet(System.String path, System.String databaseName, System.String dataSetName)
Initializes a new instance of the RaveGeoDataSet class with the given path, database and dataset names.Syntax
public RaveGeoDataSet (
System.String path,
System.String databaseName,
System.String dataSetName
)
Parameters
path
Type: System.String
The root directory where the data files are located. Start the path with "http:" if it is a database on an Idevio RaveGeo Server.
The root directory where the data files are located. Start the path with "http:" if it is a database on an Idevio RaveGeo Server.
databaseName
Type: System.String
The name of the RaveGeo database.
The name of the RaveGeo database.
dataSetName
Type: System.String
The name of the dataset to read in the RaveGeo database.
The name of the dataset to read in the RaveGeo database.
RaveGeoDataSet(Crs crs, System.String path, System.String databaseName, System.String dataSetName)
Initializes a new instance of the RaveGeoDataSet class with the given coordinate reference system, path, database and dataset names.Syntax
public RaveGeoDataSet (
Crs crs,
System.String path,
System.String databaseName,
System.String dataSetName
)
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. Start the path with "http:" if it is a database on an Idevio RaveGeo Server.
The root directory where the data files are located. Start the path with "http:" if it is a database on an Idevio RaveGeo Server.
databaseName
Type: System.String
The name of the RaveGeo database.
The name of the RaveGeo database.
dataSetName
Type: System.String
The name of the dataset to read in the RaveGeo database.
The name of the dataset to read in the RaveGeo database.
Platforms
Windows, Linux