Catalog.LoadMap Methods
Loads a map from a catalog.
Overload List
Name | Description | |
---|---|---|
Public method | LoadMap(CatalogMetadata metadata) | Loads a map from a catalog and initializes all datasets. |
Public method | LoadMap(CatalogMetadata metadata, DataSetInitialization dataSetInitialization) | Loads a map from a catalog. |
Public method | LoadMap(CatalogMetadata metadata, DataSetInitialization dataSetInitialization, ConfigurationParameters parameters) | Loads a map from a catalog. |
LoadMap(CatalogMetadata metadata)
Loads a map from a catalog and initializes all datasets.Syntax
public CatalogMap LoadMap (
CatalogMetadata metadata
)
Parameters
The metadata object of the map to load.
Return Value
Remarks
A map is identified by its resource identifier, which may be retrieved from a metadata record. Note that several metadata records may point to the same map resource, for instance when a map is described by several records with different languages.
LoadMap(CatalogMetadata metadata, DataSetInitialization dataSetInitialization)
Loads a map from a catalog.Syntax
public CatalogMap LoadMap (
CatalogMetadata metadata,
DataSetInitialization dataSetInitialization
)
Parameters
The metadata object of the map to load.
Specifies whether data sets should be initialized immediately or later.
Return Value
Remarks
A map is identified by its resource identifier, which may be retrieved from a metadata record. Note that several metadata records may point to the same map resource, for instance when a map is described by several records with different languages.
LoadMap(CatalogMetadata metadata, DataSetInitialization dataSetInitialization, ConfigurationParameters parameters)
Loads a map from a catalog.Syntax
public CatalogMap LoadMap (
CatalogMetadata metadata,
DataSetInitialization dataSetInitialization,
ConfigurationParameters parameters
)
Parameters
The metadata object of the map to load.
Specifies whether data sets should be initialized immediately or later.
A list of configuration parameters.
Return Value
Remarks
A map is identified by its resource identifier, which may be retrieved from a metadata record. Note that several metadata records may point to the same map resource, for instance when a map is described by several records with different languages.
Calling this method may or may not result in loading new configuration files from a local catalog. If it does, the configuration parameters will be passed to those configuration files when they are loaded. But usually the configuration files will already have been loaded when the Catalog was initialized. If this is the case, the supplied configuration parameters will not have any effect, so you need to pass those parameters to the Catalog constructor when you load the catalog instead.
Platforms
Windows, Linux, Android