Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITracingContourShadedOptions<TLayer, TLayerOptions>

等值线色斑图追踪配置

Type Parameters

  • TLayer

  • TLayerOptions

Hierarchy

  • ITracingContourShadedOptions

Index

Properties

analysisValues: number[]

分析值列表

dataSource: IGridDataProvider

数据源

drawOptions?: string | IFeatureStyleOptions | FeatureStyle

矢量图形的绘制参数配置

layerOptions?: TLayerOptions

矢量图层构建参数

reserveTracingInfo?: boolean

追踪返回值中是否包含追踪的原始信息,如果不包含,则只返回相应的图层

undef?: number

缺测值,如果数据中没有自带,使用该缺测值

valueFieldName?: string

追踪结果的字段名,默认为value

withShaded: boolean

是否生成色斑图信息

Generated using TypeDoc