GeoCheapMatte

遮罩

new Cesium.GeoCheapMatte(options)

Name Type Description
options Object optional 参数选项:
Name Type Description
viewer Viewer optional 地球视图
coordinates Cesium.Rectangle optional 矩形范围
image String optional 遮罩图片,URL
color Cesium.Color optional 颜色,与遮罩图片混合的颜色
transparent Boolean optional 是否透明度混合
show Boolean optional 是否可见
Author:
  • liuck
Example:
示例代码:
	var matte = new Cesium.GeoCheapMatte({
		viewer: viewer,
		coordinates: Cesium.Rectangle.fromDegrees(114.38743660177585, 30.471281772892766, 114.41390061677254, 30.486938160113993),
		image: '/geomap-api/JsCesuimDemo/resource/images/rjy-zz.png',
		color: Cesium.Color.BLACK
	});
Demo:

Members

color : Cesium.Color

颜色,与遮罩图片混合的颜色
Default Value: Cesium.Color.WHITE

coordinates : Rectangle

矩形范围
Default Value: Cesium.Rectangle.fromDegrees(-180, -90, 180, 90)

image : String

遮罩图片
Default Value: null

show : Boolean

是否可见
Default Value: true

transparent : Boolean

是否透明度混合
Default Value: false

Methods

destroy()

销毁