00001 /* 00002 * VTP.h 00003 * 00004 * Part of Fly! Legacy project 00005 * 00006 * Copyright 2003 Chris Wallace 00007 * 00008 * Fly! Legacy is free software; you can redistribute it and/or modify 00009 * it under the terms of the GNU General Public License as published by 00010 * the Free Software Foundation; either version 2 of the License, or 00011 * (at your option) any later version. 00012 * 00013 * Fly! Legacy is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00016 * GNU General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU General Public License 00019 * along with Fly! Legacy; if not, write to the Free Software 00020 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00021 * 00022 */ 00023 00029 #ifndef VTP_H 00030 #define VTP_H 00031 00032 00033 typedef struct { 00034 char magic[10]; 00035 int columns; 00036 int rows; 00037 short size; 00038 short fp; 00039 short space_units; 00040 short utm_zone; 00041 short datum; 00042 double left; 00043 double right; 00044 double bottom; 00045 double top; 00046 short prj; 00047 float scale; 00048 char pad[190]; 00049 } SBTHeader; 00050 00051 #define SIZEOF_BT_HEADER 0x100 00052 00053 00054 #endif // VTP_H
|
|
Documentation generated by
|