|
QGIS API Documentation
master-3f58142
|
00001 /*************************************************************************** 00002 qgsrasterviewport.h - description 00003 ------------------- 00004 begin : Fri Jun 28 2002 00005 copyright : (C) 2005 by T.Sutton 00006 email : tim@linfiniti.com 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 #ifndef QGSRASTERVIEWPORT_H 00018 #define QGSRASTERVIEWPORT_H 00019 00020 #include <qgspoint.h> 00021 #include "qgscoordinatetransform.h" 00022 00031 struct QgsRasterViewPort 00032 { 00035 QgsPoint mTopLeftPoint; 00038 QgsPoint mBottomRightPoint; 00039 00041 int mWidth; 00045 int mHeight; 00046 00048 QgsRectangle mDrawnExtent; 00049 00051 QgsCoordinateReferenceSystem mSrcCRS; 00052 00054 QgsCoordinateReferenceSystem mDestCRS; 00055 }; 00056 00057 #endif //QGSRASTERVIEWPORT_H