- 1、本文档共234页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Creating GISDK Macros
1 GISDK Mechanics 3
1.1 Compiling Resources 4
1.2 Working with the GISDK Debugger 12
1.3 Installing GISDK Applications 19
Installing and Running Add-Ins 20
Installing and Running Custom Applications 20
1.4 Accessing TransCAD as a COM Object 25
1.5 Accessing TransCAD Matrices from FORTRAN Programs 44
2 Language Elements 53
2.1 Language Elements 53
2.2 Variables 54
2.3 Types 55
2.4 Variable Scope 64
2.5 Function Calls 66
2.6 Statements 69
2.7 Error Handling 75
3 Resources 76
3.1 Macros 77
3.1.1 Macro Arguments 77
3.1.2 Macro Return Values 78
3.1.3 Functions for Macros 79
3.2 Dialog Boxes 79
3.2.1 Dialog Box Arguments 80
3.2.3 Dialog Box Return Values 81
3.2.4 Position 81
3.2.5 Options 82
3.2.6 Dialog Box Items 83
3.2.7 Tab Order 98
3.2.8 Functions for Dialog Boxes 99
3.3 Toolboxes 99
3.3.1 Tool Items 100
3.3.2 Update Item 102
3.3.4 Close Item 103
3.4 Toolbars 103
3.5 Menus 104
4 Standard Interface Macros 107
Annotation Font 109
Annotation Select 109
Annotation Text 110
Call Menu Item 110
Create Legend 110
File Close All 111
Layer Settings 111
Layer Status 112
New Layer Default Settings 112
Scale for Layer 113
Setup Colors 113
Setup Colorsplay 114
Setup Fill Styles 114
Setup Fillsplay 114
Setup Line Styles 115
Setup Linesplay 115
Setup Palettes 116
Setup Quantile Fillstyles 117
Update Map Toolbar 117
Set Exist 117
Create Set 118
Delete Set 118
Locate View 118
Locate Address 121
Locate Address Results 122
Address Match 124
Get Rule Files 125
Get City Rule Files 126
Get Location Index Properties 126
Get Location Index 127
Find with Location Index 128
Drop Location Index 130
Drop All Location Indexes 131
Locate View 131
Location Index Example 133
Set Default Route System Style 136
Set Network 136
You write GISDK macros and other resources, including dialog boxes and menus, using Caliper Script, a programming language that provides full access to GISDK functions in the platform. Resources are compiled into a database, called a UI Database. This sect
文档评论(0)