API Reference OSGeo FDO Provider for WMS

FdoWmsOvFormatType.h

Go to the documentation of this file.
00001 //
00002 //
00003 // Copyright (C) 2004-2006  Autodesk, Inc.
00004 // 
00005 // This library is free software; you can redistribute it and/or
00006 // modify it under the terms of version 2.1 of the GNU Lesser
00007 // General Public License as published by the Free Software Foundation.
00008 // 
00009 // This library is distributed in the hope that it will be useful,
00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012 // Lesser General Public License for more details.
00013 // 
00014 // You should have received a copy of the GNU Lesser General Public
00015 // License along with this library; if not, write to the Free Software
00016 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00017 
00018 
00019 #ifndef FdoWmsOvFormatType_H
00020 #define FdoWmsOvFormatType_H
00021 
00022 #ifdef _WIN32
00023 #pragma once
00024 #endif //_WIN32
00025 
00026 /// \brief
00027 /// The FdoWmsOvFormatType enumeration defines the list of image formats in which a WMS can be returned from the FDO WMS Provider.
00028 /// <param name="FdoWmsOvFormatType_Png">
00029 /// Portable Network Graphics (PNG).
00030 /// </param>
00031 /// <param name="FdoWmsOvFormatType_Tif">
00032 /// Tagged Image File Format (TIFF).
00033 /// </param>
00034 /// <param name="FdoWmsOvFormatType_Jpg">
00035 /// Joint Photographics Expert Group (JPEG).
00036 /// </param>
00037 /// <param name="FdoWmsOvFormatType_Gif">
00038 /// Graphics Interchange Format (GIF).
00039 /// </param>
00040 enum FdoWmsOvFormatType{
00041 
00042     FdoWmsOvFormatType_Png = 0,
00043     FdoWmsOvFormatType_Tif,
00044     FdoWmsOvFormatType_Jpg,
00045     FdoWmsOvFormatType_Gif
00046 };
00047 
00048 #endif // FdoWmsOvFormatType_H
00049 
00050 

Comments?