UGC 栅格图层类。
SuperMap. |
UGC 栅格图层类。 |
Properties | |
brightness | {Integer} Grid 图层的亮度。 |
colorDictionarys | {Array(SuperMap.REST.ColorDictionary)} 颜色对照表对象。 |
colorGradientType | {SuperMap.REST.ColorGradientType} |
colors | {SuperMap.REST.ServerColor} 颜色表对象。 |
contrast | {Integer} Grid 图层的对比度。 |
dashStyle | {SuperMap.REST.ServerStyle} 栅格数据集特殊值数据的颜色。 |
gridType | {SuperMap.REST.GridType} 格网类型。 |
horizontalSpacing | {Number} 格网水平间隔大小。 |
sizeFixed | {Boolean} 格网是否固定大小,如果不固定大小,则格网随着地图缩放。 |
solidStyle | {SuperMap.REST.ServerStyle} 格网实线的样式。 |
specialColor | {SuperMap.REST.ServerColor} 栅格数据集无值数据的颜色。 |
specialValue | {Number} 图层的特殊值。 |
specialValueTransparent | {Boolean} 图层的特殊值(specialValue)所处区域是否透明。 |
verticalSpacing | {Number} 格网垂直间隔大小。 |
Constructor | |
SuperMap. |
UGC 栅格图层类构造函数。 |
Functions | |
destroy | 释放资源,将引用资源的属性置空。 |
toServerJSONObject | 转换成对应的 JSON 格式对象。 |
{Array(SuperMap.REST.ColorDictionary)} 颜色对照表对象。
{SuperMap.REST.ServerColor} 颜色表对象。
{SuperMap.REST.ServerStyle} 栅格数据集特殊值数据的颜色。
{SuperMap.REST.GridType} 格网类型。
{SuperMap.REST.ServerStyle} 格网实线的样式。
{SuperMap.REST.ServerColor} 栅格数据集无值数据的颜色。
UGC 栅格图层类构造函数。
options | {Object} 参数。 |
colorDictionary | {Array(Object)} 颜色对照表对象。 |
brightness | {Integer} Grid 图层的亮度。 |
colorGradientType | {Boolean} 文本压盖时是否显示压盖的文本对象。 |
colors | {SuperMap.REST.ServerColor} 颜色表对象。 |
contrast | {Integer} Grid 图层的对比度。 |
gridType | {SuperMap.REST.GridType} 格网类型。 |
horizontalSpacing | {Number} 格网水平间隔大小。 |
sizeFixed | {Boolean} 格网是否固定大小,如果不固定大小,则格网随着地图缩放。 |
solidStyle | {SuperMap.REST.ServerStyle} 格网实线的样式。 |
specialColor | {SuperMap.REST.ServerColor} 栅格数据集无值数据的颜色。 |
specialValue | {Number} 图层的特殊值。 |
specialValueTransparent | {Boolean} 图层的特殊值(specialValue)所处区域是否透明。 |
verticalSpacing | {Number} 格网垂直间隔大小。 |
释放资源,将引用资源的属性置空。
destroy: function()
转换成对应的 JSON 格式对象。
toServerJSONObject: function()