Configuration.Configuration Constructors
Initializes a new instance of the Configuration class.
Overload List
Name | Description | |
---|---|---|
Public method | Configuration(System.String filename) | Initializes a new instance of the Configuration class with the contents of the given configuration file and initializes all data sets. |
Public method | Configuration(System.String filename, DataSetInitialization dataSetInitialization) | Initializes a new instance of the Configuration class with the contents of the given configuration file. |
Public method | Configuration(System.String filename, ConfigurationParameters parameters) | Initializes a new instance of the Configuration class with the contents of the given configuration file and the given parameters. |
Public method | Configuration(System.String filename, ConfigurationParameters parameters, DataSetInitialization dataSetInitialization) | Initializes a new instance of the Configuration class with the contents of the given configuration file and the given parameters. |
Public method | Configuration(System.String filename, ConfigurationParameters parameters, DataSetInitialization dataSetInitialization, EngineObject catalog) | Initializes a new instance of the Configuration class with the contents of the given configuration file and the given parameters, using the given catalog to load services from if any CatalogLoadLayerSet is found. |
Configuration(System.String filename)
Initializes a new instance of the Configuration class with the contents of the given configuration file and initializes all data sets.Syntax
public Configuration (
System.String filename
)
Parameters
The path to a configuration file.
Remarks
This constructor throws an exception if a data set cannot be initialized.
Configuration(System.String filename, DataSetInitialization dataSetInitialization)
Initializes a new instance of the Configuration class with the contents of the given configuration file.Syntax
public Configuration (
System.String filename,
DataSetInitialization dataSetInitialization
)
Parameters
The path to a configuration file.
Specifies whether data sets should be initialized immediately or later.
Configuration(System.String filename, ConfigurationParameters parameters)
Initializes a new instance of the Configuration class with the contents of the given configuration file and the given parameters.Syntax
public Configuration (
System.String filename,
ConfigurationParameters parameters
)
Parameters
The path to a configuration file.
A list of configuration parameters.
Remarks
This constructor throws an exception if a data set cannot be initialized.
Configuration(System.String filename, ConfigurationParameters parameters, DataSetInitialization dataSetInitialization)
Initializes a new instance of the Configuration class with the contents of the given configuration file and the given parameters.Syntax
public Configuration (
System.String filename,
ConfigurationParameters parameters,
DataSetInitialization dataSetInitialization
)
Parameters
The path to a configuration file.
A list of configuration parameters.
Specifies whether data sets should be initialized immediately or later.
Configuration(System.String filename, ConfigurationParameters parameters, DataSetInitialization dataSetInitialization, EngineObject catalog)
Initializes a new instance of the Configuration class with the contents of the given configuration file and the given parameters, using the given catalog to load services from if any CatalogLoadLayerSet is found.Syntax
public Configuration (
System.String filename,
ConfigurationParameters parameters,
DataSetInitialization dataSetInitialization,
EngineObject catalog
)
Parameters
The path to a configuration file.
A list of configuration parameters.
Specifies whether data sets should be initialized immediately or later.
Platforms
Windows, Linux, Android