Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFeatureImageStyleOptions

图片样式的配置项

export
interface

IFeatureImageStyleOptions

Hierarchy

  • IFeatureImageStyleOptions

Index

Properties

图片绘制的角度,默认0,单位是弧度。如果单位是度,需要设置angleDegree属性为true

memberof

IFeatureImageStyleOptions

avoidCollison?: FeatureBooleanField

是否避免遮盖,默认为false

memberof

IFeatureImageStyleOptions

图片的颜色。当设置该值的时候,将对图片重新上色。

memberof

IFeatureImageStyleOptions

图像内容,必选项

memberof

IFeatureImageStyleOptions

是否进行深度检测,默认是

memberof

IFeatureImageStyleOptions

眼坐标系的偏移量,单位米,仅支持Cesium,默认[0,0,0]

heightMode?: "none" | "relative" | "clamp"

高度模式。none表示绝对高度,relative表示相对于当前位置地表以上高度,clamp表示贴地。 默认为none 仅支持3D

memberof

IFeatureImageStyleOptions

图像距离点位置的偏移量

memberof

IFeatureImageStyleOptions

shadowBlur?: FeatureNumberField

阴影模糊效果。默认10

memberof

IFeatureImageStyleOptions

shadowColor?: FeatureColorField

阴影的颜色。默认没有阴影

memberof

IFeatureImageStyleOptions

阴影的偏移量 [xoffset,yoffset]。默认[10,10]

memberof

IFeatureImageStyleOptions

图片绘制的大小,默认[32,32]

memberof

IFeatureImageStyleOptions

图像是否可见,默认为是

memberof

IFeatureImageStyleOptions

Generated using TypeDoc