SuperMap.REST.ServerTheme

UGC 专题图图层类。

Inherits from

Summary
SuperMap.REST.ServerTheme UGC 专题图图层类。
Properties
theme {SuperMap.REST.Theme} 专题图对象。
themeElementPosition {SuperMap.LonLat} 专题图元素位置。
Constructor
SuperMap.REST.ServerTheme UGC 专题图图层类类构造函数。
Functions
toServerJSONObject 转换成对应的 JSON 格式对象。

Properties

theme

{SuperMap.REST.Theme} 专题图对象。

themeElementPosition

{SuperMap.LonLat} 专题图元素位置。

Constructor

SuperMap.REST.ServerTheme

UGC 专题图图层类类构造函数。

Parameters

theme {SuperMap.REST.Theme} 专题图对象。
themeElementPosition {SuperMap.LonLat} 专题图元素位置。

Functions

toServerJSONObject

toServerJSONObject: function()

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

专题图基类。
这个类用来表示经度和纬度对。
toServerJSONObject: function()
转换成对应的 JSON 格式对象。
地图服务图层属性信息类,影像图层(Image)、专题图层(ServerTheme)、栅格图层(Grid)、矢量图层(Vector)等图层均继承该类。
Close