资源列表
gstyfd
- 高斯投影的分带计算,可以自动计算代号。作为平面投影计算的简便方法。-Gaussian sub-band calculation of the projector, you can automatically calculate code. As a planar projection of the simple method of calculation.
draw_polyline(ArcGIS_VBA)
- 这段代码的作用是在ArcGIS 桌面版软件上进行二次开发的VBA代码,功能是实现画线。
RoutingSimplify
- 对矢量数据进行点抽吸/精简,原理是在单位像素内,只保留唯一一个点,通过角度和像素2个权重值来控制精简力度-Vector data point suction/streamline, the principle is in units of pixels, leaving only the only one to control streamline efforts by the two weight values of the angle and pixel
使用鼠标滚轮去放大缩小所显示的地图的类库
- 可以使用鼠标滚轮去放大缩小所显示的地图的类库,Can use the mouse wheel to zoom the map shown in the class library
缓冲区的例子
- 地理信息系统mo和vb中的缓冲区的例子,对地物进行周边地物的进行分析。-mo geographic information system and the buffer vb example, the features for peripheral features for analysis.
arcgis9.2InstallNotes
- arcgis9.2安装的详细步骤及其说明-arcgis9.2 detailed steps to install and its descr iption
m_color
- 实现图的m着色问题,包括着色次数,具体着色的情况,可以用于地图填色。-m color
zoom
- 基于VB平台利用MO控件做成的小型系统,具有动态缩放的功能-Control the use of MO-based VB platform made of small-scale system, with dynamic zoom function
TriangleEdgeDetection.cpp
- This source code is very useful to detect the edge of triangle shape.It also can be applied to calculate the perimeter of triangle.
Bearing
- MapBasic source code which shows the bearing of created line, longitude and latitude of the start and stop point, and the length of the line.
MyTool
- 基于Arcgis的数据处理工具,可做数据格式转换支持MDB、SHP-Arcgis-based data-processing tools, data format conversion can do to support MDB, SHP
画散点图
- 通过选择栅格数据影响,画出该栅格数据的散点图。在计算NDVI的时候,非常方便。