资源简介

ArcEngine开发的三维系统,包括二维和三维操作

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Windows.Forms;
using System.Reflection;

using ESRI.ArcGIS.Carto;
using ESRI.ArcGIS.Display;
using ESRI.ArcGIS.Geometry;
using ESRI.ArcGIS.Geodatabase;
namespace lyx
{
    class AoEditor
    {
        private ilayer m_pCurrentlayer;
        private IMap m_pMap;
        private IFeature m_pEditFeature;
        private IPoint m_pPoint;
        private IDisplayFeedback m_pFeedback;
        // private ISelectionTracker m_pSelectionTracker;
        private bool m_bInUse;
        private IPointCollection m_pPointCollection;

        /// 
        /// 当前图层只写
        /// 

        public ilayer Currentlayer
        {
            set
            {
      

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      38536  2009-09-22 21:24  Arcgis\lyx\AoEditor.cs

     文件       4027  2009-09-23 01:22  Arcgis\lyx\AttributeList.cs

     文件       2965  2009-09-22 21:14  Arcgis\lyx\AttributeList.Designer.cs

     文件       5814  2009-09-22 21:14  Arcgis\lyx\AttributeList.resx

     文件     393216  2009-09-30 08:06  Arcgis\lyx\bin\Debug\lyx.exe

     文件     876032  2009-09-30 08:06  Arcgis\lyx\bin\Debug\lyx.pdb

     文件       5632  2005-12-08 14:51  Arcgis\lyx\bin\Debug\lyx.vshost.exe

     文件       1026  2009-09-28 01:31  Arcgis\lyx\clsProfileStruct.cs

     文件       2413  2009-09-22 10:48  Arcgis\lyx\cmdClearAnalysislayer.cs

     文件       3059  2009-09-22 10:48  Arcgis\lyx\cmdLoadLocations.cs

     文件       1500  2009-09-22 10:48  Arcgis\lyx\cmdNAlayerProperties.cs

     文件       1167  2009-09-22 10:48  Arcgis\lyx\cmdNAProperties.cs

     文件       1220  2009-09-22 10:27  Arcgis\lyx\cmdRemovelayer.cs

     文件        532  2009-09-24 09:17  Arcgis\lyx\ExtentUpdatedEventArgs.cs

     文件      81204  2009-09-30 08:06  Arcgis\lyx\Form1.cs

     文件      83067  2009-09-30 08:06  Arcgis\lyx\Form1.Designer.cs

     文件      16122  2009-09-30 08:06  Arcgis\lyx\Form1.resx

     文件       7978  2009-09-27 22:45  Arcgis\lyx\frm3D.cs

     文件      19735  2009-09-27 22:43  Arcgis\lyx\frm3D.Designer.cs

     文件      17771  2009-09-27 22:43  Arcgis\lyx\frm3D.resx

     文件       4117  2009-09-27 11:39  Arcgis\lyx\frm3DbaseHeight.cs

     文件       4872  2009-09-27 11:29  Arcgis\lyx\frm3DbaseHeight.Designer.cs

     文件       5814  2009-09-27 11:29  Arcgis\lyx\frm3DbaseHeight.resx

     文件       1655  2009-09-27 11:30  Arcgis\lyx\frm3DOption.cs

     文件       3831  2009-09-27 08:46  Arcgis\lyx\frm3DOption.Designer.cs

     文件       5814  2009-09-27 08:46  Arcgis\lyx\frm3DOption.resx

     文件       7860  2009-09-28 10:46  Arcgis\lyx\frm3DQuery.cs

     文件       9028  2009-09-28 10:46  Arcgis\lyx\frm3DQuery.Designer.cs

     文件       5814  2009-09-28 10:46  Arcgis\lyx\frm3DQuery.resx

     文件       4435  2009-09-27 02:15  Arcgis\lyx\frm3DTable.cs

............此处省略263个文件信息

评论

共有 条评论