SuperMap.REST.Vector

UGC 矢量图层类。

Inherits from

Summary
SuperMap.REST.Vector UGC 矢量图层类。
Properties
style {SuperMap.REST.ServerStyle} 矢量图层的风格。
Constructor
SuperMap.REST.Vector UGC 矢量图层类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。
toServerJSONObject 转换成对应的 JSON 格式对象。

Properties

style

{SuperMap.REST.ServerStyle} 矢量图层的风格。

Constructor

SuperMap.REST.Vector

UGC 矢量图层类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

style {SuperMap.REST.ServerStyle} 矢量图层的风格。

Functions

destroy

destroy: function()

释放资源,将引用资源的属性置空。

toServerJSONObject

toServerJSONObject: function()

转换成对应的 JSON 格式对象。

服务端矢量要素风格类 该类用于定义点状符号、线状符号、填充符号风格及其相关属性。
destroy: function()
释放资源,将引用资源的属性置空。
toServerJSONObject: function()
转换成对应的 JSON 格式对象。
地图服务图层属性信息类,影像图层(Image)、专题图层(ServerTheme)、栅格图层(Grid)、矢量图层(Vector)等图层均继承该类。
Close