- 1、本文档共821页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
地理信息系统开发工具GISDK使用手册英文版第四部分 Function List
Abs()
Summary
Computes the absolute value of a number.
Syntax
rslt = Abs(real value)
Argument
Contents
value
Any number
Returns
A real number equal to the absolute value of value.
See Also
Function
Summary
Sign()
Computes the sign of a number.
Acos()
Summary
Computes the arccosine of a value.
Syntax
rslt = Acos(real value)
Argument
Contents
value
Any number between -1.0 and +1.0
Returns
A real number equal to the angle in radians whose cosine is value.
See Also
Function
Summary
Cos()
Computes the cosine of an angle expressed in radians
Asin()
Computes the arcsine of a value
Atan()
Computes the arctangent of a value
Acosh()
Summary
Computes the hyperbolic arccosine of a value.
Syntax
rslt = Acosh(real value)
Argument
Contents
value
Any number greater than or equal to 1.0
Returns
A real number equal to the number whose hyperbolic cosine is value.
Error Codes
Error Type
Meaning
Error
Value is less than 1.0
See Also
Function
Summary
Cosh()
Computes the hyberbolic cosine of an angle expressed in radians
Asinh()
Computes the hyperbolic arc sine of a value
Atanh()
Computes the hyperbolic arc tangent of a number
AddAnnotation()
Summary
Adds an annotation to a map or layout window.
Changes
From Version 3.0 added a new annotation type, splined text, which is text that follows the path of a smoothed polyline or spline curve.
Syntax
id = AddAnnotation(string window_spec, string type, array spec)
Argument
Contents
window_spec
The type and name of the window containing the annotation
type
Annotation type
spec
An array of name-value pairs that define the annotation
Annotation Type
Window Type
Valid Specifications
Bitmap
Layout, map
Color, Editable, File, Location (2 coords on a layout, a scope on a map)
Circle
Layout, map
Editable, Fill Color, Fill Style, Line Color, Line Style, Line Width, Location (a circle)
Compass
Map
Color, Editable, Font, Index, Location (a scope)
Container
Layout
Editable, Location (2 coords)
Editor
Layout
Color, Drop Shadow, Editable, Font, Grid, Line Col
文档评论(0)