CatalogMetadata Class
Represents a metadata document from Carmenta Engine catalog, with information about a catalog map or dataset.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECatalog assembly)
Syntax
public class CatalogMetadata : EngineObject
Remarks
The class holds metadata information about a map or dataset in a Carmenta Engine catalog. An instance of this class can be used to load the corresponding map or dataset from the catalog, using the Catalog.LoadMap or Catalog.LoadDataSet method.
CatalogMetadata instances are only created internally by a Catalog object as it is being initialized. The Catalog instance will extract information about all the services defined by the catalog, and create one metadata object for each service. The information is compiled from a combination of local Carmenta Engine configuration files, ISO 19139 metadata files, and possibly metadata loaded from remote CS/W services.
The Catalog instance can also read ISO 19139 metadata from OGC GeoPackage files which uses the Metadata Extension.
Please see the Catalog Mechanism Overview for more information.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
CatalogMetadata
Platforms
Windows, Linux, Android
CatalogMetadata Members
The CatalogMetadata type has the following members.
Properties
Name | Description |
---|---|
Abstract | Gets the abstract of the catalog map. |
Crs | Gets the recommended coordinate reference system to use for this map. |
DataSetUri | Gets a string describing the location of the map. |
Extent | Gets the extent or data coverage of the map. |
FileIdentifier | Gets the identifier of this metadata document. |
InitialArea | Gets the recommended initial view area to view the map. |
IsDisposed | Gets a value that tells whether the current CatalogMetadata has been disposed. Inherited from EngineObject |
IsLocal | Gets a value indicating whether the metadata refers to a local map or dataset. |
IsoMetadataDocument | Gets a link to an additional ISO 19139 metadata document. |
IsoMetadataDocumentContents | Gets the contents of an attached ISO 19139 metadata document. |
IsView | Gets a value indicating whether the metadata refers to a catalog view or a regular catalog map. |
Keywords | Gets the list of keyword defined for this map. |
Language | Gets the language used in this metadata document. |
LatestDataRevisionDate | Gets the date and time when the configuration or data of the map was last updated. |
LatestRevisionDate | Gets the date and time when this metadata record was last updated. |
Name | Gets the name of the map. |
NativeHandle | Gets the native Carmenta Engine kernel object the current CatalogMetadata represents. Inherited from EngineObject |
OgcServiceType | Gets a value indicating the OGC interface used the service the metadata object describes. |
PublicObjects | Gets a list of public objects defined by the map. |
ResourceIdentifier | Gets an identifier for the map that this metadata object refers to. |
ResponsibleIndividual | Gets the name of the individual responsible for the map. |
ResponsibleMailAddress | Gets the electronic mail address of the individual or organization responsible for map. |
ResponsibleOrganization | Gets the name of the organization responsible for the map. |
ServiceType | Gets a value indicating the type of service or resource the metadata object describes. |
SpatialRepresentationType | Gets the spatial representation type of the map. |
SpatialResolutions | Gets the list of spatial resolutions defined for a catalog dataset. |
Title | Gets the title of the map. |
Topics | Gets the topics of the map. |
VerticalCrs | Gets the vertical coordinate reference system used by the map. |
VerticalCrsId | Gets the id of the vertical coordinate reference system used by the map. |
ZIndex Deprecated | Gets the Z index, or recommended drawing order, of the map. |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |