91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 116KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-21
  • 語言: 其他
  • 標簽: AE??圖形編輯??

資源簡介

基于AE實現了多種圖形編輯功能,非常強大,保證可以運行!

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Reflection;
using?System.IO;
using?System.Windows.Forms;
using?System.Runtime.InteropServices;
using?System.Runtime.Serialization.Formatters.Binary;
using?ESRI.ArcGIS.Carto;
using?ESRI.ArcGIS.Display;
using?ESRI.ArcGIS.Geometry;
using?ESRI.ArcGIS.esriSystem;
using?ESRI.ArcGIS.DataSourcesGDB;
using?ESRI.ArcGIS.Geodatabase;
using?ESRI.ArcGIS.Controls;?


namespace?Editor
{
????///??
????///?使用本類可以新建點、線、面?
????///?移動點、線、面?
????///?編輯線、面的節點?
????///?使用時需設置Map和Currentlayer?
????///?
?
????public?class?ArcgisEditor
????{?
????????private?IMapControl3?m_pMapControl;
????????private?ilayer?m_pCurrentlayer;
????????private?IMap?m_pMap;
????????private?IFeature?m_pEditFeature;
????????private?IPoint?m_pPoint;
????????private?IDisplayFeedback?m_pFeedback;
????????private?bool?m_bInUse;
????????private?IPointCollection?m_pPointCollection;
????????private?ISelection?m_Selection?=?null;
????????private?IGeometryCollection?m_GeometryCollection?=?null;
????????public?static?IEnumFeature?SelEnumFeature?=?null;
????????private?IArray?m_ElementArray?=?new?ArrayClass();
????????private?IFeature?snapFeature?=?null;
????????private?IPoint?snapPoint?=?null;??//捕捉到的點
????????private?IMovePointFeedback?movePointFeedback?=?new?MovePointFeedbackClass();
????????private?IElement?m_element?=?null;??//界面繪制點元素
????????private?IPoint?currentPoint?=?new?PointClass();??//當前鼠標點
????????private?bool?bCreateElement?=?true;
????????private?List?pCol?=?new?List();

????????public?IMapControl3?MapControl
????????{
????????????get
????????????{
????????????????return?m_pMapControl;
????????????}
????????????set
????????????{
????????????????m_pMapControl?=?value;
????????????}
????????}
????????///??
????????///?當前圖層?
????????///?
?
????????public?ilayer?Currentlayer
????????{
????????????get
????????????{
????????????????return?m_pCurrentlayer;
????????????}
????????????set
????????????{
????????????????m_pCurrentlayer?=?(ilayer)value;
????????????}
????????}
????????///??
????????///?地圖對象?
????????///?
?
????????public?IMap?Map
????????{
????????????get
????????????{
????????????????return?m_pMap;
????????????}
????????????set
????????????{
????????????????m_pMap?=?(IMap)value;
????????????}
????????}
????????///??
????????///?選中的要素????????
????????///?
?
????????public?ISelection?Selection
????????{
????????????get?{?return?m_Selection;?}
????????????set?{?m_Selection?=?value;?}
????????}
????????///??
????????///?構造函數?
????????///?
?
????????public?ArcgisEditor()
????????{
????????}
????????public?bool?IsStartEdit()
????????{
????????????IWorkspaceEdit?pWorkspaceEdit;
????????????IFeatureClass?pFeatureCls;
????????????IFeaturelayer?pFeatureLyr;
????????????bool?pIsStart?=?false;
????????????for?(

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????5612??2012-08-17?15:10??Editor\Editor\Properties\Resources.resx

?????文件????????249??2012-08-17?15:10??Editor\Editor\Properties\Settings.settings

?????文件???????1368??2012-08-17?15:10??Editor\Editor\Properties\AssemblyInfo.cs

?????文件???????2862??2012-08-17?15:10??Editor\Editor\Properties\Resources.Designer.cs

?????文件???????1091??2012-08-17?15:10??Editor\Editor\Properties\Settings.Designer.cs

?????文件??????11192??2012-08-19?15:07??Editor\Editor\Form1.resx

?????文件??????76365??2012-08-19?15:48??Editor\Editor\ArcgisEditor.cs

?????文件???????5417??2012-08-18?16:40??Editor\Editor\Editor.csproj

?????文件????????490??2007-07-21?01:33??Editor\Editor\bin\Debug\Editor.vshost.exe.manifest

?????文件??????14328??2012-08-20?08:39??Editor\Editor\bin\Debug\Editor.vshost.exe

?????文件??????44544??2012-08-19?16:58??Editor\Editor\bin\Debug\Editor.exe

?????文件??????95744??2012-08-19?16:58??Editor\Editor\bin\Debug\Editor.pdb

?????文件???????3486??2012-08-19?15:26??Editor\Editor\obj\Debug\Editor.Form1.resources

?????文件????????180??2012-08-19?15:26??Editor\Editor\obj\Debug\Editor.Properties.Resources.resources

?????文件????????847??2012-08-19?15:26??Editor\Editor\obj\Debug\Editor.csproj.GenerateResource.Cache

?????文件??????44544??2012-08-19?16:58??Editor\Editor\obj\Debug\Editor.exe

?????文件????????645??2012-08-20?08:39??Editor\Editor\obj\Debug\Editor.csproj.FileListAbsolute.txt

?????文件??????95744??2012-08-19?16:58??Editor\Editor\obj\Debug\Editor.pdb

?????文件??????18779??2012-08-19?15:07??Editor\Editor\Form1.Designer.cs

?????文件???????7857??2012-08-19?15:45??Editor\Editor\Form1.cs

?????文件????????487??2012-08-17?15:10??Editor\Editor\Program.cs

?????文件???????8494??2012-08-18?16:40??Editor\Editor\ArcGISManyObj.cs

?????文件????????908??2012-08-17?15:10??Editor\Editor.sln

????..A..H.?????19456??2012-08-20?08:55??Editor\Editor.suo

?????目錄??????????0??2012-08-17?15:10??Editor\Editor\obj\Debug\TempPE

?????目錄??????????0??2012-08-17?17:05??Editor\Editor\obj\Debug\Refactor

?????目錄??????????0??2012-08-17?15:10??Editor\Editor\bin\Debug

?????目錄??????????0??2012-08-17?15:10??Editor\Editor\obj\Debug

?????目錄??????????0??2012-08-17?15:10??Editor\Editor\Properties

?????目錄??????????0??2012-08-17?15:10??Editor\Editor\bin

............此處省略6個文件信息

評論

共有 條評論