FeatureLayerProperties

混合模式

关系

Extends

FeatureLayerProperties Extends LayerProperties

属性

blendMode

混合模式

blendMode?: "average" | "color-burn" | "color-dodge" | "color" | "darken" | "destination-atop" | "destination-in" | "destination-out" | "destination-over" | "difference" | "exclusion" | "hard-light" | "hue" | "invert" | "lighten" | "lighter" | "luminosity" | "minus" | "multiply" | "normal" | "overlay" | "plus" | "reflect" | "saturation" | "screen" | "soft-light" | "source-atop" | "source-in" | "source-out" | "vivid-light" | "xor"

类型: "average" | "color-burn" | "color-dodge" | "color" | "darken" | "destination-atop" | "destination-in" | "destination-out" | "destination-over" | "difference" | "exclusion" | "hard-light" | "hue" | "invert" | "lighten" | "lighter" | "luminosity" | "minus" | "multiply" | "normal" | "overlay" | "plus" | "reflect" | "saturation" | "screen" | "soft-light" | "source-atop" | "source-in" | "source-out" | "vivid-light" | "xor"

charts

图表项数组

charts?: any[]

类型: any[]

customParameters

自定义参数

customParameters?: any

类型: any

dateFieldsTimeZone

日期字段时区

dateFieldsTimeZone?: string

类型: string

definitionExpression

定义表达式

definitionExpression?: string

类型: string

displayField

显示字段

displayField?: string

类型: string

displayFilterEnabled

显示过滤器启用标志

displayFilterEnabled?: boolean

类型: boolean

displayFilterInfo

显示过滤器信息

displayFilterInfo?: DisplayFilterInfo

editingEnabled

编辑启用标志

editingEnabled?: boolean

类型: boolean

effect

视觉效果

effect?: Effect

类型: Effect

elevationInfo

高程信息

elevationInfo?: FeatureLayerBaseElevationInfoProperties

featureEffect

要素效果

featureEffect?: FeatureEffectProperties

featureReduction

要素简化

featureReduction?: FeatureReductionBinningProperties

fields

字段数组

fields?: FieldProperties

fullExtent

完整范围

fullExtent?: ExtentProperties

gdbVersion

地理数据库版本

gdbVersion?: string

类型: string

geometryType

几何类型

geometryType?: "multipoint" | "point" | "polygon" | "polyline" | "mesh" | "multipatch"

类型: "multipoint" | "point" | "polygon" | "polyline" | "mesh" | "multipatch"

hasM

包含M值标志

hasM?: boolean

类型: boolean

hasZ

包含Z值标志

hasZ?: boolean

类型: boolean

historicMoment

历史时刻

historicMoment?: DateProperties

id

分配给图层的唯一标识符

id?: string

类型: string

labelingInfo

标注信息

labelingInfo?: LabelClassProperties

labelsVisible

标签可见性

labelsVisible?: boolean

类型: boolean

layerId

图层ID

layerId?: number

类型: number

legendEnabled

图例启用标志

legendEnabled?: boolean

类型: boolean

listMode

指示图层在图层列表组件中的显示方式

listMode?: "show" | "hide" | "hide-children"

类型: "show" | "hide" | "hide-children"

maxScale

最大比例尺

maxScale?: number

类型: number

minScale

最小比例尺

minScale?: number

类型: number

objectIdField

对象ID字段

objectIdField?: string

类型: string

opacity

图层的不透明度(0-1之间)

opacity?: number

类型: number

orderBy

排序方式

orderBy?: OrderByInfoProperties

outFields

输出字段

outFields?: string[]

类型: string[]

parent

图层所属的父容器

parent?: Basemap | Map | Ground

类型: Basemap | Map | Ground

persistenceEnabled

持久化启用标志

persistenceEnabled?: boolean

类型: boolean

refreshInterval

刷新间隔

refreshInterval?: number

类型: number

renderer

渲染器

renderer?: HeatmapRendererProperties

returnM

返回M值标志

returnM?: boolean

类型: boolean

returnZ

返回Z值标志

returnZ?: boolean

类型: boolean

screenSizePerspectiveEnabled

屏幕尺寸透视启用标志

screenSizePerspectiveEnabled?: boolean

类型: boolean

source

数据源

source?: CollectionProperties

sourceJSON

源JSON数据

sourceJSON?: any

类型: any

spatialReference

空间参考

spatialReference?: SpatialReferenceProperties

title

图层标题

title?: string

类型: string

typeIdField

类型ID字段

typeIdField?: string

类型: string

types

要素类型

types?: FeatureTypeProperties

url

服务URL

url?: string

类型: string

visible

指示图层在视图中是否可见

visible?: boolean

类型: boolean

BIMFlux AI