You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
//<2F>ļ<EFBFBD> GeoFrameMap.h
|
|
|
|
|
|
//<2F><>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD>:
|
|
|
|
|
|
// <20><>GeoFrame<6D><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD>MAP<41><50>ʽת<CABD><D7AA>Ϊ˫<CEAA><CBAB><EFBFBD><EFBFBD>ʽ
|
|
|
|
|
|
//GeoFrame<6D>ĸ<EFBFBD>ʽ<EFBFBD><CABD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>grd<72><64>svs<76><73><EFBFBD><EFBFBD><EFBFBD>ϲ<EFBFBD><CFB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD>flt<6C><74><EFBFBD><EFBFBD>ͼ<EFBFBD>θ<EFBFBD>ʽ<EFBFBD><CABD>map<61><70><EFBFBD>ȸ<EFBFBD>ʽ
|
|
|
|
|
|
//
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>д: 2010-7-13
|
|
|
|
|
|
//
|
|
|
|
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
#include "otherformat.h"
|
|
|
|
|
|
|
|
|
|
|
|
namespace NFormatReader
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
class CGeoFrameMap :
|
|
|
|
|
|
public COtherFormat
|
|
|
|
|
|
{
|
|
|
|
|
|
public:
|
|
|
|
|
|
CGeoFrameMap(void);
|
|
|
|
|
|
~CGeoFrameMap(void);
|
|
|
|
|
|
|
|
|
|
|
|
BOOL Read(LPCTSTR lpszPathName);
|
|
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
|
int ReadCurve(CFile& fr, int pointNum, double h, int id, BOOL bSetCurveName);
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
};
|