geopointfeature.h

来自「arcgis geodatabase Access 数据库创建」· C头文件 代码 · 共 24 行

H
24
字号
// GeoPointFeature.h: interface for the CGeoPointFeature class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_GEOPOINTFEATURE_H__45018357_DBFC_4A87_BE6E_7F88ABA23449__INCLUDED_)
#define AFX_GEOPOINTFEATURE_H__45018357_DBFC_4A87_BE6E_7F88ABA23449__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CGeoPointFeature  
{
public:
	BOOL CreatePoint(IFeatureClassPtr pFeatureClass,double x,double y);
	double m_y;
	double m_x;
	CGeoPointFeature();
	virtual ~CGeoPointFeature();

};

#endif // !defined(AFX_GEOPOINTFEATURE_H__45018357_DBFC_4A87_BE6E_7F88ABA23449__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?