Ogc Module
The Ogc module provides functionality for reading map images from OpenGIS Web Map Service sites.
Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEOgc assembly)
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEOgc assembly)
Classes
| Class | Description |
|---|---|
| OgcApiTilesLayer | A layer that displays map images from OGC API Tiles servers. |
| OgcApiTilesServerLayer | A layer that is drawn by an OGC API map tiles service. |
| OgcWcsCoverage | Used to describe a coverage in an OpenGIS Web Coverage Service. |
| OgcWcsCoverageCollection | A strongly typed collection of OgcWcsCoverage elements that can be accessed by index. |
| OgcWcsDataSet | A dataset for reading data from an OGC Web Coverage Service. |
| OgcWfsDataSet | A dataset for reading data from an OGC Web Feature Service. |
| OgcWfsFeatureType | Used to describe a feature type in an OpenGIS Web Feature Service. |
| OgcWfsFeatureTypeCollection | A strongly typed collection of OgcWfsFeatureType elements that can be accessed by index. |
| OgcWmsLayer | A layer that generates its presentation using maps from OpenGIS Web Map Service sites. |
| OgcWmsServerLayer | A layer that is drawn by an OGC WMS service. |
| OgcWmtsLayer | A layer that displays map images from OpenGIS Web Map Tile Service (WMTS) servers and other tiled map services. |
| OgcWmtsServerLayer | A layer that is drawn by an OGC WMTS service. |
Interfaces
Structures
Delegates
Enumerations
| Enumeration | Description |
|---|---|
| OgcImageFormat | Specifies the image format used for retrieving map images from an OpenGIS Web Map Service or OpenGIS Web Map Tile Service. |
| OgcWmtsEncoding | Specifies how a OgcWmtsLayer selects which encoding to use for requests sent to the WMTS server; KVP (key/value pair) or RESTful (resource oriented). |