FeatureLayerBaseProperties

日期字段的时区设置

属性

dateFieldsTimeZone

日期字段的时区设置

dateFieldsTimeZone?: string

类型: string

definitionExpression

定义表达式,用于过滤要素

definitionExpression?: string

类型: string

displayField

显示字段名称

displayField?: string

类型: string

elevationInfo

高程信息配置

elevationInfo?: FeatureLayerBaseElevationInfoProperties

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

layerId

图层ID

layerId?: number

类型: number

objectIdField

对象ID字段名称

objectIdField?: string

类型: string

returnM

是否返回M值

returnM?: boolean

类型: boolean

returnZ

是否返回Z值

returnZ?: boolean

类型: boolean

sourceJSON

源JSON数据

sourceJSON?: any

类型: any

spatialReference

空间参考系统

spatialReference?: SpatialReferenceProperties

title

图层标题

title?: string

类型: string

url

服务URL地址

url?: string

类型: string

BIMFlux AI