# Interface: IDbWipeout
遮罩实体类型接口
# Hierarchy
-
↳ IDbWipeout
# Table of contents
# Properties
- alpha
- brightness
- color
- colorIndex
- delete
- height
- imageDisplayOptClip
- imageDisplayOptShow
- imageDisplayOptShowUnAligned
- imageDisplayOptTransparent
- layer
- lineWidth
- linetype
- linetypeScale
- matrix
- objectid
- pixelHeight
- pixelWidth
- points
- position
- sourceHttpUrl
- typename
- units
- visibility
- width
- xPelsPerUnit
- xdata
- yPelsPerUnit
# Properties
# alpha
• Optional
alpha: number
透明度. [0-255][0完全透明,255完全不透明]
Inherited from: IDbRasterImage.alpha
# brightness
• Optional
brightness: number
明亮度 [0.0 .. 100.0]
Inherited from: IDbRasterImage.brightness
# color
• Optional
color: number
颜色.
Inherited from: IDbRasterImage.color
# colorIndex
• Optional
colorIndex: number
颜色索引.
Inherited from: IDbRasterImage.colorIndex
# delete
• Optional
delete: boolean
是否删除此实体.
Inherited from: IDbRasterImage.delete
# height
• Optional
height: number
高.
Inherited from: IDbRasterImage.height
# imageDisplayOptClip
• Optional
imageDisplayOptClip: boolean
是否裁剪.
Inherited from: IDbRasterImage.imageDisplayOptClip
# imageDisplayOptShow
• Optional
imageDisplayOptShow: boolean
是否显示.
Inherited from: IDbRasterImage.imageDisplayOptShow
# imageDisplayOptShowUnAligned
• Optional
imageDisplayOptShowUnAligned: boolean
是否对齐.
Inherited from: IDbRasterImage.imageDisplayOptShowUnAligned
# imageDisplayOptTransparent
• Optional
imageDisplayOptTransparent: boolean
是否透明.
Inherited from: IDbRasterImage.imageDisplayOptTransparent
# layer
• Optional
layer: string
图层.
Inherited from: IDbRasterImage.layer
# lineWidth
• Optional
lineWidth: number
线宽.
Inherited from: IDbRasterImage.lineWidth
# linetype
• Optional
linetype: string
线型.
Inherited from: IDbRasterImage.linetype
# linetypeScale
• Optional
linetypeScale: number
线型比例.
Inherited from: IDbRasterImage.linetypeScale
# matrix
• Optional
matrix: IDbMatrixOp[]
矩阵.
Inherited from: IDbRasterImage.matrix
# objectid
• Optional
objectid: string
实体句柄,如传了实体句柄,是表示修改此实体.
Inherited from: IDbRasterImage.objectid
# pixelHeight
• Optional
pixelHeight: number
源图片高.
Inherited from: IDbRasterImage.pixelHeight
# pixelWidth
• Optional
pixelWidth: number
源图片宽.
Inherited from: IDbRasterImage.pixelWidth
# points
• Optional
points: [number, number, undefined | number][]
坐标.
# position
• Optional
position: [number, number, undefined | number]
位置.
Inherited from: IDbRasterImage.position
# sourceHttpUrl
• Optional
sourceHttpUrl: string
图片url地址.
Inherited from: IDbRasterImage.sourceHttpUrl
# typename
• Optional
typename: string
类型.
Inherited from: IDbRasterImage.typename
# units
• Optional
units: kNone | kMillimeter | kCentimeter | kMeter | kKilometer | kInch | kFoot | kYard | kMile | kMicroinches | kMils | kAngstroms | kNanometers | kMicrons | kDecimeters | kDekameters | kHectometers | kGigameters | kAstronomical | kLightYears | kParsecs
单位.
Inherited from: IDbRasterImage.units
# visibility
• Optional
visibility: boolean
可见.
Inherited from: IDbRasterImage.visibility
# width
• Optional
width: number
宽.
Inherited from: IDbRasterImage.width
# xPelsPerUnit
• Optional
xPelsPerUnit: number
x轴每像素代表长度.
Inherited from: IDbRasterImage.xPelsPerUnit
# xdata
• Optional
xdata: string
扩展数据.
Inherited from: IDbRasterImage.xdata
# yPelsPerUnit
• Optional
yPelsPerUnit: number
y轴每像素代表长度.
Inherited from: IDbRasterImage.yPelsPerUnit