API Reference OSGeo FDO Provider for WMS

enum FdoWmsOvFormatType
 

The FdoWmsOvFormatType enumeration defines the list of image formats in which a WMS can be returned from the FDO WMS Provider.

Parameters:
FdoWmsOvFormatType_Png Portable Network Graphics (PNG).
FdoWmsOvFormatType_Tif Tagged Image File Format (TIFF).
FdoWmsOvFormatType_Jpg Joint Photographics Expert Group (JPEG).
FdoWmsOvFormatType_Gif Graphics Interchange Format (GIF).
.

Enumerator:
FdoWmsOvFormatType_Png 
FdoWmsOvFormatType_Tif 
FdoWmsOvFormatType_Jpg 
FdoWmsOvFormatType_Gif 

Definition at line 40 of file FdoWmsOvFormatType.h.


Comments?