在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → ArcEngine二次开发实例

ArcEngine二次开发实例

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:5.96M
  • 下载次数:17
  • 浏览次数:319
  • 发布时间:2021-12-30
  • 实例类别:C#语言基础
  • 发 布 人:wyx_hlzw
  • 文件格式:.zip
  • 所需积分:2
 相关标签: ArcEngine二次开发实例

实例介绍

【实例简介】ArcEngine二次开发实例
【实例截图】from clipboard
【核心代码】.
├── ArcEngine-Tools-master
│   ├── ArcEngineFrameWork
│   │   ├── AEFunction
│   │   │   ├── AEFunction.csproj
│   │   │   ├── AEFunction.csproj.user
│   │   │   ├── ArcEngineFunction.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── UI
│   │   │   │   ├── AttributeTableDlg.Designer.cs
│   │   │   │   ├── AttributeTableDlg.cs
│   │   │   │   ├── AttributeTableDlg.resx
│   │   │   │   ├── BatchClip.Designer.cs
│   │   │   │   ├── BatchClip.cs
│   │   │   │   ├── BatchClip.resx
│   │   │   │   ├── CMenuStrip.Designer.cs
│   │   │   │   ├── CMenuStrip.cs
│   │   │   │   ├── CMenuStrip.resx
│   │   │   │   ├── CreateFishnet.Designer.cs
│   │   │   │   ├── CreateFishnet.cs
│   │   │   │   └── CreateFishnet.resx
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── AEFunction.UI.frmCreateTiles4MultiScale.resources
│   │   │           ├── AEFunction.csproj.FileListAbsolute.txt
│   │   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │   │           └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── ArcEngineFramework
│   │   │   ├── App.ico
│   │   │   ├── ArcEngineFramework.csproj
│   │   │   ├── ArcEngineFramework.csproj.user
│   │   │   ├── CreateNewDocument.cs
│   │   │   ├── Earth.ico
│   │   │   ├── MainForm.Designer.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── ArcEngineFramework.vshost.exe
│   │   │   │       ├── ArcEngineFramework.vshost.exe.manifest
│   │   │   │       ├── DbUtility.dll
│   │   │   │       ├── DbUtility.pdb
│   │   │   │       ├── Rules
│   │   │   │       │   ├── CartoTemp_Rules11d4edb7-04ee-48c3-a3e9-b133cedad839.mdb
│   │   │   │       │   ├── Rules20130813.rar
│   │   │   │       │   ├── rules_10000.mdb
│   │   │   │       │   ├── rules_250000 - 副本.mdb
│   │   │   │       │   ├── rules_250000-11.mdb
│   │   │   │       │   ├── rules_250000.mdb
│   │   │   │       │   └── rules_50000.mdb
│   │   │   │       ├── SymbolDB
│   │   │   │       │   ├── TrueTypeSymbol
│   │   │   │       │   │   ├── CartoTemp_TrueType_30cf57f2-745d-4ed8-b74c-d12c0f07db2a.xml
│   │   │   │       │   │   └── TrueType符号库.xml
│   │   │   │       │   └── VectorSymbol
│   │   │   │       │       ├── 1比1万符号库.xml
│   │   │   │       │       ├── 1比25万符号库 - 副本.xml
│   │   │   │       │       ├── 1比25万符号库-20140410.rar
│   │   │   │       │       ├── 1比25万符号库.xml
│   │   │   │       │       ├── 1比25万符号库.zip
│   │   │   │       │       ├── 1比25万符号库20140401.rar
│   │   │   │       │       ├── 1比5万符号库.xml
│   │   │   │       │       ├── CartoTemp_Vector_7dd760e0-52a2-45b9-9268-a6ee116dcb9a.xml
│   │   │   │       │       ├── vssver2.scc
│   │   │   │       │       └── 备份-1比25万符号库.xml
│   │   │   │       └── dll
│   │   │   │           └── Interop.MAPSYMBOLLib.dll
│   │   │   └── obj
│   │   │       └── x86
│   │   │           └── Debug
│   │   │               ├── ArcEngineFramework.csproj.FileListAbsolute.txt
│   │   │               ├── DesignTimeResolveAssemblyReferences.cache
│   │   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │               └── TempPE
│   │   │                   └── Properties.Resources.Designer.cs.dll
│   │   ├── ArcEngineFramework.sln
│   │   ├── ArcEngineFramework.v12.suo
│   │   ├── DbUtility
│   │   │   ├── AccessOperation.cs
│   │   │   ├── DbUtility.csproj
│   │   │   ├── DbUtility.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │       ├── DbUtility.dll
│   │   │   │       └── DbUtility.pdb
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── DbUtility.csproj.FileListAbsolute.txt
│   │   │       │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       └── Release
│   │   │           ├── DbUtility.csproj.FileListAbsolute.txt
│   │   │           ├── DbUtility.csprojResolveAssemblyReference.cache
│   │   │           ├── DbUtility.dll
│   │   │           ├── DbUtility.pdb
│   │   │           └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── GeometryObject
│   │       ├── Algorithm
│   │       │   ├── CGAlgorithms.cs
│   │       │   ├── CentroidArea.cs
│   │       │   ├── CentroidLine.cs
│   │       │   ├── CentroidPoint.cs
│   │       │   ├── ConvexHull.cs
│   │       │   ├── HCoordinate.cs
│   │       │   ├── IPointInRing.cs
│   │       │   ├── InteriorPointArea.cs
│   │       │   ├── InteriorPointLine.cs
│   │       │   ├── InteriorPointPoint.cs
│   │       │   ├── LineIntersector.cs
│   │       │   ├── MCPointInRing.cs
│   │       │   ├── MinimumDiameter.cs
│   │       │   ├── NonRobustCGAlgorithms.cs
│   │       │   ├── NonRobustLineIntersector.cs
│   │       │   ├── NotRepresentableException.cs
│   │       │   ├── PointLocator.cs
│   │       │   ├── RobustDeterminant.cs
│   │       │   ├── RobustLineIntersector.cs
│   │       │   ├── SIRtreePointInRing.cs
│   │       │   ├── SimplePointInAreaLocator.cs
│   │       │   └── SimplePointInRing.cs
│   │       ├── AlgorithmExtent
│   │       │   ├── Algorithm.cs
│   │       │   ├── ColorAlgorithm.cs
│   │       │   ├── GeometryAlgrithm.cs
│   │       │   └── vssver2.scc
│   │       ├── CoordinateSystems
│   │       │   ├── AngularUnit.cs
│   │       │   ├── AxisInfo.cs
│   │       │   ├── AxisOrientationEnum.cs
│   │       │   ├── CoordinateSystem.cs
│   │       │   ├── CoordinateSystemFactory.cs
│   │       │   ├── Datum.cs
│   │       │   ├── DatumType.cs
│   │       │   ├── Ellipsoid.cs
│   │       │   ├── GeocentricCoordinateSystem.cs
│   │       │   ├── GeographicCoordinateSystem.cs
│   │       │   ├── GeographicTransform.cs
│   │       │   ├── HorizontalCoordinateSystem.cs
│   │       │   ├── HorizontalDatum.cs
│   │       │   ├── IAngularUnit.cs
│   │       │   ├── ICompoundCoordinateSystem.cs
│   │       │   ├── ICoordinateSystem.cs
│   │       │   ├── ICoordinateSystemAuthorityFactory.cs
│   │       │   ├── ICoordinateSystemFactory.cs
│   │       │   ├── IDatum.cs
│   │       │   ├── IEllipsoid.cs
│   │       │   ├── IFittedCoordinateSystem.cs
│   │       │   ├── IGeocentricCoordinateSystem.cs
│   │       │   ├── IGeodeticSpatialReference.cs
│   │       │   ├── IGeographicCoordinateSystem.cs
│   │       │   ├── IGeographicTransform.cs
│   │       │   ├── IHorizontalCoordinateSystem.cs
│   │       │   ├── IHorizontalDatum.cs
│   │       │   ├── IInfo.cs
│   │       │   ├── ILinearUnit.cs
│   │       │   ├── ILocalCoordinateSystem.cs
│   │       │   ├── ILocalDatum.cs
│   │       │   ├── IParameterInfo.cs
│   │       │   ├── IPrimeMeridian.cs
│   │       │   ├── IProjectedCoordinateSystem.cs
│   │       │   ├── IProjection.cs
│   │       │   ├── IUnit.cs
│   │       │   ├── IVerticalCoordinateSystem.cs
│   │       │   ├── IVerticalDatum.cs
│   │       │   ├── Info.cs
│   │       │   ├── LinearUnit.cs
│   │       │   ├── Parameter.cs
│   │       │   ├── PrimeMeridian.cs
│   │       │   ├── ProjectedCoordinateSystem.cs
│   │       │   ├── Projection.cs
│   │       │   ├── ProjectionParameter.cs
│   │       │   ├── Projections
│   │       │   │   ├── AlbersProjection.cs
│   │       │   │   ├── LambertConformalConic.cs
│   │       │   │   ├── MapProjection.cs
│   │       │   │   ├── Mercator.cs
│   │       │   │   └── TransverseMercator.cs
│   │       │   ├── Transformations
│   │       │   │   ├── ConcatenatedTransform.cs
│   │       │   │   ├── CoordinateTransformation.cs
│   │       │   │   ├── CoordinateTransformationAuthorityFactory.cs
│   │       │   │   ├── CoordinateTransformationFactory.cs
│   │       │   │   ├── DatumTransform.cs
│   │       │   │   ├── DomainFlags.cs
│   │       │   │   ├── GeocentricTransform.cs
│   │       │   │   ├── GeographicTransform.cs
│   │       │   │   ├── GeometryTransform.cs
│   │       │   │   ├── ICoordinateTransformation.cs
│   │       │   │   ├── ICoordinateTransformationFactory.cs
│   │       │   │   ├── IMathTransform.cs
│   │       │   │   ├── IMathTransformFactory.cs
│   │       │   │   ├── MathTransform.cs
│   │       │   │   └── TransformType.cs
│   │       │   ├── Unit.cs
│   │       │   └── WGS84ConversionInfo.cs
│   │       ├── Features
│   │       │   ├── AttributesTable.cs
│   │       │   ├── Feature.cs
│   │       │   └── IAttributesTable.cs
│   │       ├── Geometries
│   │       │   ├── Coordinate.cs
│   │       │   ├── CoordinateArraySequence.cs
│   │       │   ├── CoordinateArraySequenceFactory.cs
│   │       │   ├── CoordinateArrays.cs
│   │       │   ├── CoordinateList.cs
│   │       │   ├── CoordinateSequences.cs
│   │       │   ├── CoordinateTransform.cs
│   │       │   ├── DefaultCoordinateSequence.cs
│   │       │   ├── DefaultCoordinateSequenceFactory.cs
│   │       │   ├── Dimension.cs
│   │       │   ├── Envelope.cs
│   │       │   ├── Geometry.cs
│   │       │   ├── GeometryCollection.cs
│   │       │   ├── GeometryCollectionEnumerator.cs
│   │       │   ├── GeometryFactory.cs
│   │       │   ├── GeometryType.cs
│   │       │   ├── ICoordinateFilter.cs
│   │       │   ├── ICoordinateSequence.cs
│   │       │   ├── ICoordinateSequenceFactory.cs
│   │       │   ├── IGeometryComponentFilter.cs
│   │       │   ├── IGeometryFilter.cs
│   │       │   ├── IntersectionMatrix.cs
│   │       │   ├── LineSegment.cs
│   │       │   ├── LineString.cs
│   │       │   ├── LinearRing.cs
│   │       │   ├── Location.cs
│   │       │   ├── MultiLineString.cs
│   │       │   ├── MultiPoint.cs
│   │       │   ├── MultiPolygon.cs
│   │       │   ├── PackedCoordinateSequence.cs
│   │       │   ├── PackedCoordinateSequenceFactory.cs
│   │       │   ├── Point.cs
│   │       │   ├── Polygon.cs
│   │       │   ├── PrecisionModel.cs
│   │       │   ├── TopologyException.cs
│   │       │   ├── Triangle.cs
│   │       │   └── Utilities
│   │       │       ├── GeometryEditor.cs
│   │       │       ├── GeometryTransformer.cs
│   │       │       ├── LinearComponentExtracter.cs
│   │       │       ├── PointExtracter.cs
│   │       │       ├── PolygonExtracter.cs
│   │       │       └── ShortCircuitedGeometryVisitor.cs
│   │       ├── GeometriesGraph
│   │       │   ├── Depth.cs
│   │       │   ├── DirectedEdge.cs
│   │       │   ├── DirectedEdgeStar.cs
│   │       │   ├── Edge.cs
│   │       │   ├── EdgeEnd.cs
│   │       │   ├── EdgeEndStar.cs
│   │       │   ├── EdgeIntersection.cs
│   │       │   ├── EdgeIntersectionList.cs
│   │       │   ├── EdgeList.cs
│   │       │   ├── EdgeNodingValidator.cs
│   │       │   ├── EdgeRing.cs
│   │       │   ├── GeometryGraph.cs
│   │       │   ├── GraphComponent.cs
│   │       │   ├── Index
│   │       │   │   ├── EdgeSetIntersector.cs
│   │       │   │   ├── MonotoneChain.cs
│   │       │   │   ├── MonotoneChainEdge.cs
│   │       │   │   ├── MonotoneChainIndexer.cs
│   │       │   │   ├── SegmentIntersector.cs
│   │       │   │   ├── SimpleEdgeSetIntersector.cs
│   │       │   │   ├── SimpleMCSweepLineIntersector.cs
│   │       │   │   ├── SimpleSweepLineIntersector.cs
│   │       │   │   ├── SweepLineEvent.cs
│   │       │   │   └── SweepLineSegment.cs
│   │       │   ├── Label.cs
│   │       │   ├── Node.cs
│   │       │   ├── NodeFactory.cs
│   │       │   ├── NodeMap.cs
│   │       │   ├── PlanarGraph.cs
│   │       │   ├── Position.cs
│   │       │   ├── QuadrantOp.cs
│   │       │   └── TopologyLocation.cs
│   │       ├── GeometryObject.csproj
│   │       ├── GeometryObject.csproj.user
│   │       ├── GeometryObject.csproj.vspscc
│   │       ├── IO
│   │       │   ├── BEBinaryReader.cs
│   │       │   ├── BEBinaryWriter.cs
│   │       │   ├── CoordinateSystems
│   │       │   │   ├── CoordinateSystemWktReader.cs
│   │       │   │   ├── SpatialReference.cs
│   │       │   │   ├── StreamTokenizer.cs
│   │       │   │   └── WKTStreamTokenizer.cs
│   │       │   ├── GDBReader.cs
│   │       │   ├── GDBWriter.cs
│   │       │   ├── GML2
│   │       │   │   ├── GMLReader.cs
│   │       │   │   └── GMLWriter.cs
│   │       │   ├── GeoTools
│   │       │   │   ├── BigEndianBinaryReader.cs
│   │       │   │   ├── BigEndianBinaryWriter.cs
│   │       │   │   ├── Dbase
│   │       │   │   │   ├── ColumnStructure.cs
│   │       │   │   │   ├── DbaseFieldDescriptor.cs
│   │       │   │   │   ├── DbaseFileHeader.cs
│   │       │   │   │   ├── DbaseFileReader.cs
│   │       │   │   │   ├── DbaseFileWriter.cs
│   │       │   │   │   └── RowStructure.cs
│   │       │   │   ├── Handlers
│   │       │   │   │   ├── MultiLineHandler.cs
│   │       │   │   │   ├── MultiPointHandler.cs
│   │       │   │   │   ├── PointHandler.cs
│   │       │   │   │   ├── PolygonHandler.cs
│   │       │   │   │   └── ShapeHandler.cs
│   │       │   │   ├── Shapefile.cs
│   │       │   │   ├── ShapefileDataReader.cs
│   │       │   │   ├── ShapefileDataWriter.cs
│   │       │   │   ├── ShapefileException.cs
│   │       │   │   ├── ShapefileHeader.cs
│   │       │   │   ├── ShapefileReader.cs
│   │       │   │   ├── ShapefileWriter.cs
│   │       │   │   ├── TokenType.cs
│   │       │   │   └── WktStreamTokenizer.cs
│   │       │   ├── MyShapeFileReader.cs
│   │       │   ├── MyShapeFileWriter.cs
│   │       │   ├── ParseException.cs
│   │       │   ├── ShapeGeometryTypes.cs
│   │       │   ├── ShapeReader.cs
│   │       │   ├── ShapeWriter.cs
│   │       │   ├── TokenType.cs
│   │       │   ├── WKBGeometryTypes.cs
│   │       │   ├── WKBReader.cs
│   │       │   ├── WKBWriter.cs
│   │       │   ├── WKTReader.cs
│   │       │   └── WKTWriter.cs
│   │       ├── Index
│   │       │   ├── ArrayListVisitor.cs
│   │       │   ├── Bintree
│   │       │   │   ├── Bintree.cs
│   │       │   │   ├── Interval.cs
│   │       │   │   ├── Key.cs
│   │       │   │   ├── Node.cs
│   │       │   │   ├── NodeBase.cs
│   │       │   │   └── Root.cs
│   │       │   ├── Chain
│   │       │   │   ├── MonotoneChain.cs
│   │       │   │   ├── MonotoneChainBuilder.cs
│   │       │   │   ├── MonotoneChainOverlapAction.cs
│   │       │   │   └── MonotoneChainSelectAction.cs
│   │       │   ├── IIndexVisitor.cs
│   │       │   ├── IItemVisitor.cs
│   │       │   ├── ISpatialIndex.cs
│   │       │   ├── Quadtree
│   │       │   │   ├── DoubleBits.cs
│   │       │   │   ├── IntervalSize.cs
│   │       │   │   ├── Key.cs
│   │       │   │   ├── Node.cs
│   │       │   │   ├── NodeBase.cs
│   │       │   │   ├── Quadtree.cs
│   │       │   │   └── Root.cs
│   │       │   ├── Strtree
│   │       │   │   ├── AbstractNode.cs
│   │       │   │   ├── AbstractSTRtree.cs
│   │       │   │   ├── IBoundable.cs
│   │       │   │   ├── Interval.cs
│   │       │   │   ├── ItemBoundable.cs
│   │       │   │   ├── SIRtree.cs
│   │       │   │   └── STRtree.cs
│   │       │   └── Sweepline
│   │       │       ├── ISweepLineOverlapAction.cs
│   │       │       ├── SweepLineEvent.cs
│   │       │       ├── SweepLineIndex.cs
│   │       │       └── SweepLineInterval.cs
│   │       ├── LinearReferencing
│   │       │   ├── ExtractLineByLocation.cs
│   │       │   ├── LengthIndexOfPoint.cs
│   │       │   ├── LengthIndexedLine.cs
│   │       │   ├── LengthLocationMap.cs
│   │       │   ├── LinearGeometryBuilder.cs
│   │       │   ├── LinearIterator.cs
│   │       │   ├── LinearLocation.cs
│   │       │   ├── LocationIndexOfLine.cs
│   │       │   ├── LocationIndexOfPoint.cs
│   │       │   └── LocationIndexedLine.cs
│   │       ├── NTS.ndoc
│   │       ├── Noding
│   │       │   ├── INoder.cs
│   │       │   ├── ISegmentIntersector.cs
│   │       │   ├── IntersectionAdder.cs
│   │       │   ├── IntersectionFinderAdder.cs
│   │       │   ├── IteratedNoder.cs
│   │       │   ├── MCIndexNoder.cs
│   │       │   ├── NodingValidator.cs
│   │       │   ├── Octant.cs
│   │       │   ├── OrientedCoordinateArray.cs
│   │       │   ├── ScaledNoder.cs
│   │       │   ├── SegmentNode.cs
│   │       │   ├── SegmentNodeList.cs
│   │       │   ├── SegmentPointComparator.cs
│   │       │   ├── SegmentString.cs
│   │       │   ├── SegmentStringDissolver.cs
│   │       │   ├── SimpleNoder.cs
│   │       │   ├── SinglePassNoder.cs
│   │       │   └── Snapround
│   │       │       ├── HotPixel.cs
│   │       │       ├── MCIndexPointSnapper.cs
│   │       │       ├── MCIndexSnapRounder.cs
│   │       │       └── SimpleSnapRounder.cs
│   │       ├── Operation
│   │       │   ├── Buffer
│   │       │   │   ├── BufferBuilder.cs
│   │       │   │   ├── BufferOp.cs
│   │       │   │   ├── BufferSubgraph.cs
│   │       │   │   ├── OffsetCurveBuilder.cs
│   │       │   │   ├── OffsetCurveSetBuilder.cs
│   │       │   │   ├── RightmostEdgeFinder.cs
│   │       │   │   └── SubgraphDepthLocater.cs
│   │       │   ├── Distance
│   │       │   │   ├── ConnectedElementLocationFilter.cs
│   │       │   │   ├── ConnectedElementPointFilter.cs
│   │       │   │   ├── DistanceOp.cs
│   │       │   │   └── GeometryLocation.cs
│   │       │   ├── GeometryGraphOperation.cs
│   │       │   ├── IsSimpleOp.cs
│   │       │   ├── Linemerge
│   │       │   │   ├── EdgeString.cs
│   │       │   │   ├── LineMergeDirectedEdge.cs
│   │       │   │   ├── LineMergeEdge.cs
│   │       │   │   ├── LineMergeGraph.cs
│   │       │   │   ├── LineMerger.cs
│   │       │   │   └── LineSequencer.cs
│   │       │   ├── Overlay
│   │       │   │   ├── EdgeSetNoder.cs
│   │       │   │   ├── LineBuilder.cs
│   │       │   │   ├── MaximalEdgeRing.cs
│   │       │   │   ├── MinimalEdgeRing.cs
│   │       │   │   ├── OverlayNodeFactory.cs
│   │       │   │   ├── OverlayOp.cs
│   │       │   │   ├── PointBuilder.cs
│   │       │   │   └── PolygonBuilder.cs
│   │       │   ├── Polygonize
│   │       │   │   ├── EdgeRing.cs
│   │       │   │   ├── PolygonizeDirectedEdge.cs
│   │       │   │   ├── PolygonizeEdge.cs
│   │       │   │   ├── PolygonizeGraph.cs
│   │       │   │   └── Polygonizer.cs
│   │       │   ├── Predicate
│   │       │   │   ├── RectangleContains.cs
│   │       │   │   ├── RectangleIntersects.cs
│   │       │   │   └── SegmentIntersectionTester.cs
│   │       │   ├── Relate
│   │       │   │   ├── EdgeEndBuilder.cs
│   │       │   │   ├── EdgeEndBundle.cs
│   │       │   │   ├── EdgeEndBundleStar.cs
│   │       │   │   ├── RelateComputer.cs
│   │       │   │   ├── RelateNode.cs
│   │       │   │   ├── RelateNodeFactory.cs
│   │       │   │   ├── RelateNodeGraph.cs
│   │       │   │   └── RelateOp.cs
│   │       │   └── Valid
│   │       │       ├── ConnectedInteriorTester.cs
│   │       │       ├── ConsistentAreaTester.cs
│   │       │       ├── IsValidOp.cs
│   │       │       ├── QuadtreeNestedRingTester.cs
│   │       │       ├── RepeatedPointTester.cs
│   │       │       ├── SimpleNestedRingTester.cs
│   │       │       ├── SweeplineNestedRingTester.cs
│   │       │       └── TopologyValidationError.cs
│   │       ├── Planargraph
│   │       │   ├── Algorithm
│   │       │   │   └── ConnectedSubgraphFinder.cs
│   │       │   ├── DirectedEdge.cs
│   │       │   ├── DirectedEdgeStar.cs
│   │       │   ├── Edge.cs
│   │       │   ├── GraphComponent.cs
│   │       │   ├── Node.cs
│   │       │   ├── NodeMap.cs
│   │       │   ├── PlanarGraph.cs
│   │       │   └── Subgraph.cs
│   │       ├── Precision
│   │       │   ├── CommonBits.cs
│   │       │   ├── CommonBitsOp.cs
│   │       │   ├── CommonBitsRemover.cs
│   │       │   ├── EnhancedPrecisionOp.cs
│   │       │   └── SimpleGeometryPrecisionReducer.cs
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── SRID.csv
│   │       ├── Simplify
│   │       │   ├── DouglasPeuckerLineSimplifier.cs
│   │       │   ├── DouglasPeuckerSimplifier.cs
│   │       │   ├── LineSegmentIndex.cs
│   │       │   ├── TaggedLineSegment.cs
│   │       │   ├── TaggedLineString.cs
│   │       │   ├── TaggedLineStringSimplifier.cs
│   │       │   ├── TaggedLinesSimplifier.cs
│   │       │   └── TopologyPreservingSimplifier.cs
│   │       ├── SpatialProvider
│   │       │   ├── IProvider.cs
│   │       │   ├── IQueryExtent.cs
│   │       │   ├── Provider.cs
│   │       │   └── vssver2.scc
│   │       ├── Utilities
│   │       │   ├── Assert.cs
│   │       │   ├── AssertionFailedException.cs
│   │       │   ├── BitConverter.cs
│   │       │   ├── CollectionUtil.cs
│   │       │   ├── CoordinateArrayFilter.cs
│   │       │   ├── CoordinateCompare.cs
│   │       │   ├── CoordinateCountFilter.cs
│   │       │   ├── Degrees.cs
│   │       │   ├── GeoToolsStreamTokenizer.cs
│   │       │   ├── GeometricShapeFactory.cs
│   │       │   ├── Global.cs
│   │       │   ├── HexConverter.cs
│   │       │   ├── Iesi.Collections
│   │       │   │   ├── DictionarySet.cs
│   │       │   │   ├── Generic
│   │       │   │   │   ├── CollectionWrapper.cs
│   │       │   │   │   ├── DictionarySet.cs
│   │       │   │   │   ├── EnumerableWrapper.cs
│   │       │   │   │   ├── EnumeratorWrapper.cs
│   │       │   │   │   ├── HashedSet.cs
│   │       │   │   │   ├── HybridSet.cs
│   │       │   │   │   ├── ISet.cs
│   │       │   │   │   ├── ImmutableSet.cs
│   │       │   │   │   ├── ListSet.cs
│   │       │   │   │   ├── ListWrapper.cs
│   │       │   │   │   ├── Set.cs
│   │       │   │   │   ├── SetWrapper.cs
│   │       │   │   │   └── SortedSet.cs
│   │       │   │   ├── HashedSet.cs
│   │       │   │   ├── HybridSet.cs
│   │       │   │   ├── ISet.cs
│   │       │   │   ├── Iesi.Collections.License.txt
│   │       │   │   ├── ImmutableSet.cs
│   │       │   │   ├── ListSet.cs
│   │       │   │   ├── Set.cs
│   │       │   │   ├── SortedSet.cs
│   │       │   │   └── SynchronizedSet.cs
│   │       │   ├── RToolsUtil
│   │       │   │   ├── BufferedTextReader.cs
│   │       │   │   ├── CharBuffer.cs
│   │       │   │   ├── Finder.cs
│   │       │   │   ├── Logger.cs
│   │       │   │   ├── Opts.cs
│   │       │   │   ├── ParseUtil.cs
│   │       │   │   ├── Rtools.Util.License.txt
│   │       │   │   ├── SoftwarePackage.cs
│   │       │   │   ├── StreamTokenizer.cs
│   │       │   │   ├── Token.cs
│   │       │   │   └── VerbosityLevel.cs
│   │       │   ├── Radians.cs
│   │       │   ├── ReverseOrder.cs
│   │       │   ├── Stopwatch.cs
│   │       │   └── UniqueCoordinateArrayFilter.cs
│   │       ├── bin
│   │       │   ├── Release
│   │       │   │   └── GeometryObject.xml
│   │       │   └── x86
│   │       │       └── Release
│   │       │           ├── GeometryObject.dll
│   │       │           ├── GeometryObject.pdb
│   │       │           ├── GeometryObject.xml
│   │       │           └── Interop.MAPSYMBOLLib.dll
│   │       └── obj
│   │           ├── Debug
│   │           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           │   ├── GeometryObject.csproj.FileListAbsolute.txt
│   │           │   ├── GeometryObject.csproj.ResolveComReference.cache
│   │           │   ├── GeometryObject.csprojResolveAssemblyReference.cache
│   │           │   ├── GeometryObject.dll
│   │           │   ├── GeometryObject.pdb
│   │           │   └── Interop.MAPSYMBOLLib.dll
│   │           └── x86
│   │               ├── Debug
│   │               │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               │   ├── GeometryObject.csproj.FileListAbsolute.txt
│   │               │   └── Refactor
│   │               │       └── GeometryObject.dll
│   │               └── Release
│   │                   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │                   ├── GeometryObject.csproj.FileListAbsolute.txt
│   │                   ├── GeometryObject.csproj.ResolveComReference.cache
│   │                   ├── GeometryObject.dll
│   │                   ├── GeometryObject.pdb
│   │                   └── Interop.MAPSYMBOLLib.dll
│   ├── LICENSE
│   ├── README.en.md
│   └── README.md
└── 好例子网_ArcEngine-Tools-master二次开发实例.zip

82 directories, 511 files


网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警