GeoStyle3D类参考

三维场景中的几何对象风格类 更多...

所有成员的列表。

公有成员

(id) - init
 构造一个新的 GeoStyle3D 对象
(id) - initWithGeoStyle3D:
 根据指定的GeoStyle3D对象,构造一个新的GeoStyle3D对象
(GeoStyle3D *) - clone
 克隆当前三维场景中的几何对象风格类对象

属性

AltitudeMode3D altitudeMode
 三维场景中的几何对象的高度模式
double bottomAltitude
 底部高程值
double extendedHeight
 拉伸高度值
ColorlineColor
 线颜色
double lineWidth
 线宽
ColormarkerColor
 点颜色
double markerSize
 点大小
double markerScale
 点图标缩放比例
CGPoint markerAncherPoint
NSString * markerFile
 点图标
ColorfillForeColor
 填充前景色
ColorfillBackColor
 填充背景色

详细描述

三维场景中的几何对象风格类

该类主要用于设置三维场景中几何对象的显示风格


成员函数文档

- (GeoStyle3D*) clone  

克隆当前三维场景中的几何对象风格类对象

返回:
克隆的GeoStyle3D对象
- (id) init  

构造一个新的 GeoStyle3D 对象

返回:
GeoStyle3D对象
- (id) initWithGeoStyle3D: (GeoStyle3D *)  style3D  

根据指定的GeoStyle3D对象,构造一个新的GeoStyle3D对象

参数:
style3D GeoStyle3D 对象
返回:
GeoStyle3D对象

属性文档

- (AltitudeMode3D) altitudeMode [read, write, assign]

三维场景中的几何对象的高度模式

- (double) bottomAltitude [read, write, assign]

底部高程值

- (double) extendedHeight [read, write, assign]

拉伸高度值

- (Color*) fillBackColor [read, write, assign]

填充背景色

- (Color*) fillForeColor [read, write, assign]

填充前景色

- (Color*) lineColor [read, write, assign]

线颜色

- (double) lineWidth [read, write, assign]

线宽

- (CGPoint) markerAncherPoint [read, write, assign]
- (Color*) markerColor [read, write, assign]

点颜色

- (NSString*) markerFile [read, write, assign]

点图标

- (double) markerScale [read, write, assign]

点图标缩放比例

- (double) markerSize [read, write, assign]

点大小


该类的文档由以下文件生成: