CatalogMetadata.OgcServiceType Property
Gets a value indicating the OGC interface used the service the metadata object describes.
Syntax
public CatalogOgcServiceType OgcServiceType { get; }
Property Value
The OGC interface used the service the metadata object describes.
Remarks
This property is used to indicate which OGC interface, if any, a Catalog service is using. For a remote map service, the value will be one of Wms or Wmts; and for a remote dataset service, the value will be one of Wcs or Wfs.
A local service will have have the value None. Note that the service may still use embedded OgcWmsLayer, OgcWmtsLayer, OgcWcsDataSet and/or OgcWfsDataSet objects.
Platforms
Windows, Linux, Android