⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 geopointfeature.h

📁 arcgis geodatabase Access 数据库创建
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -