Global Title

成员变量

boolean

# constant @private

Whether the browser is IE9 or earlier, which needs special handling for deferred modules.

查看源代码 openlayers/extend/googForOL.js, line 893

string

# constant @private

Name for unsealable tag property.

查看源代码 openlayers/extend/googForOL.js, line 2702

# constant Align

对齐方向

查看源代码 service/base/style/Enum.js, line 186

# constant Anchor

锚点方向

查看源代码 service/base/style/Enum.js, line 169

# constant Anchor

锚点方向

查看源代码 service/base/symbols/Enum.js, line 169

String

# readonly ArcGISLayerType

ArcGIS地图资源类型

属性:
Name Type Description
ImageryWorld2D String
StreetMapWorld2D String
TopoUS2D String
WorldImagery String
WorldPhysical String
WorldShadedRelief String
WorldStreet String
WorldTerrainBase String
WorldTopo String
NatGeoWorldMap String
OceanBasemap String
USATopoMaps String

查看源代码 openlayers/layer/3rdLayer.js, line 1712

String

# constant BroadcastEvent

BroadcastEvent WebSocket消息广播通信事件流程

查看源代码 service/common/SocketEvent.js, line 29

Number

# readonly CItemType

统计分段类型

属性:
Name Type Description
Unknown Number

未知类型

UniqueTheme Number

唯一值

RangeTheme Number

范围

查看源代码 service/common/EnumComm.js, line 402

Number

# readonly CLinAdjustType

线型调整方法枚举

属性:
Name Type Description
Adjust Number

调整

NoAdjust Number

不调整

查看源代码 service/common/EnumComm.js, line 333

Number

# readonly CLinHeadType

线头类型枚举定义

属性:
Name Type Description
Round Number

圆头

Square Number

平头

Butt Number

尖头

查看源代码 service/common/EnumComm.js, line 350

Number

# readonly CLinJointType

线拐角类型枚举

属性:
Name Type Description
Round Number

圆角

Square Number

平角

Butt Number

尖角

查看源代码 service/common/EnumComm.js, line 368

Number

# readonly CLinStyleMakeType

线型生成方法

属性:
Name Type Description
Byrule Number

规律性生成线型

Bypoint Number

按控制点生成线型

查看源代码 service/common/EnumComm.js, line 386

object

# custom

自定义天地图

查看源代码 openlayers/layer/3rdLayer.js, line 565

boolean

# constant DEBUG

is provided as a convenience so that debugging code that should not be included in a production js_binary can be easily stripped by specifying --define goog.DEBUG=false to the JSCompiler. For example, most toString() methods should be declared inside an "if (goog.DEBUG)" conditional because they are generally used for debugging purposes and it is difficult for the JSCompiler to statically determine whether they are used.

查看源代码 openlayers/extend/googForOL.js, line 142

string

# domain

请求使用的域名,基地址

查看源代码 openlayers/layer/3rdLayer.js, line 477

string

# domain

请求使用的域名,基地址

查看源代码 openlayers/layer/3rdLayer.js, line 850

string

# domain

请求使用的域名,基地址

查看源代码 openlayers/layer/cacheTileLayer.js, line 104

string

# domain

请求使用的域名,基地址

查看源代码 openlayers/layer/mapDocLayer.js, line 171

string

# domain

请求使用的域名,基地址

查看源代码 openlayers/layer/mapDocTileLayer.js, line 182

string

# domain

请求使用的域名,基地址

查看源代码 openlayers/layer/mapLayer.js, line 142

string

# domain

请求使用的域名,基地址

查看源代码 openlayers/layer/tileMapLayer.js, line 117

Number

# readonly EightDirType

点八方位注记类型

属性:
Name Type Description
East Number

North Number

NorthEast Number

东北

NorthWest Number

西北

South Number

SouthEast Number

东南

SouthWest Number

西南

West Number

西

NoDir Number

无方位

查看源代码 service/common/EnumComm.js, line 216

String

# readonly EsCatlogName

ElasticSearch数据库名称

属性:
Name Type Description
SpaceTime String

时空库

Addredd String

地址库

作者:
  • 基础平台-潘卓然

查看源代码 service/datastore/elasticsearch/Enum.js, line 22

String

# readonly EsCatlogType

ElasticSearch数据库类型

属性:
Name Type Description
SpaceTime String

时空库

Addredd String

地址库

作者:
  • 基础平台-潘卓然

查看源代码 service/datastore/elasticsearch/Enum.js, line 8

String

# readonly EsGeoHashType

ElasticSearch-GeoHash聚合返回类型

属性:
Name Type Description
Point String

点类型

Polygon String

区类型

作者:
  • 基础平台-潘卓然

查看源代码 service/datastore/elasticsearch/Enum.js, line 36

string

# f

图像类型:jpg,png,gif

查看源代码 openlayers/layer/mapDocLayer.js, line 60

string

# f

图像类型:jpg,png,gif

查看源代码 openlayers/layer/mapLayerOld.js, line 69

Number

# readonly FeatureType

要素几何类型

属性:
Name Type Description
Unknown Number

未知类型

Pnt Number

Lin Number

线

Reg Number

查看源代码 service/common/EnumComm.js, line 54

# constant FillStyle

填充样式

查看源代码 service/base/style/Enum.js, line 50

# constant FillStyle

填充样式

查看源代码 service/base/symbols/Enum.js, line 50

string

# filters

用户指定的图层过滤条件,它由多个键值对组成,值为您所要设定的过滤条件。eg:'1:ID>4,3:ID>1'中文请使用UTF-8编码后再传入参数javascitpt中请使用encodeURI()函数编码后再代入filters参数中注意,在此函数中“:”和“,”是保留字符,用于表示键值对概念和分隔不同图层的条件,请不要将这2个字符用于自定义条件中

查看源代码 openlayers/layer/mapDocLayer.js, line 80

string

# filters

用户指定的图层过滤条件,它由多个键值对组成,值为您所要设定的过滤条件。eg:'1:ID>4,3:ID>1'中文请使用UTF-8编码后再传入参数javascitpt中请使用encodeURI()函数编码后再代入filters参数中注意,在此函数中“:”和“,”是保留字符,用于表示键值对概念和分隔不同图层的条件,请不要将这2个字符用于自定义条件中

查看源代码 openlayers/layer/mapDocTileLayer.js, line 146

string

# filters

用户指定的图层过滤条件,它由多个键值对组成,值为您所要设定的过滤条件。eg:'1:ID>4,3:ID>1'中文请使用UTF-8编码后再传入参数javascitpt中请使用encodeURI()函数编码后再代入filters参数中注意,在此函数中“:”和“,”是保留字符,用于表示键值对概念和分隔不同图层的条件,请不要将这2个字符用于自定义条件中

查看源代码 openlayers/layer/mapLayer.js, line 113

string

# filters

用户指定的图层过滤条件,它由多个键值对组成,值为您所要设定的过滤条件。eg:'1:ID>4,3:ID>1'中文请使用UTF-8编码后再传入参数javascitpt中请使用encodeURI()函数编码后再代入filters参数中注意,在此函数中“:”和“,”是保留字符,用于表示键值对概念和分隔不同图层的条件,请不要将这2个字符用于自定义条件中

查看源代码 openlayers/layer/mapLayerOld.js, line 87

# constant FontDecoration

字体权重

查看源代码 service/base/style/Enum.js, line 86

# constant FontDecoration

字体权重

查看源代码 service/base/symbols/Enum.js, line 86

Number

# readonly FontShape

动态注记字形的类型

属性:
Name Type Description
Positive Number

正体

LeftOblique Number

左斜

RightOblique Number

右斜

LeftTowering Number

左耸

RightTowering Number

右耸

查看源代码 service/common/EnumComm.js, line 74

# constant FontStyle

字体样式

查看源代码 service/base/style/Enum.js, line 65

# constant FontStyle

字体样式

查看源代码 service/base/symbols/Enum.js, line 65

# constant FontWeight

字体权重

查看源代码 service/base/style/Enum.js, line 75

# constant FontWeight

字体权重

查看源代码 service/base/symbols/Enum.js, line 75

Array.<string>

# gdbps

要显示的矢量图层的URL地址

查看源代码 openlayers/layer/mapLayer.js, line 56

Array.<string>

# gdbps

要显示的矢量图层的URL地址

查看源代码 openlayers/layer/mapLayerOld.js, line 58

# constant goog

Base namespace for the Closure library. Checks to see goog is already defined in the current scope before assigning to prevent clobbering if base.js is loaded more than once.

查看源代码 openlayers/extend/googForOL.js, line 9

String

# readonly GoogleLayerType

谷歌地图资源类型

属性:
Name Type Description
VEC String

Google矢量数据

RASTER String

Google影像数据

ROAD String

Google道路数据

TERRAIN String

Google地形数据

VEC_IGS String

Google矢量数据(通过IGS)

RASTER_IGS String

Google影像数据(通过IGS)

ROAD_IGS String

Google道路数据(通过IGS)

TERRAIN_IGS String

Google地形数据(通过IGS)

查看源代码 openlayers/layer/3rdLayer.js, line 1686

# headHeightFactor

Property: headHeightFactor {Number} 箭头头部高度因子

查看源代码 openlayers/extend/MilStd.js, line 69

# headWidthFactor

Property: headHeightFactor {Number} 箭头头部宽度因子

查看源代码 openlayers/extend/MilStd.js, line 75

# constant HorizontalAlignment

水平对齐方向

查看源代码 service/base/style/Enum.js, line 96

# constant HorizontalAlignment

水平对齐方向

查看源代码 service/base/symbols/Enum.js, line 96

string

# constant How

to decide whether to transpile. Valid values are 'always', 'never', and 'detect'. The default ('detect') is to use feature detection to determine which language levels need transpilation.

查看源代码 openlayers/extend/googForOL.js, line 787

# constant IgsServiceType

服务协议类别,保证稳定性,注意不要重构枚举名和枚举值

查看源代码 service/Igserver/common/IgsServiceType.js, line 20

string

# ip

地图服务请求地址(可通过初始对象的options赋值)

查看源代码 openlayers/layer/cacheTileLayer.js, line 32

string

# ip

地图服务请求地址

查看源代码 openlayers/layer/mapDocLayer.js, line 39

string

# ip

地图服务请求地址(可通过初始对象的options赋值)

查看源代码 openlayers/layer/mapDocTileLayer.js, line 44

string

# ip

地图服务请求地址(可通过初始对象的options赋值)

查看源代码 openlayers/layer/mapLayer.js, line 42

string

# ip

地图服务请求地址

查看源代码 openlayers/layer/mapLayerOld.js, line 44

string

# ip

地图服务请求地址(可通过初始对象的options赋值)

查看源代码 openlayers/layer/tileMapLayer.js, line 38

boolean

# isAntialiasing

高质量显示 true,false

查看源代码 openlayers/layer/mapDocLayer.js, line 157

Number

# readonly ISShowArc

是否显示弧段

属性:
Name Type Description
Reg Number

只显示填充区域

Arc Number

只显示弧段

All Number

两者都显示

查看源代码 service/common/EnumComm.js, line 246

Number

# readonly LabelLinType

线的动态注记的线方位类型

属性:
Name Type Description
Curved Number

弯曲注记

Forward Number

笔直注记

Horizontal Number

水平注记

Tangent Number

正交注记

查看源代码 service/common/EnumComm.js, line 96

Number

# readonly LabelPntType

点的动态注记的方位类型

属性:
Name Type Description
PntAnyDir Number

任意方位

PntEightDir Number

八方位

PntOnFea Number

压点

查看源代码 service/common/EnumComm.js, line 138

Number

# readonly LabelRegType

区的动态注记的区方位类型

属性:
Name Type Description
Curved Number

沿骨架线弯曲注记

Forward Number

沿骨架线笔直注记

Horizontal Number

水平注记

Boundray Number

边界线注记

Outside Number

区域外注记

查看源代码 service/common/EnumComm.js, line 116

Number

# readonly LabelSpreadType

注记分布的策略

属性:
Name Type Description
AutoSpread Number

自动分布策略(全是数字或字符采用集中注记方式,注记中带有汉字采用分散分布注记)

Centralization Number

字符集中分布

Decentralization Number

字符分散分布

查看源代码 service/common/EnumComm.js, line 174

String

# constant LayerEvent

BroadcastEvent WebSocket 图层事件,用户、二次开发一般关注这个事件

查看源代码 service/common/SocketEvent.js, line 45

string

# layers

指示需要显示的地图图层号show,hide,include,exclude 4种形式eg: 'layers=show:1,2,3','layers=include:4,5,7'

查看源代码 openlayers/layer/mapDocLayer.js, line 69

string

# layers

指示需要显示的地图图层号show,hide,include,exclude 4种形式eg: 'layers=show:1,2,3','layers=include:4,5,7'

查看源代码 openlayers/layer/mapDocTileLayer.js, line 135

Zondy.Enum.Map.LayerStatusType

# readonly LayerStatusType

图层状态类型

属性:
Name Type Description
Show Zondy.Enum.Map.LayerStatusType

仅仅显示指定了图层序号的图层

Hide Zondy.Enum.Map.LayerStatusType

显示除hide参数指定图层外所有的图层

Include Zondy.Enum.Map.LayerStatusType

除显示默认图层(地图文档内图层状态为可见的图层)外,另追加这些被指定的图层显示,追加的这些图层必须为地图中包含的图层。

Exclude Zondy.Enum.Map.LayerStatusType

从默认图层列表里删除这些被指定的图层后,进行显示

查看源代码 service/common/EnumComm.js, line 438

Number

# readonly LineConstrain

偏离线约束

属性:
Name Type Description
Left Number

注记在线的左边

Right Number

注记在线的右边

Above Number

注记在线的上方

Below Number

注记在线的下方

Both Number

注记在线的两边

NoRes Number

没有约束

查看源代码 service/common/EnumComm.js, line 192

# constant LineMarkerPlacement

标记线标记点位置

查看源代码 service/base/style/Enum.js, line 159

# constant LineMarkerPlacement

标记线标记点位置

查看源代码 service/base/symbols/Enum.js, line 159

# constant LineMarkerStyle

线样式

查看源代码 service/base/style/Enum.js, line 37

# constant LineMarkerStyle

线样式

查看源代码 service/base/symbols/Enum.js, line 37

# constant LineStyle

标注样式

查看源代码 service/base/style/Enum.js, line 18

# constant LineStyle

标注样式

查看源代码 service/base/symbols/Enum.js, line 18

string

# constant LOCALE

defines the locale being used for compilation. It is used to select locale specific data to be compiled in js binary. BUILD rule can specify this value by "--define goog.LOCALE=<locale_name>" as JSCompiler option.

Take into account that the locale code format is important. You should use the canonical Unicode format with hyphen as a delimiter. Language must be lowercase, Language Script - Capitalized, Region - UPPERCASE. There are few examples: pt-BR, en, en-US, sr-Latin-BO, zh-Hans-CN.

See more info about locale codes here: http://www.unicode.org/reports/tr35/#Unicode_Language_and_Locale_Identifiers

For language codes you should use values defined by ISO 693-1. See it here http://www.w3.org/WAI/ER/IG/ert/iso639.htm. There is only one exception from this rule: the Hebrew language. For legacy reasons the old code (iw) should be used instead of the new code (he), see http://wiki/Main/IIISynonyms.

查看源代码 openlayers/extend/googForOL.js, line 153

Object

# mapstyOption

ShapeFile的服务器样式文件xml路径

查看源代码 openlayers/layer/mapLayer.js, line 181

string

# mapstyUri

ShapeFile的服务器shp文件路径

查看源代码 openlayers/layer/mapLayer.js, line 175

String

# readonly MapType

地图类型

属性:
Name Type Description
Doc String

发布的地图文档

Tile String

发布的瓦片地图

查看源代码 service/common/EnumComm.js, line 422

# constant MarkStyle

标注样式

查看源代码 service/base/style/Enum.js, line 5

# constant MarkStyle

标注样式

查看源代码 service/base/symbols/Enum.js, line 5

number

# maxResolution

最大分辨率,新瓦片必须指定

查看源代码 openlayers/layer/cacheTileLayer.js, line 53

number

# maxResolution

最大分辨率,新瓦片必须指定

查看源代码 openlayers/layer/mapDocTileLayer.js, line 65

number

# maxResolution

最大分辨率,新瓦片必须指定

查看源代码 openlayers/layer/mapLayer.js, line 67

number

# maxResolution

最大分辨率,新瓦片必须指定

查看源代码 openlayers/layer/tileMapLayer.js, line 56

number

# maxZoom

动态裁图瓦片地图总级数

查看源代码 openlayers/layer/cacheTileLayer.js, line 72

number

# maxZoom

动态裁图瓦片地图总级数

查看源代码 openlayers/layer/mapDocTileLayer.js, line 97

number

# maxZoom

动态裁图瓦片地图总级数

查看源代码 openlayers/layer/mapLayer.js, line 87

number

# maxZoom

瓦片地图总级数

查看源代码 openlayers/layer/tileMapLayer.js, line 75

number

# minZoom

动态裁图瓦片地图最小级数

查看源代码 openlayers/layer/mapDocTileLayer.js, line 104

string

# name

地图名称,必须赋值

查看源代码 openlayers/layer/cacheTileLayer.js, line 46

string

# name

要显示的地图文档名称(必须赋值)

查看源代码 openlayers/layer/mapDocLayer.js, line 53

string

# name

地图名称,必须赋值

查看源代码 openlayers/layer/mapDocTileLayer.js, line 58

string

# name

地图名称,必须赋值

查看源代码 openlayers/layer/tileMapLayer.js, line 50

# neckHeightFactor

Property: headHeightFactor {Number} 箭头腰部高度因子

查看源代码 openlayers/extend/MilStd.js, line 81

# neckWidthFactor

Property: headHeightFactor {Number} 箭头腰部宽度因子

查看源代码 openlayers/extend/MilStd.js, line 87

String

# readonly NetAnalyType

网络分析类型

属性:
Name Type Description
UserMode String

用户模式

SysModeCommwayPrefer String

系统模式--普通公路优先

SysModeHighWayPrefer String

系统模式--高速公路优先

SysModeMinCost String

系统模式--最少花费

SysModeMinDis String

系统模式--最短路径

SysModeMinDis String

系统模式--最短时间

SysModeSysRecommend String

系统模式--系统推荐

查看源代码 service/common/EnumComm.js, line 267

Number

# readonly NetElemType

网络元素类型

属性:
Name Type Description
Node Number

节点元素

Edge Number

边元素

CNode Number

复杂结点元素

Chain Number

链元素

Center Number

中心元素

Source Number

Sink Number

查看源代码 service/common/EnumComm.js, line 300

string

# networkProtocol

请求使用的网格协议,默认http协议

查看源代码 openlayers/layer/3rdLayer.js, line 470

string

# networkProtocol

请求使用的网格协议,默认http协议

查看源代码 openlayers/layer/3rdLayer.js, line 843

string

# networkProtocol

请求使用的网格协议,默认http协议

查看源代码 openlayers/layer/cacheTileLayer.js, line 97

string

# networkProtocol

请求使用的网格协议,默认http协议

查看源代码 openlayers/layer/mapDocLayer.js, line 164

string

# networkProtocol

请求使用的网格协议,默认http协议

查看源代码 openlayers/layer/mapDocTileLayer.js, line 175

string

# networkProtocol

请求使用的网格协议,默认http协议

查看源代码 openlayers/layer/mapLayer.js, line 135

string

# networkProtocol

请求使用的网格协议,默认http协议

查看源代码 openlayers/layer/tileMapLayer.js, line 110

Array.<*>

# objectStack[undefined]

查看源代码 service/OGC/util/base/xml.js, line 150

Array.<*>

# objectStack[undefined]

查看源代码 service/OGC/util/base/xml.js, line 178

Object

# non-null objectStack[undefined]

查看源代码 service/OGC/util/base/xml.js, line 232

Object

# non-null objectStack[undefined]

查看源代码 service/OGC/util/base/xml.js, line 266

NodeStackItem

# objectStack[undefined]

查看源代码 service/OGC/util/base/xml.js, line 288

NodeStackItem

# objectStack[undefined]

查看源代码 service/OGC/util/base/xml.js, line 349

Object

# objectStack[undefined]

查看源代码 service/OGC/util/OWS.js, line 339

String

# readonly OpenStreetLayerType

OpenStreet地图资源类型

属性:
Name Type Description
LandScape String
CYCLE String
CycleTransport String
OSM String
OSM_HYB String
OSM_Quest String
OSM_Q_SAT String

查看源代码 openlayers/layer/3rdLayer.js, line 1734

Array.<number>

# origin

地图的原点,可由外部指定,动态裁图默认左上角

查看源代码 openlayers/layer/cacheTileLayer.js, line 90

Array.<number>

# origin

地图的原点,可由外部指定,动态裁图默认左上角

查看源代码 openlayers/layer/mapDocTileLayer.js, line 123

Array.<number>

# origin

地图的原点,可由外部指定,默认左上角

查看源代码 openlayers/layer/tileMapLayer.js, line 103

string

# PARAM_BRACKET_LEFT

参数括号左边

查看源代码 service/datastore/elasticsearch/BaseDefine.js, line 27

string

# PARAM_BRACKET_RIGHT

参数括号右边

查看源代码 service/datastore/elasticsearch/BaseDefine.js, line 33

String

# readonly PARAM_COMMA

ElasticSearch的默认查询租佃参数

Default Value:
  • queryField=

查看源代码 service/datastore/elasticsearch/BaseDefine.js, line 15

string

# PARAM_SPACE

参数空格

查看源代码 service/datastore/elasticsearch/BaseDefine.js, line 21

String

# readonly PARAM_SPLIT

ElasticSearch的默认分号

Default Value:
  • ;

查看源代码 service/datastore/elasticsearch/BaseDefine.js, line 41

String

# readonly PARAM_SUB

ElasticSearch的默认查询租佃参数

Default Value:
  • queryField=

查看源代码 service/datastore/elasticsearch/BaseDefine.js, line 8

string

# constant Path

to the transpiler. Executing the script at this path (relative to base.js) should define a function $jscomp.transpile.

查看源代码 openlayers/extend/googForOL.js, line 799

string

# port

地图服务请求端口(可通过初始对象的options赋值)

查看源代码 openlayers/layer/cacheTileLayer.js, line 39

string

# port

地图服务请求端口

查看源代码 openlayers/layer/mapDocLayer.js, line 46

string

# port

地图服务请求端口(可通过初始对象的options赋值)

查看源代码 openlayers/layer/mapDocTileLayer.js, line 51

string

# port

地图服务请求端口(可通过初始对象的options赋值)

查看源代码 openlayers/layer/mapLayer.js, line 49

string

# port

地图服务请求端口

查看源代码 openlayers/layer/mapLayerOld.js, line 51

string

# port

地图服务请求端口(可通过初始对象的options赋值)

查看源代码 openlayers/layer/tileMapLayer.js, line 44

Zondy.Object.CGetImageBySRSID

# proj

动态投影参数,设置地图文档在服务器端重新投影所需的空间参考系对象

查看源代码 openlayers/layer/mapDocLayer.js, line 94

Zondy.Object.CSRefInfoBySRSID

# proj

动态投影参数,设置地图文档在服务器端重新投影所需的空间参考系对象

查看源代码 openlayers/layer/mapDocTileLayer.js, line 160

Number

# readonly RepeatType

线重复注记策略

属性:
Name Type Description
Auto Number

自动重复注记(当线长度超过注记长度的2倍时重复注记,否则不重复注记)

NoRep Number

从不重复注记

OnStep Number

分段注记

查看源代码 service/common/EnumComm.js, line 156

string

# rlt

随机数用于取图无需取缓存,一般无需赋值

查看源代码 openlayers/layer/mapDocLayer.js, line 108

string

# rlt

随机数用于取图无需取缓存,一般无需赋值

查看源代码 openlayers/layer/mapLayerOld.js, line 76

String

# readonly SPACE_ENUM_POLYGON

ElasticSearch的空间-区类型

Default Value:
  • polygon

查看源代码 service/datastore/elasticsearch/BaseDefine.js, line 49

Array.<Zondy.Object.CDisplayStyle>

# style

显示参数[Zondy.Object.CDisplayStyle,Zondy.Object.CDisplayStyle]

查看源代码 openlayers/layer/mapLayerOld.js, line 95

String

# constant SubscribeEvent

SubscribeEvent WebSocket消息订阅通信事件流程

查看源代码 service/common/SocketEvent.js, line 13

# tailWidthFactor

Property: headHeightFactor {Number} 箭头尾部宽度因子

查看源代码 openlayers/extend/MilStd.js, line 93

# constant TextPlacement

文字方向 mapboxgl引擎特有属性

查看源代码 service/base/style/Enum.js, line 196

# constant TextPlacement

文字方向 mapboxgl引擎特有属性

查看源代码 service/base/symbols/Enum.js, line 196

String

# readonly TiandituType

天地图资源类型

属性:
Name Type Description
VEC String

天地图矢量数据

IMG String

天地图影像数据

CVA String

天地图矢量注记数据

CIA String

天地图影像注记数据

VEC_IGS String

天地图矢量数据(通过IGS)

IMG_IGS String

天地图影像数据(通过IGS)

CVA_IGS String

天地图矢量注记数据(通过IGS)

CIA_IGS String

天地图影像注记数据(通过IGS)

查看源代码 openlayers/layer/3rdLayer.js, line 1660

string

# tileMatrixSet

天地图投影类型

查看源代码 openlayers/layer/3rdLayer.js, line 447

string

# tileOriginType

瓦片裁剪方式,是左上还是左下的方式,即是新瓦片裁剪的方式还是旧瓦片一般无需设置此参数,直接由原点和中心点进行判断,只有在某些特殊的裁剪的瓦片中需要用到例如若裁剪瓦片时以左下角为原点,方式却是新瓦片的方式则需要设置此参数为newTile参数:eg:若需要强制以新瓦片的方式进行显示,则赋值为oldTile即可

查看源代码 openlayers/layer/tileMapLayer.js, line 86

number

# tileSize

地图图片大小

查看源代码 openlayers/layer/cacheTileLayer.js, line 79

number

# tileSize

地图图片大小

查看源代码 openlayers/layer/mapDocTileLayer.js, line 111

number

# tileSize

地图图片大小

查看源代码 openlayers/layer/mapLayer.js, line 94

number

# tileSize

地图图片大小

查看源代码 openlayers/layer/tileMapLayer.js, line 93

ol.TileUrlFunctionType

# protected tileUrlFunction

拼接取图地址方法

查看源代码 openlayers/layer/cacheTileLayer.js, line 135

ol.TileUrlFunctionType

# protected tileUrlFunction

拼接取图地址方法

查看源代码 openlayers/layer/tileMapLayer.js, line 135

string

# token

天地图取图token

查看源代码 openlayers/layer/3rdLayer.js, line 572

Number

# readonly TotalCount

一次查询的总要素个数,仅在做要素查询时有意义

属性:
Name Type Description
TotalCount

查看源代码 service/common/FeatureSet.js, line 33

Number | String

# readonly VectClsType

矢量数据类型

属性:
Name Type Description
Unknown Number | String

未知类型

SFCls Number | String

简单要素类

AnnoCls Number | String

注记类

查看源代码 service/common/EnumComm.js, line 35

# constant VerticalAlignment

竖直对齐方向

查看源代码 service/base/style/Enum.js, line 106

# constant VerticalAlignment

竖直对齐方向

查看源代码 service/base/symbols/Enum.js, line 106

boolean

# constant Whether

this code is running on trusted sites.

On untrusted sites, several native functions can be defined or overridden by external libraries like Prototype, Datejs, and JQuery and setting this flag to false forces closure to use its own implementations when possible.

If your JavaScript can be loaded by a third party site and you are wary about relying on non-standard implementations, specify "--define goog.TRUSTED_SITE=false" to the JSCompiler.

查看源代码 openlayers/extend/googForOL.js, line 175

boolean

# constant Whether

a project is expected to be running in strict mode.

This define can be used to trigger alternate implementations compatible with running in EcmaScript Strict mode or warn about unavailable functionality.

See:

查看源代码 openlayers/extend/googForOL.js, line 189

boolean

# constant Whether

code that calls goog.setTestOnly should be disallowed in the compilation unit.

查看源代码 openlayers/extend/googForOL.js, line 200

boolean

# constant Whether

to use a Chrome app CSP-compliant method for loading scripts via goog.require. @see appendScriptSrcNode_.

查看源代码 openlayers/extend/googForOL.js, line 207

boolean

# constant Whether

to enable the debug loader.

If enabled, a call to goog.require() will attempt to load the namespace by appending a script tag to the DOM (if the namespace has been registered).

If disabled, goog.require() will simply assert that the namespace has been provided (and depend on the fact that some outside tool correctly ordered the script).

查看源代码 openlayers/extend/googForOL.js, line 601

boolean

# constant Whether

to load goog.modules using {@code eval} when using the debug loader. This provides a better debugging experience as the source is unmodified and can be edited using Chrome Workspaces or similar. However in some environments the use of {@code eval} is banned so we provide an alternative.

查看源代码 openlayers/extend/googForOL.js, line 755

boolean

# constant Whether

the exports of goog.modules should be sealed when possible.

查看源代码 openlayers/extend/googForOL.js, line 765

boolean

# constant Whether

the instances returned by goog.defineClass should be sealed when possible.

When sealing is disabled the constructor function will not be wrapped by goog.defineClass, making it incompatible with ES6 class methods.

查看源代码 openlayers/extend/googForOL.js, line 2580

String

# readonly XClsType

数据类型

属性:
Name Type Description
SFCls String

简单要素类

OCls String

对象类

ACls String

注记类

GnetCls String

网络类

RDS String

栅格数据集

SFClsInfo String

简单要素类详细信息

查看源代码 service/common/EnumComm.js, line 11

方法

# addClassBreakInfo(info)

添加分段信息

参数:
名称 类型 描述
info Object

分段信息的实例化对象

查看源代码 service/base/renderer/ClassBreaksRenderer.js, line 102

# addUniqueValueInfo(info)

添加单值信息

参数:
名称 类型 描述
info Object

单值信息的实例化对象

查看源代码 service/base/renderer/UniqueValueRenderer.js, line 102

# copyProperties(target, source)

将要拷贝的源对象属性拷贝到对应的目标对象里面

参数:
名称 类型 描述
target *

目标对象

source *

源对象

查看源代码 service/common/Mixin.js, line 31

# fromJSON(json)

将JSON格式的分段信息转换为JS对象

参数:
名称 类型 描述
json Object

分段信息的实例化JSON

查看源代码 service/base/renderer/ClassBreakInfo.js, line 37

# fromJSON(json)

将JSON格式的渲染规则转换为JS对象

参数:
名称 类型 描述
json Object

渲染规则的实例化JSON

查看源代码 service/base/renderer/ClassBreaksRenderer.js, line 57

# fromJSON(json)

将JSON格式的视觉变量转换为JS对象

参数:
名称 类型 描述
json Object

视觉变量的实例化JSON

查看源代码 service/base/renderer/ColorVariable.js, line 45

# fromJSON(json)

将JSON格式的视觉变量转换为JS对象

参数:
名称 类型 描述
json Object

视觉变量的实例化JSON

查看源代码 service/base/renderer/OpacityVariable.js, line 45

# fromJSON(json)

将JSON格式的渲染规则转换为JS对象

参数:
名称 类型 描述
json Object

渲染规则的实例化JSON

查看源代码 service/base/renderer/Renderer.js, line 22

# fromJSON(json)

将JSON格式的视觉变量转换为JS对象

参数:
名称 类型 描述
json Object

视觉变量的实例化JSON

查看源代码 service/base/renderer/RotationVariable.js, line 35

# fromJSON(json)

将JSON格式的渲染规则转换为JS对象

参数:
名称 类型 描述
json Object

渲染规则的实例化JSON

查看源代码 service/base/renderer/SimpleRenderer.js, line 40

# fromJSON(json)

将JSON格式的视觉变量转换为JS对象

参数:
名称 类型 描述
json Object

视觉变量的实例化JSON

查看源代码 service/base/renderer/SizeVariable.js, line 55

# fromJSON(json)

将JSON格式的单值信息转换为JS对象

参数:
名称 类型 描述
json Object

单值信息的实例化JSON

查看源代码 service/base/renderer/UniqueValueInfo.js, line 35

# fromJSON(json)

将JSON格式的渲染规则转换为JS对象

参数:
名称 类型 描述
json Object

渲染规则的实例化JSON

查看源代码 service/base/renderer/UniqueValueRenderer.js, line 57

# fromJSON(json)

将JSON格式的视觉变量转换为JS对象

参数:
名称 类型 描述
json Object

视觉变量的实例化JSON

查看源代码 service/base/renderer/VisualVariable.js, line 28

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/ExtrudeSymbol3DLayer.js, line 48

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/FillSymbol.js, line 27

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/FillSymbol3DLayer.js, line 52

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/Font.js, line 40

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/IconSymbol3DLayer.js, line 54

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/LabelSymbol3D.js, line 51

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/LineSymbol.js, line 28

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/LineSymbol3D.js, line 42

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/LineSymbol3DLayer.js, line 50

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/MarkerSymbol.js, line 30

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/ObjectSymbol3DLayer.js, line 70

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/PathSymbol3DLayer.js, line 56

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/PictureFillSymbol.js, line 52

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/PictureMarkerSymbol.js, line 46

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/PointSymbol3D.js, line 50

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/PolygonSymbol3D.js, line 42

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/SimpleFillSymbol.js, line 42

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/SimpleLineSymbol.js, line 51

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/SimpleMarkerSymbol.js, line 53

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/Symbol.js, line 24

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/Symbol3D.js, line 32

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/Symbol3DLayer.js, line 20

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/TextSymbol.js, line 92

# fromJSON(json)

将JSON格式的符号转换为JS对象

参数:
名称 类型 描述
json Object

符号的实例化JSON

查看源代码 service/base/symbols/TextSymbol3DLayer.js, line 60

# getClassBreakInfo(info) → {Object}

获取分段信息

参数:
名称 类型 描述
info Object

分段信息的实例化对象

查看源代码 service/base/renderer/ClassBreaksRenderer.js, line 112

根据info查询到的分段信息

Object

# getUniqueValueInfo(info) → {Object}

获取单值信息

参数:
名称 类型 描述
info Object

单值信息的实例化对象

查看源代码 service/base/renderer/UniqueValueRenderer.js, line 112

根据info查询到的单值信息

Object

# interpolateLagrange(points)

参数:
名称 类型 描述
points *

已有数据坐标集合

作者:
  • 基础平台/潘卓然
See:
  • 请注意,返回的是个函数需要再主动传递一次X来进行求值

查看源代码 service/common/Interpolat.js, line 29

预测的下一个未来时间点/坐标系X下的的Y值的函数

Example
var trues = [
        [2011, 12131],  // 当前年份的产值
        [2012, 13345],
        [2013, 14532],
        [2014, 15472],
        [2015, 16945],
    ];

    f = interpolatingPolynomial(trues);

    // 预测未来的
    let futures2016 = f(2016);  // 预测未来的产值
    let futures2017 = f(2017);
    let futures2018 = f(2018);
    let futures2019 = f(2019);

    console.log(2016, futures2016);
    console.log(2017, futures2017);
    console.log(2018, futures2018);
    console.log(2019, futures2019);

# mix(…mixins)

