📄 shptovml.h
字号:
#include<iostream>
#include<fstream>
using namespace std;
class shpToVML
{
public:
int ChangeByteOrder(int num);
void ReadShp();
void ReadPointShp();
void ReadLineShp();
void ReadPolygonShp();
};
static int FileCode;
static int Unused[5];
static int FileLength;
static int Version;
static int ShapeType;
static double Xmin;
static double Ymin;
static double Xmax;
static double Ymax;
static double Zmin;
static double Zmax;
static double Mmin;
static double Mmax;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -