GeoJSONLayerProperties

混合模式

关系

Extends

GeoJSONLayerProperties 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"

版权信息

copyright?: string

类型: string

customParameters

自定义参数

customParameters?: any

类型: any

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?: GeoJSONLayerElevationInfoProperties

featureEffect

要素效果

featureEffect?: FeatureEffectProperties

featureReduction

要素简化

featureReduction?: FeatureReductionBinningProperties

fields

字段数组

fields?: FieldProperties

fullExtent

图层的完整空间范围

fullExtent?: ExtentProperties

geometryType

图层中要素的几何类型

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

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

id

分配给图层的唯一标识符

id?: string

类型: string

labelingInfo

图层的标签定义,指定为LabelClass数组

labelingInfo?: LabelClassProperties

labelsVisible

指示是否为此图层显示标签

labelsVisible?: boolean

类型: boolean

legendEnabled

指示图层是否包含在图例中

legendEnabled?: boolean

类型: boolean

listMode

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

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

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

maxScale

图层在视图中可见的最大比例尺(最大放大级别)

maxScale?: number

类型: number

minScale

图层在视图中可见的最小比例尺(最大缩小级别)

minScale?: number

类型: number

objectIdField

包含图层中每个要素唯一值或标识符的字段名称

objectIdField?: string

类型: string

opacity

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

opacity?: number

类型: number

orderBy

确定要素在视图中的绘制顺序

orderBy?: OrderByInfoProperties

outFields

从geoJSON文件中包含在每个要素中的字段名称数组

outFields?: string[]

类型: string[]

parent

图层所属的父容器

parent?: Basemap | Map | Ground

类型: Basemap | Map | Ground

persistenceEnabled

启用图层在WebMap或WebScene中的持久化

persistenceEnabled?: boolean

类型: boolean

refreshInterval

图层的刷新间隔(以分钟为单位)

refreshInterval?: number

类型: number

renderer

分配给图层的渲染器

renderer?: HeatmapRendererProperties

screenSizePerspectiveEnabled

在 SceneView 中对屏幕尺寸点符号应用透视缩放。

screenSizePerspectiveEnabled?: boolean

类型: boolean

spatialReference

图层的空间参考。

spatialReference?: SpatialReferenceProperties

title

图层标题,用于在图层列表等位置标识图层

title?: string

类型: string

url

GeoJSON文件的URL

url?: string

类型: string

useViewTime

确定图层是否基于视图的时间范围更新其时间数据

useViewTime?: boolean

类型: boolean

visible

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

visible?: boolean

类型: boolean

BIMFlux AI