OgcImageFormat Enumeration
Specifies the image format used for retrieving map images from an OpenGIS Web Map Service or OpenGIS Web Map Tile Service.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOgc assembly)
Syntax
public enum OgcImageFormat
Values
Value name | Value | Description |
---|---|---|
Png | 0 | Indicates that the PNG image format should be used. |
Jpeg | 1 | Indicates that the JPEG image format should be used. |
Gif | 2 | Indicates that the GIF image format should be used. |
Auto | 3 | Indicates the a suitable image format should be selected automatically. |
Png8 | 4 | Indicates that the 8-bit color table variant of the PNG format should be used. This format may not be supported by all servers. |
Platforms
Windows, Linux, Android