Catalog Module
The Catalog module provides functionality for accessing catalogs of map configurations and data. Please see the Catalog Mechanism Overview for a general description of the Carmenta Engine Catalog mechanism.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECatalog assembly)
Classes
Class | Description |
---|---|
Catalog | The main class for accessing Carmenta Engine catalogs. |
CatalogDataSet | Represents an operator chain exposed as a dataset, loaded from a Carmenta Engine catalog. |
CatalogGlobe | Represents a globe loaded from a Carmenta Engine catalog. |
CatalogLayer | Represents a layer loaded from a Carmenta Engine catalog. |
CatalogLoadDataSetSet | A class for automatically loading data sets from a Carmenta Engine Catalog. |
CatalogLoadLayerSet | A class for automatically loading maps from a Carmenta Engine Catalog. |
CatalogMap | Represents a map loaded from a Carmenta Engine catalog. |
CatalogMapCollection | A strongly typed collection of CatalogMap elements that can be accessed by index. |
CatalogMetadata | Represents a metadata document from Carmenta Engine catalog, with information about a catalog map or dataset. |
CatalogMetadataCollection | A strongly typed collection of CatalogMetadata elements that can be accessed by index. |
CatalogQuery | A class used to query a Catalog for available maps and data sets. |
CatalogQueryCollection | A strongly typed collection of CatalogQuery elements that can be accessed by index. |
Interfaces
Structures
Delegates
Delegate | Description |
---|---|
CatalogChangedEventHandler | Represents the method that will handle Catalog.CatalogChanged events. |
ServiceChangedEventHandlerEx | Represents the method that will handle CatalogMap.ServiceChanged (not available in C#) events. |
Enumerations
Enumeration | Description |
---|---|
CatalogOgcServiceType | Specifies the OGC (http://www.opengeospatial.org) interface, if any, used by the service described by a CatalogMetadata object. |
CatalogServiceType | Specifies the type of service or resource that a CatalogMetadata object describes. |