内容简介
前言
第一章 背景简介
第二章 MapObjects的概念
2.1 MapObjects的功能
2.2 MapObjects的结构
2.3 MapObjects的特点
2.4 MapObjects可以满足哪些用户要求
2.5 系统配置
第三章 在Visual Basic下使用MapObjects
第四章 在Delphi下使用MapObjects
第五章 用MapObjects进行编程
5.1 显示具有多个地图层的地图
5.2 地图的放大、缩小和漫游
5.3 显示图形特征
5.4 显示标注字符
5.5 选择图形特征
5.5.1SearchByDistance查询
5.5.2 SearchExpression查询
5.5.3SearchShape查询
5.6 显示多种格式的栅格图像文件
5.7 产生和编辑图形数据
第六章 用MapObjects的对象
6.1Map控件
6.1.1属性
6.1.2成员函数
6.1.3 事件函数
6.2 Layers集合对象
6.2.1对象属性
6.2.2成员函数
6.3MapLayer对象
6.3.1 MapLayer对象的属性
6.3.2 MapLayer的成员函数
6.4DataConnection对象
6.4.1 DataConnection对象的属性
6.4.2 DataConnection成员函数
6.5GeoDatasets对象
6.6GeoDataset对象
6.7Recordset对象
6.7.1 Recordset属性
6.7.2 Recordset对象的成员函数
6.8Symbol对象
6.9Fields对象
6.10 Field对象
6.11 TableDesc对象
6.12ImageLayer对象
6.13TrackingLayer对象
6.13.1 TrackingLayer对象的属性
6.13.2 TrackingLayer对象的成员函数
6.14GeoEvent对象
6.14.1 GeoRvent对象的属性
6.14.2 GeoRvent对象的成员函数
6.15TextSymbol对象
6.16.1ClassBreaksRenderer对象的属性
6.16ClassBreaksRenderer对象
6.16.2ClassBreaksRenderer对象的成员函数
6.17DotDensityRenderer对象
6.18ValueMapRenderer对象
6.19LabelRenderer对象
6.20AddressMatcher对象
6.20.1 AddressMatcher对象的属性
6.20.2 AddressMatcher对象的成员函数
6.21Address对象
6.22AddressLocation对象
6.23.1 PlaceLocator对象属性
6.23PlaceLocator对象
6.23.2 PlaceLocator对象成员函数
6.24Strings对象
6.24.1 Strings对象的属性
6.24.2 Strings对象的成员函数
6.25 Statistics 对象
6.26Point对象
6.27Points对象
6.28Parts对象
6.29.1 Line对象的属性
6.29Line对象
6.29.2 Line对象的成员函数
6.30Polygon对象
6.31Rectangle对象
6.31.1 Rectangle对象的属性
6.31.2 Rectangle对象的成员函数
6.32Ellipse 对象
6.33PathFinder对象
6.34LabelPlacer对象
6.35ChartRenderer对象
6.36CroupRenderer对象
第七章 在Visual C++ 下使用MapObjects