Catalog.LoadGlobe Methods
Loads a globe from a catalog.
Overload List
Name | Description | |
---|---|---|
Public method | LoadGlobe(CatalogMetadata metadata) | Loads a globe from a catalog and initializes all datasets. |
Public method | LoadGlobe(CatalogMetadata metadata, DataSetInitialization dataSetInitialization) | Loads a globe from a catalog. |
LoadGlobe(CatalogMetadata metadata)
Loads a globe from a catalog and initializes all datasets.Syntax
public CatalogGlobe LoadGlobe (
CatalogMetadata metadata
)
Parameters
The metadata object of the globe to load.
Return Value
Remarks
A globe is identified by its resource identifier, which may be retrieved from a metadata record. Note that several metadata records may point to the same globe resource, for instance when a globe is described by several records with different languages.
LoadGlobe(CatalogMetadata metadata, DataSetInitialization dataSetInitialization)
Loads a globe from a catalog.Syntax
public CatalogGlobe LoadGlobe (
CatalogMetadata metadata,
DataSetInitialization dataSetInitialization
)
Parameters
The metadata object of the globe to load.
Specifies whether data sets should be initialized immediately or later.
Return Value
Remarks
A globe is identified by its resource identifier, which may be retrieved from a metadata record. Note that several metadata records may point to the same globe resource, for instance when a globe is described by several records with different languages.
Platforms
Windows, Linux, Android