参数:
名称 类型 属性 描述
mixins any <repeatable>

混合的对象

作者:
  • 基础平台-潘卓然

查看源代码 service/common/Mixin.js, line 9

Example
class DistributedEdit extends mix(Loggable, Serializable) {
    // ...
    }

# removeClassBreakInfo(info)

移除分段信息

参数:
名称 类型 描述
info Object

分段信息的实例化对象

查看源代码 service/base/renderer/ClassBreaksRenderer.js, line 127

# removeUniqueValueInfo(json)

移除单值信息

参数:
名称 类型 描述
json Object

渲染规则的实例化JSON

查看源代码 service/base/renderer/UniqueValueRenderer.js, line 127

# toCesiumStyle()

查看源代码 service/base/style/FillStyle.js, line 80

Cesium区格式的样式

# toCesiumStyle()

查看源代码 service/base/style/LineStyle.js, line 83

Cesium线格式的样式

# toCesiumStyle()

查看源代码 service/base/style/MarkerStyle.js, line 63

Cesium点格式的样式

# toCesiumStyle()

查看源代码 service/base/style/ModelStyle.js, line 34

Cesium点格式的样式

# toCesiumStyle()

查看源代码 service/base/style/PointStyle.js, line 61

Cesium点格式的样式

# toCesiumStyle()

查看源代码 service/base/style/TextStyle.js, line 107

Cesium点格式的样式

# toCesiumStyle()

查看源代码 service/base/style/TrackStyle.js, line 91

Cesium点格式的样式

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/renderer/ClassBreakInfo.js, line 50

分段信息的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/renderer/ClassBreaksRenderer.js, line 80

渲染规则的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/renderer/ColorVariable.js, line 63

视觉变量的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/renderer/OpacityVariable.js, line 63

视觉变量的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/renderer/Renderer.js, line 33

渲染规则的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/renderer/RotationVariable.js, line 48

视觉变量的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/renderer/SimpleRenderer.js, line 54

渲染规则的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/renderer/SizeVariable.js, line 78

视觉变量的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/renderer/UniqueValueInfo.js, line 47

单值信息的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/renderer/UniqueValueRenderer.js, line 80

渲染规则的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/renderer/VisualVariable.js, line 42

视觉变量的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/ExtrudeSymbol3DLayer.js, line 68

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/FillSymbol.js, line 45

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/FillSymbol3DLayer.js, line 71

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/Font.js, line 56

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/IconSymbol3DLayer.js, line 75

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/LabelSymbol3D.js, line 70

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/LineSymbol.js, line 46

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/LineSymbol3D.js, line 58

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/LineSymbol3DLayer.js, line 71

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/MarkerSymbol.js, line 50

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/ObjectSymbol3DLayer.js, line 99

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/PathSymbol3DLayer.js, line 81

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/PictureFillSymbol.js, line 80

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/PictureMarkerSymbol.js, line 72

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/PointSymbol3D.js, line 69

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/PolygonSymbol3D.js, line 58

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/SimpleFillSymbol.js, line 64

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/SimpleLineSymbol.js, line 79

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/SimpleMarkerSymbol.js, line 82

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/Symbol.js, line 36

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/Symbol3D.js, line 44

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/Symbol3DLayer.js, line 30

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/TextSymbol.js, line 145

符号的实例化JSON

Object

# toJSON() → {Object}

将JS对象转换为JSON格式

查看源代码 service/base/symbols/TextSymbol3DLayer.js, line 85

符号的实例化JSON

Object

# toMapboxStyle(highlightopt)

参数:
名称 类型 属性 默认值 描述
highlight Boolean <optional>
false

是否激活高亮样式

查看源代码 service/base/style/ExtrudeStyle.js, line 41

MapboxGL线格式的样式

# toMapboxStyle(highlightopt)

参数:
名称 类型 属性 默认值 描述
highlight Boolean <optional>
false

是否激活高亮样式

查看源代码 service/base/style/FillStyle.js, line 49

MapboxGL线格式的样式

# toMapboxStyle(highlightopt)

参数:
名称 类型 属性 默认值 描述
highlight Boolean <optional>
false

是否激活高亮样式

查看源代码 service/base/style/LineStyle.js, line 46

MapboxGL线格式的样式

# toMapboxStyle(highlightopt)

参数:
名称 类型 属性 默认值 描述
highlight Boolean <optional>
false

是否激活高亮样式

查看源代码 service/base/style/MarkerStyle.js, line 32

MapboxGL点格式的样式

# toMapboxStyle(highlightopt)

参数:
名称 类型 属性 默认值 描述
highlight Boolean <optional>
false

是否激活高亮样式

查看源代码 service/base/style/PointStyle.js, line 36

MapboxGL点格式的样式

# toMapboxStyle(highlightopt)

参数:
名称 类型 属性 默认值 描述
highlight Boolean <optional>
false

是否激活高亮样式

查看源代码 service/base/style/TextStyle.js, line 67

MapboxGL点格式的样式

# v2Equal(a, b) → {Boolean}

compare if two arrays of length 2 are equal

参数:
名称 类型 描述
a Array

array of length 2

b Array

array of length 2

查看源代码 openlayers/overlay/echart/MapModel.js, line 9

Boolean