CatalogOgcServiceType Enumeration
Specifies the OGC (http://www.opengeospatial.org) interface, if any, used by the service described by a CatalogMetadata object.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECatalog assembly)
Syntax
public enum CatalogOgcServiceType
Values
Value name | Value | Description |
---|---|---|
None | 0 | Indicates that the metadata object describes a local map or dataset service. |
Wms | 1 | Indicates that the metadata object describes a map service accessed via OGC WMS (Web Map Service). |
Wmts | 2 | Indicates that the metadata object describes a map service accessed via OHC WMTS (Web Map Tile Service). |
Wcs | 3 | Indicates that the metadata object describes a dataset service accessed via OGC WCS (Web Coverage Service). |
Wfs | 4 | Indicates that the metadata object describes a dataset service accessed via OGC WFS (Web Feature Service). |
Remarks
This enumeration is used to indicate with OGC interface a Catalog service is using, through the CatalogMetadata.OgcServiceType property. Note that even if this property is set to None for a local service, the service may still use embedded OgcWmsLayer, OgcWmtsLayer, OgcWcsDataSet and/or OgcWfsDataSet objects.
Platforms
Windows, Linux, Android