Symbol类参考
符号基类。 更多...
被SymbolFill、SymbolLine及SymbolMarker继承.
公有成员 | |
(SymbolType) | - getType |
获取符号类型 | |
(NSString *) | - getName |
获取符号名称 | |
(int) | - getID |
返回符号在符号库中ID(唯一) | |
(NSString *) | - toString |
返回包含符号ID和名称的字符串 | |
(CGImageRef) | - drawBmpWidth:height:withBack: |
将符号输出图像(bitmap) | |
(void) | - setSymbolStyle: |
设置符号的风格 |
详细描述
符号基类。
符号库中所有的符号类,包括点状符号类,线型符号类和填充符号类都继承自符号基类。
成员函数文档
- (CGImageRef) drawBmpWidth: | (int) | nBmpWidth | ||
height: | (int) | nBmpHeight | ||
withBack: | (Color *) | backColor | ||
将符号输出图像(bitmap)
- 参数:
-
nBmpWidth 图像的宽 nBmpHeight 图像的高
- (int) getID |
返回符号在符号库中ID(唯一)
- (NSString*) getName |
获取符号名称
- (SymbolType) getType |
获取符号类型
- (void) setSymbolStyle: | (GeoStyle *) | style |
设置符号的风格
- (NSString*) toString |
返回包含符号ID和名称的字符串
该类的文档由以下文件生成:
版权所有©2005-2021 北京超图软件股份有限公司。保留所有权利。