Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICSectionLayerOptions

Cesium的切面图填色构建参数

export
interface

ICSectionLayerOptions

Hierarchy

  • IC3DLayerOptions
    • ICSectionLayerOptions

Index

Properties

allowPicking?: boolean
appearance?: Appearance
asynchronous?: boolean
cacheDrawOptions?: boolean

是否缓存绘制样式,默认是,如果是样式不断刷新的图层则不要缓存

memberof

ICGridLayerOptions

compressVertices?: boolean
cull?: boolean
debugShowBoundingVolume?: boolean
debugShowPerformance?: boolean

是否开启调试模式下的信息显示。如果为false,即使处于调试模式也不会显示相关调试信息。默认为false。

memberof

ICGridLayerOptions

depthFailAppearance?: Appearance
fixedPlane?: CFixedPlane

固定平面,默认是经纬度平面,即做垂直剖面

geometryInstances?: GeometryInstance | GeometryInstance[]
heightData?: string | IGridDataProvider | ILayerDataConfig

高度信息,可以是高度数组(格点属性需要与数据源一致),或者是数据源创建参数,或者是可以返回数据源创建参数的loader描述,如 u-500#res

memberof

IC2DLayerOptions

heightUndef?: number

高度贴图的缺测值,默认9999

interleave?: boolean
interpFromPreSource?: boolean

是否进行自动补帧,如果是,会记录上一次数据源,并根据当前数据源中对应的tz小数部分进行补帧

memberof

ICGridLayerOptions

mask?: string | GeoJsonObject

掩膜边界。可以是一个GeoJSON的多边形对象集合,也可以是保存这个集合的资源ID

memberof

IC2DLayerOptions

modelMatrix?: Matrix4
name?: string

图层名称,默认为系统唯一id

memberof

ICGridLayerOptions

releaseGeometryInstances?: boolean
sectionMode?: "single" | "multiple"

剖面模式,默认单个剖面,可选多个剖面

shadows?: ShadowMode
show?: boolean
trackDataSource?: boolean

是否跟踪数据源变化,如果是,会默认刷新,默认是

memberof

ICGridLayerOptions

vertexCacheOptimize?: boolean

Generated using TypeDoc