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

📄 geopolygonfeature.h

📁 arcgis geodatabase Access 数据库创建
💻 H
字号:
// GeoPolyGonFeature.h: interface for the CGeoPolyGonFeature class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_GEOPOLYGONFEATURE_H__9C23B88E_573A_4EB6_9D7B_BC37DA86B6F7__INCLUDED_)
#define AFX_GEOPOLYGONFEATURE_H__9C23B88E_573A_4EB6_9D7B_BC37DA86B6F7__INCLUDED_

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

class CGeoPolyGonFeature  
{
public:
	HRESULT StopOption( );
	HRESULT StartOption(IFeatureClassPtr pFeatureClass);
	HRESULT CreatePolygonWithSegmentCollection/*段创建面*/(IFeatureClassPtr pFeatureClass);
	void AddPoint(IPointPtr pt); /*点集合*/
	IPointCollectionPtr ipGonColl;
	void SetSpatialReference();
	CGeoPolyGonFeature();
	virtual ~CGeoPolyGonFeature();
	HRESULT CreatePolygonWithPointCollection/* 用点集创建面 */(IFeatureClassPtr pFeatureClass);
	HRESULT createMultipartPolygonRingSegmentCollection/*用环创建面*/(IFeatureClassPtr pFeatureClass);
	HRESULT createMultipartPolygonRingPointCollection(IFeatureClassPtr pFeatureClass);
   HRESULT hr;
    IWorkspaceEditPtr  pWorkspaceEdit;
};

#endif // !defined(AFX_GEOPOLYGONFEATURE_H__9C23B88E_573A_4EB6_9D7B_BC37DA86B6F7__INCLUDED_)

⌨️ 快捷键说明

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