@mapgis/webclient-common 17.0.4 → 17.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist/es5/webclient-common.min.js +1 -1
- package/dist/webclient-common-es6.min.js +1 -1
- package/documention/AddressServer.html +313 -89
- package/documention/ArcGISFeatureServer.html +518 -166
- package/documention/ArcGISGeometryServer.html +378 -118
- package/documention/ArcGISMapImageLayer.html +381 -101
- package/documention/ArcGISMapImageSubLayer.html +138 -34
- package/documention/ArcGISMapServer.html +371 -115
- package/documention/ArcGISTileLayer.html +655 -151
- package/documention/ArcGISVectorTileLayer.html +523 -159
- package/documention/ArcGISVectorTileServer.html +183 -51
- package/documention/BaseRenderer.html +33 -9
- package/documention/BaseServer.html +167 -43
- package/documention/BaseView.html +901 -197
- package/documention/Basemap.html +262 -79
- package/documention/Callout3D.html +30 -6
- package/documention/Cesium3DTilesCacheLayer.html +611 -131
- package/documention/Cesium3DTilesServer.html +171 -43
- package/documention/CheckUtil.html +322 -83
- package/documention/Circle.html +233 -58
- package/documention/ClassBreakInfo.html +122 -30
- package/documention/ClassBreakRenderer.html +195 -47
- package/documention/ClusterInfo.html +141 -33
- package/documention/ClusterRenderer.html +220 -59
- package/documention/Collection.html +1244 -316
- package/documention/CollectionFlattener.html +119 -31
- package/documention/Color.html +223 -55
- package/documention/ColorMaterial.html +71 -22
- package/documention/ColorStop.html +114 -26
- package/documention/ColorVariable.html +52 -12
- package/documention/Config.html +30 -10
- package/documention/CursorChangeEventInfo.html +18 -6
- package/documention/EchartsLayer.html +52 -12
- package/documention/Edges3D.html +77 -24
- package/documention/ElevationInfo.html +50 -14
- package/documention/Evented.html +63 -28
- package/documention/Extent.html +409 -102
- package/documention/ExtrudeSymbol3DLayer.html +139 -38
- package/documention/Feature.html +189 -53
- package/documention/FeatureExpressionInfo.html +32 -8
- package/documention/FeatureLayer.html +674 -163
- package/documention/FeatureServer.html +838 -266
- package/documention/FeatureSet.html +126 -38
- package/documention/FillSymbol.html +72 -16
- package/documention/FillSymbol3DLayer.html +99 -30
- package/documention/FillSymbol3DOutline.html +93 -28
- package/documention/Font.html +125 -33
- package/documention/GeoJSONLayer.html +755 -179
- package/documention/Geometry.html +247 -73
- package/documention/GeometryEngine.html +1087 -469
- package/documention/GeometryFilter.html +68 -16
- package/documention/GeometryServer.html +540 -176
- package/documention/GraphicsLayer.html +836 -196
- package/documention/GroupLayer.html +727 -163
- package/documention/HeatmapColorStop.html +74 -18
- package/documention/HeatmapRenderer.html +176 -44
- package/documention/IGSFeatureLayer.html +354 -94
- package/documention/IGSMapImageLayer.html +571 -147
- package/documention/IGSMapImageSubLayer.html +150 -38
- package/documention/IGSSceneLayer.html +197 -48
- package/documention/IGSSceneSubLayer.html +250 -54
- package/documention/IGSTileLayer.html +715 -167
- package/documention/IGSVectorTileLayer.html +555 -167
- package/documention/IGSVectorTileSubLayer.html +134 -34
- package/documention/IconResource.html +63 -22
- package/documention/IconSymbol3DLayer.html +171 -46
- package/documention/ImageServer.html +323 -91
- package/documention/Interceptor.html +29 -9
- package/documention/LOD.html +84 -20
- package/documention/LabelClass.html +364 -92
- package/documention/LabelSymbol3D.html +103 -30
- package/documention/Layer.html +713 -178
- package/documention/LayerEvent.html +6 -2
- package/documention/LayerViewUpdateEvent.html +12 -4
- package/documention/LineCallout3D.html +143 -38
- package/documention/LineString.html +315 -93
- package/documention/LineStyleMarker3D.html +123 -34
- package/documention/LineStylePattern3D.html +71 -22
- package/documention/LineSymbol.html +72 -16
- package/documention/LineSymbol3D.html +61 -20
- package/documention/LineSymbol3DLayer.html +171 -46
- package/documention/LineSymbolMarker.html +71 -19
- package/documention/M3DModelCacheLayer.html +663 -151
- package/documention/M3DServer.html +254 -70
- package/documention/Map.html +429 -130
- package/documention/MapGISTextSymbol.html +506 -121
- package/documention/MapImageLayer.html +1740 -398
- package/documention/MapServer.html +692 -220
- package/documention/MapVLayer.html +415 -123
- package/documention/MapView.html +921 -201
- package/documention/MarkerSymbol.html +104 -24
- package/documention/MoveEventInfo.html +18 -6
- package/documention/MultiLineString.html +396 -114
- package/documention/MultiPoint.html +315 -93
- package/documention/MultiPolygon.html +282 -85
- package/documention/OGCLayer.html +595 -131
- package/documention/ObjectSymbol3DLayer.html +251 -66
- package/documention/OpacityStop.html +84 -20
- package/documention/OpacityVariable.html +52 -12
- package/documention/OutStatistic.html +54 -14
- package/documention/OverlayLayer.html +596 -141
- package/documention/PathSymbol3DLayer.html +253 -64
- package/documention/PictureFillSymbol.html +202 -53
- package/documention/PictureMarkerSymbol.html +175 -43
- package/documention/PlotServer.html +371 -119
- package/documention/PoiServer.html +208 -56
- package/documention/Point.html +305 -87
- package/documention/PointSymbol3D.html +103 -30
- package/documention/PointSymbol3DOutline.html +83 -26
- package/documention/Polygon.html +449 -128
- package/documention/PolygonSymbol3D.html +81 -24
- package/documention/ProjectInfo.html +72 -24
- package/documention/ProjectInfoBySrsID.html +36 -12
- package/documention/Projection.html +37 -9
- package/documention/RandomRenderer.html +77 -24
- package/documention/RankRenderer.html +189 -52
- package/documention/RequestConfig.html +12 -4
- package/documention/RequestInterceptor.html +38 -10
- package/documention/ResourceServer.html +3003 -951
- package/documention/ResponseInterceptor.html +38 -10
- package/documention/RootServer.html +201 -53
- package/documention/ScaleEventInfo.html +18 -6
- package/documention/Scene.html +160 -40
- package/documention/SceneLayer.html +624 -149
- package/documention/SceneServer.html +606 -194
- package/documention/SceneView.html +17 -6
- package/documention/SecurityServer.html +178 -46
- package/documention/SimpleFillSymbol.html +116 -28
- package/documention/SimpleLineSymbol.html +170 -42
- package/documention/SimpleMarkerSymbol.html +176 -44
- package/documention/SimpleRenderer.html +116 -28
- package/documention/SizeStop.html +84 -20
- package/documention/SizeVariable.html +116 -28
- package/documention/SketchBaseDrawTool.html +319 -87
- package/documention/SketchCircleDrawTool.html +349 -97
- package/documention/SketchEditor.html +633 -190
- package/documention/SketchEditorCesium.html +603 -180
- package/documention/SketchEditorEvent.html +6 -2
- package/documention/SketchEditorToolEventInfo.html +12 -4
- package/documention/SketchEditorVideo.html +133 -46
- package/documention/SketchEditorVideoBase.html +133 -46
- package/documention/SketchExtentDrawTool.html +349 -97
- package/documention/SketchFreehandPolygonDrawTool.html +337 -93
- package/documention/SketchFreehandPolylineDrawTool.html +349 -97
- package/documention/SketchPointDrawTool.html +373 -105
- package/documention/SketchPolygonDrawTool.html +699 -195
- package/documention/SketchPolylineDrawTool.html +674 -186
- package/documention/SketchStage.html +57 -17
- package/documention/SketchStyle.html +252 -64
- package/documention/SketchTopologyTool.html +16 -4
- package/documention/SpatialReference.html +201 -45
- package/documention/StylePattern3D.html +71 -22
- package/documention/SubLayer.html +189 -58
- package/documention/Symbol.html +90 -22
- package/documention/Symbol3D.html +33 -10
- package/documention/Symbol3DLayer.html +43 -14
- package/documention/Symbol3DVerticalOffset.html +93 -28
- package/documention/TerrainCacheLayer.html +590 -130
- package/documention/TerrainServer.html +148 -36
- package/documention/TextHalo.html +77 -24
- package/documention/TextSymbol.html +335 -83
- package/documention/TextSymbol3DLayer.html +219 -58
- package/documention/ThemeServer.html +239 -67
- package/documention/TileInfo.html +82 -22
- package/documention/TileLayer.html +642 -151
- package/documention/TileMatrixSet.html +158 -38
- package/documention/TileServer.html +125 -29
- package/documention/UniqueValueInfo.html +121 -29
- package/documention/UniqueValueRenderer.html +185 -45
- package/documention/UnknownLayer.html +612 -145
- package/documention/UpdateContent.html +70 -18
- package/documention/VectorTileLayer.html +1039 -280
- package/documention/VectorTileServer.html +170 -46
- package/documention/VectorTileSubLayer.html +184 -44
- package/documention/VertexChangeEventInfo.html +18 -6
- package/documention/VideoMapView.html +302 -78
- package/documention/VideoMetaData.html +86 -22
- package/documention/VideoPixelCoordTransforms.html +38 -10
- package/documention/VideoRegistrationParam.html +54 -14
- package/documention/VisualVariable.html +94 -22
- package/documention/WCSServer.html +125 -29
- package/documention/WFSLayer.html +741 -173
- package/documention/WFSServer.html +167 -43
- package/documention/WMSLayer.html +919 -215
- package/documention/WMSServer.html +144 -36
- package/documention/WMSSubLayer.html +172 -40
- package/documention/WMTSLayer.html +787 -183
- package/documention/WMTSServer.html +138 -34
- package/documention/WMTSStyle.html +96 -24
- package/documention/WMTSSubLayer.html +673 -149
- package/documention/WPSServer.html +125 -29
- package/documention/WaterSymbol3DLayer.html +129 -36
- package/documention/WebTileLayer.html +754 -191
- package/documention/WorkFlowServer.html +314 -86
- package/documention/WorkFlowServer600227.html +471 -123
- package/documention/WorkFlowServer600228.html +439 -115
- package/documention/WorkFlowServer600229.html +471 -123
- package/documention/WorkFlowServer600230.html +471 -123
- package/documention/WorkFlowServer600231.html +535 -139
- package/documention/WorkFlowServer600232.html +471 -123
- package/documention/WorkFlowServer600233.html +455 -119
- package/documention/WorkFlowServer600235.html +375 -99
- package/documention/WorkFlowServer600237.html +475 -123
- package/documention/WorkFlowServer600238.html +481 -125
- package/documention/WorkFlowServer600239.html +425 -113
- package/documention/WorkFlowServer600307.html +449 -117
- package/documention/WorkFlowServer600308.html +180 -44
- package/documention/WorkFlowServer600309.html +471 -123
- package/documention/WorkFlowServer600314.html +487 -127
- package/documention/WorkFlowServer600334.html +471 -123
- package/documention/WorkFlowServer600336.html +439 -115
- package/documention/WorkFlowServer600340.html +583 -151
- package/documention/WorkFlowServer600354.html +455 -119
- package/documention/WorkFlowServer600368.html +391 -103
- package/documention/WorkFlowServer600369.html +439 -115
- package/documention/WorkFlowServer600370.html +423 -111
- package/documention/Zondy.Object.CAttDataRow.html +18 -6
- package/documention/Zondy.Object.CAttStruct.html +24 -8
- package/documention/global.html +4339 -1007
- package/documention/index.html +53 -53
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
- package/documention/module-ArcGis.ArcGisCircle.html +42 -14
- package/documention/module-ArcGis.ArcGisExtent.html +108 -36
- package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
- package/documention/module-ArcGis.ArcGisPoint.html +60 -20
- package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
- package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
- package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
- package/documention/module.exports.html +5 -1
- package/documention/scripts/sideBar.js +111 -6
- package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
- package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
- package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
- package/package.json +1 -1
|
@@ -78,13 +78,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
78
78
|
|
|
79
79
|
<tr class="deep-level-0">
|
|
80
80
|
|
|
81
|
-
<td class="name"
|
|
81
|
+
<td class="name"><code>options</code></td>
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
<td class="type">
|
|
85
85
|
|
|
86
86
|
|
|
87
|
-
<span class="param-type">
|
|
87
|
+
<span class="param-type">
|
|
88
|
+
|
|
89
|
+
Object
|
|
90
|
+
|
|
91
|
+
</span>
|
|
88
92
|
|
|
89
93
|
|
|
90
94
|
|
|
@@ -105,13 +109,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
105
109
|
|
|
106
110
|
<tr class="deep-level-1">
|
|
107
111
|
|
|
108
|
-
<td class="name"
|
|
112
|
+
<td class="name"><code>angle</code></td>
|
|
109
113
|
|
|
110
114
|
|
|
111
115
|
<td class="type">
|
|
112
116
|
|
|
113
117
|
|
|
114
|
-
<span class="param-type">
|
|
118
|
+
<span class="param-type">
|
|
119
|
+
|
|
120
|
+
Number
|
|
121
|
+
|
|
122
|
+
</span>
|
|
115
123
|
|
|
116
124
|
|
|
117
125
|
|
|
@@ -134,13 +142,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
134
142
|
|
|
135
143
|
<tr class="deep-level-1">
|
|
136
144
|
|
|
137
|
-
<td class="name"
|
|
145
|
+
<td class="name"><code>backgroundColor</code></td>
|
|
138
146
|
|
|
139
147
|
|
|
140
148
|
<td class="type">
|
|
141
149
|
|
|
142
150
|
|
|
143
|
-
<span class="param-type"
|
|
151
|
+
<span class="param-type">
|
|
152
|
+
|
|
153
|
+
<a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
|
|
154
|
+
|
|
155
|
+
</span>
|
|
144
156
|
|
|
145
157
|
|
|
146
158
|
|
|
@@ -161,13 +173,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
161
173
|
|
|
162
174
|
<tr class="deep-level-1">
|
|
163
175
|
|
|
164
|
-
<td class="name"
|
|
176
|
+
<td class="name"><code>borderLineColor</code></td>
|
|
165
177
|
|
|
166
178
|
|
|
167
179
|
<td class="type">
|
|
168
180
|
|
|
169
181
|
|
|
170
|
-
<span class="param-type"
|
|
182
|
+
<span class="param-type">
|
|
183
|
+
|
|
184
|
+
<a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
|
|
185
|
+
|
|
186
|
+
</span>
|
|
171
187
|
|
|
172
188
|
|
|
173
189
|
|
|
@@ -188,13 +204,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
188
204
|
|
|
189
205
|
<tr class="deep-level-1">
|
|
190
206
|
|
|
191
|
-
<td class="name"
|
|
207
|
+
<td class="name"><code>borderLineSize</code></td>
|
|
192
208
|
|
|
193
209
|
|
|
194
210
|
<td class="type">
|
|
195
211
|
|
|
196
212
|
|
|
197
|
-
<span class="param-type">
|
|
213
|
+
<span class="param-type">
|
|
214
|
+
|
|
215
|
+
Number
|
|
216
|
+
|
|
217
|
+
</span>
|
|
198
218
|
|
|
199
219
|
|
|
200
220
|
|
|
@@ -215,13 +235,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
215
235
|
|
|
216
236
|
<tr class="deep-level-1">
|
|
217
237
|
|
|
218
|
-
<td class="name"
|
|
238
|
+
<td class="name"><code>color</code></td>
|
|
219
239
|
|
|
220
240
|
|
|
221
241
|
<td class="type">
|
|
222
242
|
|
|
223
243
|
|
|
224
|
-
<span class="param-type"
|
|
244
|
+
<span class="param-type">
|
|
245
|
+
|
|
246
|
+
<a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
|
|
247
|
+
|
|
248
|
+
</span>
|
|
225
249
|
|
|
226
250
|
|
|
227
251
|
|
|
@@ -244,13 +268,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
244
268
|
|
|
245
269
|
<tr class="deep-level-1">
|
|
246
270
|
|
|
247
|
-
<td class="name"
|
|
271
|
+
<td class="name"><code>font</code></td>
|
|
248
272
|
|
|
249
273
|
|
|
250
274
|
<td class="type">
|
|
251
275
|
|
|
252
276
|
|
|
253
|
-
<span class="param-type"
|
|
277
|
+
<span class="param-type">
|
|
278
|
+
|
|
279
|
+
<a link="Font.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Font" Font.html>Font</a>
|
|
280
|
+
|
|
281
|
+
</span>
|
|
254
282
|
|
|
255
283
|
|
|
256
284
|
|
|
@@ -271,13 +299,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
271
299
|
|
|
272
300
|
<tr class="deep-level-1">
|
|
273
301
|
|
|
274
|
-
<td class="name"
|
|
302
|
+
<td class="name"><code>haloColor</code></td>
|
|
275
303
|
|
|
276
304
|
|
|
277
305
|
<td class="type">
|
|
278
306
|
|
|
279
307
|
|
|
280
|
-
<span class="param-type"
|
|
308
|
+
<span class="param-type">
|
|
309
|
+
|
|
310
|
+
<a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
|
|
311
|
+
|
|
312
|
+
</span>
|
|
281
313
|
|
|
282
314
|
|
|
283
315
|
|
|
@@ -298,13 +330,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
298
330
|
|
|
299
331
|
<tr class="deep-level-1">
|
|
300
332
|
|
|
301
|
-
<td class="name"
|
|
333
|
+
<td class="name"><code>haloSize</code></td>
|
|
302
334
|
|
|
303
335
|
|
|
304
336
|
<td class="type">
|
|
305
337
|
|
|
306
338
|
|
|
307
|
-
<span class="param-type">
|
|
339
|
+
<span class="param-type">
|
|
340
|
+
|
|
341
|
+
Number
|
|
342
|
+
|
|
343
|
+
</span>
|
|
308
344
|
|
|
309
345
|
|
|
310
346
|
|
|
@@ -325,13 +361,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
325
361
|
|
|
326
362
|
<tr class="deep-level-1">
|
|
327
363
|
|
|
328
|
-
<td class="name"
|
|
364
|
+
<td class="name"><code>horizontalAlignment</code></td>
|
|
329
365
|
|
|
330
366
|
|
|
331
367
|
<td class="type">
|
|
332
368
|
|
|
333
369
|
|
|
334
|
-
<span class="param-type"
|
|
370
|
+
<span class="param-type">
|
|
371
|
+
|
|
372
|
+
<a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a>
|
|
373
|
+
|
|
374
|
+
</span>
|
|
335
375
|
|
|
336
376
|
|
|
337
377
|
|
|
@@ -354,13 +394,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
354
394
|
|
|
355
395
|
<tr class="deep-level-1">
|
|
356
396
|
|
|
357
|
-
<td class="name"
|
|
397
|
+
<td class="name"><code>kerning</code></td>
|
|
358
398
|
|
|
359
399
|
|
|
360
400
|
<td class="type">
|
|
361
401
|
|
|
362
402
|
|
|
363
|
-
<span class="param-type">
|
|
403
|
+
<span class="param-type">
|
|
404
|
+
|
|
405
|
+
Boolean
|
|
406
|
+
|
|
407
|
+
</span>
|
|
364
408
|
|
|
365
409
|
|
|
366
410
|
|
|
@@ -383,13 +427,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
383
427
|
|
|
384
428
|
<tr class="deep-level-1">
|
|
385
429
|
|
|
386
|
-
<td class="name"
|
|
430
|
+
<td class="name"><code>lineHeight</code></td>
|
|
387
431
|
|
|
388
432
|
|
|
389
433
|
<td class="type">
|
|
390
434
|
|
|
391
435
|
|
|
392
|
-
<span class="param-type">
|
|
436
|
+
<span class="param-type">
|
|
437
|
+
|
|
438
|
+
Number
|
|
439
|
+
|
|
440
|
+
</span>
|
|
393
441
|
|
|
394
442
|
|
|
395
443
|
|
|
@@ -412,13 +460,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
412
460
|
|
|
413
461
|
<tr class="deep-level-1">
|
|
414
462
|
|
|
415
|
-
<td class="name"
|
|
463
|
+
<td class="name"><code>lineWidth</code></td>
|
|
416
464
|
|
|
417
465
|
|
|
418
466
|
<td class="type">
|
|
419
467
|
|
|
420
468
|
|
|
421
|
-
<span class="param-type">
|
|
469
|
+
<span class="param-type">
|
|
470
|
+
|
|
471
|
+
Number
|
|
472
|
+
|
|
473
|
+
</span>
|
|
422
474
|
|
|
423
475
|
|
|
424
476
|
|
|
@@ -441,13 +493,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
441
493
|
|
|
442
494
|
<tr class="deep-level-1">
|
|
443
495
|
|
|
444
|
-
<td class="name"
|
|
496
|
+
<td class="name"><code>rotated</code></td>
|
|
445
497
|
|
|
446
498
|
|
|
447
499
|
<td class="type">
|
|
448
500
|
|
|
449
501
|
|
|
450
|
-
<span class="param-type">
|
|
502
|
+
<span class="param-type">
|
|
503
|
+
|
|
504
|
+
Boolean
|
|
505
|
+
|
|
506
|
+
</span>
|
|
451
507
|
|
|
452
508
|
|
|
453
509
|
|
|
@@ -470,13 +526,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
470
526
|
|
|
471
527
|
<tr class="deep-level-1">
|
|
472
528
|
|
|
473
|
-
<td class="name"
|
|
529
|
+
<td class="name"><code>text</code></td>
|
|
474
530
|
|
|
475
531
|
|
|
476
532
|
<td class="type">
|
|
477
533
|
|
|
478
534
|
|
|
479
|
-
<span class="param-type">
|
|
535
|
+
<span class="param-type">
|
|
536
|
+
|
|
537
|
+
String
|
|
538
|
+
|
|
539
|
+
</span>
|
|
480
540
|
|
|
481
541
|
|
|
482
542
|
|
|
@@ -497,13 +557,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
497
557
|
|
|
498
558
|
<tr class="deep-level-1">
|
|
499
559
|
|
|
500
|
-
<td class="name"
|
|
560
|
+
<td class="name"><code>verticalAlignment</code></td>
|
|
501
561
|
|
|
502
562
|
|
|
503
563
|
<td class="type">
|
|
504
564
|
|
|
505
565
|
|
|
506
|
-
<span class="param-type"
|
|
566
|
+
<span class="param-type">
|
|
567
|
+
|
|
568
|
+
<a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a>
|
|
569
|
+
|
|
570
|
+
</span>
|
|
507
571
|
|
|
508
572
|
|
|
509
573
|
|
|
@@ -526,13 +590,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
526
590
|
|
|
527
591
|
<tr class="deep-level-1">
|
|
528
592
|
|
|
529
|
-
<td class="name"
|
|
593
|
+
<td class="name"><code>xoffset</code></td>
|
|
530
594
|
|
|
531
595
|
|
|
532
596
|
<td class="type">
|
|
533
597
|
|
|
534
598
|
|
|
535
|
-
<span class="param-type">
|
|
599
|
+
<span class="param-type">
|
|
600
|
+
|
|
601
|
+
Number
|
|
602
|
+
|
|
603
|
+
</span>
|
|
536
604
|
|
|
537
605
|
|
|
538
606
|
|
|
@@ -555,13 +623,17 @@ import { TextSymbol } from "@mapgis/webclient-common" <br/>
|
|
|
555
623
|
|
|
556
624
|
<tr class="deep-level-1">
|
|
557
625
|
|
|
558
|
-
<td class="name"
|
|
626
|
+
<td class="name"><code>yoffset</code></td>
|
|
559
627
|
|
|
560
628
|
|
|
561
629
|
<td class="type">
|
|
562
630
|
|
|
563
631
|
|
|
564
|
-
<span class="param-type">
|
|
632
|
+
<span class="param-type">
|
|
633
|
+
|
|
634
|
+
Number
|
|
635
|
+
|
|
636
|
+
</span>
|
|
565
637
|
|
|
566
638
|
|
|
567
639
|
|
|
@@ -736,7 +808,11 @@ const textSymbol = new TextSymbol({
|
|
|
736
808
|
<td class="name">
|
|
737
809
|
<code>
|
|
738
810
|
|
|
739
|
-
<span class="param-type">
|
|
811
|
+
<span class="param-type">
|
|
812
|
+
|
|
813
|
+
Number
|
|
814
|
+
|
|
815
|
+
</span>
|
|
740
816
|
|
|
741
817
|
|
|
742
818
|
|
|
@@ -750,7 +826,11 @@ const textSymbol = new TextSymbol({
|
|
|
750
826
|
<td class="name">
|
|
751
827
|
<code>
|
|
752
828
|
|
|
753
|
-
<span class="param-type"
|
|
829
|
+
<span class="param-type">
|
|
830
|
+
|
|
831
|
+
<a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
|
|
832
|
+
|
|
833
|
+
</span>
|
|
754
834
|
|
|
755
835
|
|
|
756
836
|
|
|
@@ -764,7 +844,11 @@ const textSymbol = new TextSymbol({
|
|
|
764
844
|
<td class="name">
|
|
765
845
|
<code>
|
|
766
846
|
|
|
767
|
-
<span class="param-type"
|
|
847
|
+
<span class="param-type">
|
|
848
|
+
|
|
849
|
+
<a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
|
|
850
|
+
|
|
851
|
+
</span>
|
|
768
852
|
|
|
769
853
|
|
|
770
854
|
|
|
@@ -778,7 +862,11 @@ const textSymbol = new TextSymbol({
|
|
|
778
862
|
<td class="name">
|
|
779
863
|
<code>
|
|
780
864
|
|
|
781
|
-
<span class="param-type">
|
|
865
|
+
<span class="param-type">
|
|
866
|
+
|
|
867
|
+
Number
|
|
868
|
+
|
|
869
|
+
</span>
|
|
782
870
|
|
|
783
871
|
|
|
784
872
|
|
|
@@ -792,7 +880,11 @@ const textSymbol = new TextSymbol({
|
|
|
792
880
|
<td class="name">
|
|
793
881
|
<code>
|
|
794
882
|
|
|
795
|
-
<span class="param-type"
|
|
883
|
+
<span class="param-type">
|
|
884
|
+
|
|
885
|
+
<a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
|
|
886
|
+
|
|
887
|
+
</span>
|
|
796
888
|
|
|
797
889
|
|
|
798
890
|
|
|
@@ -806,7 +898,11 @@ const textSymbol = new TextSymbol({
|
|
|
806
898
|
<td class="name">
|
|
807
899
|
<code>
|
|
808
900
|
|
|
809
|
-
<span class="param-type">
|
|
901
|
+
<span class="param-type">
|
|
902
|
+
|
|
903
|
+
Object
|
|
904
|
+
|
|
905
|
+
</span>
|
|
810
906
|
|
|
811
907
|
|
|
812
908
|
|
|
@@ -820,7 +916,11 @@ const textSymbol = new TextSymbol({
|
|
|
820
916
|
<td class="name">
|
|
821
917
|
<code>
|
|
822
918
|
|
|
823
|
-
<span class="param-type">
|
|
919
|
+
<span class="param-type">
|
|
920
|
+
|
|
921
|
+
String
|
|
922
|
+
|
|
923
|
+
</span>
|
|
824
924
|
|
|
825
925
|
|
|
826
926
|
|
|
@@ -834,7 +934,11 @@ const textSymbol = new TextSymbol({
|
|
|
834
934
|
<td class="name">
|
|
835
935
|
<code>
|
|
836
936
|
|
|
837
|
-
<span class="param-type"
|
|
937
|
+
<span class="param-type">
|
|
938
|
+
|
|
939
|
+
<a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
|
|
940
|
+
|
|
941
|
+
</span>
|
|
838
942
|
|
|
839
943
|
|
|
840
944
|
|
|
@@ -848,7 +952,11 @@ const textSymbol = new TextSymbol({
|
|
|
848
952
|
<td class="name">
|
|
849
953
|
<code>
|
|
850
954
|
|
|
851
|
-
<span class="param-type">
|
|
955
|
+
<span class="param-type">
|
|
956
|
+
|
|
957
|
+
Number
|
|
958
|
+
|
|
959
|
+
</span>
|
|
852
960
|
|
|
853
961
|
|
|
854
962
|
|
|
@@ -862,7 +970,11 @@ const textSymbol = new TextSymbol({
|
|
|
862
970
|
<td class="name">
|
|
863
971
|
<code>
|
|
864
972
|
|
|
865
|
-
<span class="param-type"
|
|
973
|
+
<span class="param-type">
|
|
974
|
+
|
|
975
|
+
<a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a>
|
|
976
|
+
|
|
977
|
+
</span>
|
|
866
978
|
|
|
867
979
|
|
|
868
980
|
|
|
@@ -876,7 +988,11 @@ const textSymbol = new TextSymbol({
|
|
|
876
988
|
<td class="name">
|
|
877
989
|
<code>
|
|
878
990
|
|
|
879
|
-
<span class="param-type">
|
|
991
|
+
<span class="param-type">
|
|
992
|
+
|
|
993
|
+
Boolean
|
|
994
|
+
|
|
995
|
+
</span>
|
|
880
996
|
|
|
881
997
|
|
|
882
998
|
|
|
@@ -890,7 +1006,11 @@ const textSymbol = new TextSymbol({
|
|
|
890
1006
|
<td class="name">
|
|
891
1007
|
<code>
|
|
892
1008
|
|
|
893
|
-
<span class="param-type">
|
|
1009
|
+
<span class="param-type">
|
|
1010
|
+
|
|
1011
|
+
Number
|
|
1012
|
+
|
|
1013
|
+
</span>
|
|
894
1014
|
|
|
895
1015
|
|
|
896
1016
|
|
|
@@ -904,7 +1024,11 @@ const textSymbol = new TextSymbol({
|
|
|
904
1024
|
<td class="name">
|
|
905
1025
|
<code>
|
|
906
1026
|
|
|
907
|
-
<span class="param-type">
|
|
1027
|
+
<span class="param-type">
|
|
1028
|
+
|
|
1029
|
+
Number
|
|
1030
|
+
|
|
1031
|
+
</span>
|
|
908
1032
|
|
|
909
1033
|
|
|
910
1034
|
|
|
@@ -918,7 +1042,11 @@ const textSymbol = new TextSymbol({
|
|
|
918
1042
|
<td class="name">
|
|
919
1043
|
<code>
|
|
920
1044
|
|
|
921
|
-
<span class="param-type">
|
|
1045
|
+
<span class="param-type">
|
|
1046
|
+
|
|
1047
|
+
Boolean
|
|
1048
|
+
|
|
1049
|
+
</span>
|
|
922
1050
|
|
|
923
1051
|
|
|
924
1052
|
|
|
@@ -932,7 +1060,11 @@ const textSymbol = new TextSymbol({
|
|
|
932
1060
|
<td class="name">
|
|
933
1061
|
<code>
|
|
934
1062
|
|
|
935
|
-
<span class="param-type">
|
|
1063
|
+
<span class="param-type">
|
|
1064
|
+
|
|
1065
|
+
String
|
|
1066
|
+
|
|
1067
|
+
</span>
|
|
936
1068
|
|
|
937
1069
|
|
|
938
1070
|
|
|
@@ -946,7 +1078,11 @@ const textSymbol = new TextSymbol({
|
|
|
946
1078
|
<td class="name">
|
|
947
1079
|
<code>
|
|
948
1080
|
|
|
949
|
-
<span class="param-type">
|
|
1081
|
+
<span class="param-type">
|
|
1082
|
+
|
|
1083
|
+
String
|
|
1084
|
+
|
|
1085
|
+
</span>
|
|
950
1086
|
|
|
951
1087
|
|
|
952
1088
|
|
|
@@ -960,7 +1096,11 @@ const textSymbol = new TextSymbol({
|
|
|
960
1096
|
<td class="name">
|
|
961
1097
|
<code>
|
|
962
1098
|
|
|
963
|
-
<span class="param-type"
|
|
1099
|
+
<span class="param-type">
|
|
1100
|
+
|
|
1101
|
+
<a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a>
|
|
1102
|
+
|
|
1103
|
+
</span>
|
|
964
1104
|
|
|
965
1105
|
|
|
966
1106
|
|
|
@@ -974,7 +1114,11 @@ const textSymbol = new TextSymbol({
|
|
|
974
1114
|
<td class="name">
|
|
975
1115
|
<code>
|
|
976
1116
|
|
|
977
|
-
<span class="param-type">
|
|
1117
|
+
<span class="param-type">
|
|
1118
|
+
|
|
1119
|
+
Number
|
|
1120
|
+
|
|
1121
|
+
</span>
|
|
978
1122
|
|
|
979
1123
|
|
|
980
1124
|
|
|
@@ -988,7 +1132,11 @@ const textSymbol = new TextSymbol({
|
|
|
988
1132
|
<td class="name">
|
|
989
1133
|
<code>
|
|
990
1134
|
|
|
991
|
-
<span class="param-type">
|
|
1135
|
+
<span class="param-type">
|
|
1136
|
+
|
|
1137
|
+
Number
|
|
1138
|
+
|
|
1139
|
+
</span>
|
|
992
1140
|
|
|
993
1141
|
|
|
994
1142
|
|
|
@@ -1008,7 +1156,11 @@ const textSymbol = new TextSymbol({
|
|
|
1008
1156
|
<span class="method-parameter is-pulled-right">
|
|
1009
1157
|
<label>类型:</label>
|
|
1010
1158
|
|
|
1011
|
-
<span class="param-type">
|
|
1159
|
+
<span class="param-type">
|
|
1160
|
+
|
|
1161
|
+
Number
|
|
1162
|
+
|
|
1163
|
+
</span>
|
|
1012
1164
|
|
|
1013
1165
|
|
|
1014
1166
|
|
|
@@ -1079,7 +1231,11 @@ const textSymbol = new TextSymbol({
|
|
|
1079
1231
|
<span class="method-parameter is-pulled-right">
|
|
1080
1232
|
<label>类型:</label>
|
|
1081
1233
|
|
|
1082
|
-
<span class="param-type"
|
|
1234
|
+
<span class="param-type">
|
|
1235
|
+
|
|
1236
|
+
<a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
|
|
1237
|
+
|
|
1238
|
+
</span>
|
|
1083
1239
|
|
|
1084
1240
|
|
|
1085
1241
|
|
|
@@ -1150,7 +1306,11 @@ const textSymbol = new TextSymbol({
|
|
|
1150
1306
|
<span class="method-parameter is-pulled-right">
|
|
1151
1307
|
<label>类型:</label>
|
|
1152
1308
|
|
|
1153
|
-
<span class="param-type"
|
|
1309
|
+
<span class="param-type">
|
|
1310
|
+
|
|
1311
|
+
<a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
|
|
1312
|
+
|
|
1313
|
+
</span>
|
|
1154
1314
|
|
|
1155
1315
|
|
|
1156
1316
|
|
|
@@ -1221,7 +1381,11 @@ const textSymbol = new TextSymbol({
|
|
|
1221
1381
|
<span class="method-parameter is-pulled-right">
|
|
1222
1382
|
<label>类型:</label>
|
|
1223
1383
|
|
|
1224
|
-
<span class="param-type">
|
|
1384
|
+
<span class="param-type">
|
|
1385
|
+
|
|
1386
|
+
Number
|
|
1387
|
+
|
|
1388
|
+
</span>
|
|
1225
1389
|
|
|
1226
1390
|
|
|
1227
1391
|
|
|
@@ -1292,7 +1456,11 @@ const textSymbol = new TextSymbol({
|
|
|
1292
1456
|
<span class="method-parameter is-pulled-right">
|
|
1293
1457
|
<label>类型:</label>
|
|
1294
1458
|
|
|
1295
|
-
<span class="param-type"
|
|
1459
|
+
<span class="param-type">
|
|
1460
|
+
|
|
1461
|
+
<a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
|
|
1462
|
+
|
|
1463
|
+
</span>
|
|
1296
1464
|
|
|
1297
1465
|
|
|
1298
1466
|
|
|
@@ -1368,7 +1536,11 @@ const textSymbol = new TextSymbol({
|
|
|
1368
1536
|
<span class="method-parameter is-pulled-right">
|
|
1369
1537
|
<label>类型:</label>
|
|
1370
1538
|
|
|
1371
|
-
<span class="param-type">
|
|
1539
|
+
<span class="param-type">
|
|
1540
|
+
|
|
1541
|
+
Object
|
|
1542
|
+
|
|
1543
|
+
</span>
|
|
1372
1544
|
|
|
1373
1545
|
|
|
1374
1546
|
|
|
@@ -1444,7 +1616,11 @@ const textSymbol = new TextSymbol({
|
|
|
1444
1616
|
<span class="method-parameter is-pulled-right">
|
|
1445
1617
|
<label>类型:</label>
|
|
1446
1618
|
|
|
1447
|
-
<span class="param-type">
|
|
1619
|
+
<span class="param-type">
|
|
1620
|
+
|
|
1621
|
+
String
|
|
1622
|
+
|
|
1623
|
+
</span>
|
|
1448
1624
|
|
|
1449
1625
|
|
|
1450
1626
|
|
|
@@ -1515,7 +1691,11 @@ const textSymbol = new TextSymbol({
|
|
|
1515
1691
|
<span class="method-parameter is-pulled-right">
|
|
1516
1692
|
<label>类型:</label>
|
|
1517
1693
|
|
|
1518
|
-
<span class="param-type"
|
|
1694
|
+
<span class="param-type">
|
|
1695
|
+
|
|
1696
|
+
<a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
|
|
1697
|
+
|
|
1698
|
+
</span>
|
|
1519
1699
|
|
|
1520
1700
|
|
|
1521
1701
|
|
|
@@ -1586,7 +1766,11 @@ const textSymbol = new TextSymbol({
|
|
|
1586
1766
|
<span class="method-parameter is-pulled-right">
|
|
1587
1767
|
<label>类型:</label>
|
|
1588
1768
|
|
|
1589
|
-
<span class="param-type">
|
|
1769
|
+
<span class="param-type">
|
|
1770
|
+
|
|
1771
|
+
Number
|
|
1772
|
+
|
|
1773
|
+
</span>
|
|
1590
1774
|
|
|
1591
1775
|
|
|
1592
1776
|
|
|
@@ -1657,7 +1841,11 @@ const textSymbol = new TextSymbol({
|
|
|
1657
1841
|
<span class="method-parameter is-pulled-right">
|
|
1658
1842
|
<label>类型:</label>
|
|
1659
1843
|
|
|
1660
|
-
<span class="param-type"
|
|
1844
|
+
<span class="param-type">
|
|
1845
|
+
|
|
1846
|
+
<a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a>
|
|
1847
|
+
|
|
1848
|
+
</span>
|
|
1661
1849
|
|
|
1662
1850
|
|
|
1663
1851
|
|
|
@@ -1728,7 +1916,11 @@ const textSymbol = new TextSymbol({
|
|
|
1728
1916
|
<span class="method-parameter is-pulled-right">
|
|
1729
1917
|
<label>类型:</label>
|
|
1730
1918
|
|
|
1731
|
-
<span class="param-type">
|
|
1919
|
+
<span class="param-type">
|
|
1920
|
+
|
|
1921
|
+
Boolean
|
|
1922
|
+
|
|
1923
|
+
</span>
|
|
1732
1924
|
|
|
1733
1925
|
|
|
1734
1926
|
|
|
@@ -1799,7 +1991,11 @@ const textSymbol = new TextSymbol({
|
|
|
1799
1991
|
<span class="method-parameter is-pulled-right">
|
|
1800
1992
|
<label>类型:</label>
|
|
1801
1993
|
|
|
1802
|
-
<span class="param-type">
|
|
1994
|
+
<span class="param-type">
|
|
1995
|
+
|
|
1996
|
+
Number
|
|
1997
|
+
|
|
1998
|
+
</span>
|
|
1803
1999
|
|
|
1804
2000
|
|
|
1805
2001
|
|
|
@@ -1870,7 +2066,11 @@ const textSymbol = new TextSymbol({
|
|
|
1870
2066
|
<span class="method-parameter is-pulled-right">
|
|
1871
2067
|
<label>类型:</label>
|
|
1872
2068
|
|
|
1873
|
-
<span class="param-type">
|
|
2069
|
+
<span class="param-type">
|
|
2070
|
+
|
|
2071
|
+
Number
|
|
2072
|
+
|
|
2073
|
+
</span>
|
|
1874
2074
|
|
|
1875
2075
|
|
|
1876
2076
|
|
|
@@ -1941,7 +2141,11 @@ const textSymbol = new TextSymbol({
|
|
|
1941
2141
|
<span class="method-parameter is-pulled-right">
|
|
1942
2142
|
<label>类型:</label>
|
|
1943
2143
|
|
|
1944
|
-
<span class="param-type">
|
|
2144
|
+
<span class="param-type">
|
|
2145
|
+
|
|
2146
|
+
Boolean
|
|
2147
|
+
|
|
2148
|
+
</span>
|
|
1945
2149
|
|
|
1946
2150
|
|
|
1947
2151
|
|
|
@@ -2012,7 +2216,11 @@ const textSymbol = new TextSymbol({
|
|
|
2012
2216
|
<span class="method-parameter is-pulled-right">
|
|
2013
2217
|
<label>类型:</label>
|
|
2014
2218
|
|
|
2015
|
-
<span class="param-type">
|
|
2219
|
+
<span class="param-type">
|
|
2220
|
+
|
|
2221
|
+
String
|
|
2222
|
+
|
|
2223
|
+
</span>
|
|
2016
2224
|
|
|
2017
2225
|
|
|
2018
2226
|
|
|
@@ -2083,7 +2291,11 @@ const textSymbol = new TextSymbol({
|
|
|
2083
2291
|
<span class="method-parameter is-pulled-right">
|
|
2084
2292
|
<label>类型:</label>
|
|
2085
2293
|
|
|
2086
|
-
<span class="param-type">
|
|
2294
|
+
<span class="param-type">
|
|
2295
|
+
|
|
2296
|
+
String
|
|
2297
|
+
|
|
2298
|
+
</span>
|
|
2087
2299
|
|
|
2088
2300
|
|
|
2089
2301
|
|
|
@@ -2159,7 +2371,11 @@ const textSymbol = new TextSymbol({
|
|
|
2159
2371
|
<span class="method-parameter is-pulled-right">
|
|
2160
2372
|
<label>类型:</label>
|
|
2161
2373
|
|
|
2162
|
-
<span class="param-type"
|
|
2374
|
+
<span class="param-type">
|
|
2375
|
+
|
|
2376
|
+
<a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a>
|
|
2377
|
+
|
|
2378
|
+
</span>
|
|
2163
2379
|
|
|
2164
2380
|
|
|
2165
2381
|
|
|
@@ -2230,7 +2446,11 @@ const textSymbol = new TextSymbol({
|
|
|
2230
2446
|
<span class="method-parameter is-pulled-right">
|
|
2231
2447
|
<label>类型:</label>
|
|
2232
2448
|
|
|
2233
|
-
<span class="param-type">
|
|
2449
|
+
<span class="param-type">
|
|
2450
|
+
|
|
2451
|
+
Number
|
|
2452
|
+
|
|
2453
|
+
</span>
|
|
2234
2454
|
|
|
2235
2455
|
|
|
2236
2456
|
|
|
@@ -2301,7 +2521,11 @@ const textSymbol = new TextSymbol({
|
|
|
2301
2521
|
<span class="method-parameter is-pulled-right">
|
|
2302
2522
|
<label>类型:</label>
|
|
2303
2523
|
|
|
2304
|
-
<span class="param-type">
|
|
2524
|
+
<span class="param-type">
|
|
2525
|
+
|
|
2526
|
+
Number
|
|
2527
|
+
|
|
2528
|
+
</span>
|
|
2305
2529
|
|
|
2306
2530
|
|
|
2307
2531
|
|
|
@@ -2393,14 +2617,18 @@ const textSymbol = new TextSymbol({
|
|
|
2393
2617
|
<code>
|
|
2394
2618
|
|
|
2395
2619
|
|
|
2396
|
-
<span class="param-type"
|
|
2620
|
+
<span class="param-type">
|
|
2621
|
+
|
|
2622
|
+
<a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
|
|
2623
|
+
|
|
2624
|
+
</span>
|
|
2397
2625
|
|
|
2398
2626
|
|
|
2399
2627
|
|
|
2400
2628
|
|
|
2401
2629
|
</code>
|
|
2402
2630
|
</td>
|
|
2403
|
-
<td class="name"><code><p>将JSON里的数据导入,并返回一个新的TextSymbol
|
|
2631
|
+
<td class="name"><code><p>将JSON里的数据导入,并返回一个新的TextSymbol对象</code></td>
|
|
2404
2632
|
</tr>
|
|
2405
2633
|
|
|
2406
2634
|
<tr class="deep-level-0">
|
|
@@ -2409,7 +2637,11 @@ const textSymbol = new TextSymbol({
|
|
|
2409
2637
|
<code>
|
|
2410
2638
|
|
|
2411
2639
|
|
|
2412
|
-
<span class="param-type"
|
|
2640
|
+
<span class="param-type">
|
|
2641
|
+
|
|
2642
|
+
<a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
|
|
2643
|
+
|
|
2644
|
+
</span>
|
|
2413
2645
|
|
|
2414
2646
|
|
|
2415
2647
|
|
|
@@ -2425,7 +2657,11 @@ const textSymbol = new TextSymbol({
|
|
|
2425
2657
|
<code>
|
|
2426
2658
|
|
|
2427
2659
|
|
|
2428
|
-
<span class="param-type">
|
|
2660
|
+
<span class="param-type">
|
|
2661
|
+
|
|
2662
|
+
Object
|
|
2663
|
+
|
|
2664
|
+
</span>
|
|
2429
2665
|
|
|
2430
2666
|
|
|
2431
2667
|
|
|
@@ -2497,13 +2733,17 @@ const textSymbol = new TextSymbol({
|
|
|
2497
2733
|
|
|
2498
2734
|
<tr class="deep-level-0">
|
|
2499
2735
|
|
|
2500
|
-
<td class="name"
|
|
2736
|
+
<td class="name"><code>json</code></td>
|
|
2501
2737
|
|
|
2502
2738
|
|
|
2503
2739
|
<td class="type">
|
|
2504
2740
|
|
|
2505
2741
|
|
|
2506
|
-
<span class="param-type">
|
|
2742
|
+
<span class="param-type">
|
|
2743
|
+
|
|
2744
|
+
Object
|
|
2745
|
+
|
|
2746
|
+
</span>
|
|
2507
2747
|
|
|
2508
2748
|
|
|
2509
2749
|
|
|
@@ -2592,7 +2832,11 @@ const textSymbol = new TextSymbol({
|
|
|
2592
2832
|
<div class='column is-5 has-text-left'>
|
|
2593
2833
|
<label>类型: </label>
|
|
2594
2834
|
|
|
2595
|
-
<span class="param-type"
|
|
2835
|
+
<span class="param-type">
|
|
2836
|
+
|
|
2837
|
+
<a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
|
|
2838
|
+
|
|
2839
|
+
</span>
|
|
2596
2840
|
|
|
2597
2841
|
|
|
2598
2842
|
|
|
@@ -2714,7 +2958,11 @@ const textSymbol = new TextSymbol({
|
|
|
2714
2958
|
<div class='column is-5 has-text-left'>
|
|
2715
2959
|
<label>类型: </label>
|
|
2716
2960
|
|
|
2717
|
-
<span class="param-type"
|
|
2961
|
+
<span class="param-type">
|
|
2962
|
+
|
|
2963
|
+
<a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
|
|
2964
|
+
|
|
2965
|
+
</span>
|
|
2718
2966
|
|
|
2719
2967
|
|
|
2720
2968
|
|
|
@@ -2836,7 +3084,11 @@ const textSymbol = new TextSymbol({
|
|
|
2836
3084
|
<div class='column is-5 has-text-left'>
|
|
2837
3085
|
<label>类型: </label>
|
|
2838
3086
|
|
|
2839
|
-
<span class="param-type">
|
|
3087
|
+
<span class="param-type">
|
|
3088
|
+
|
|
3089
|
+
Object
|
|
3090
|
+
|
|
3091
|
+
</span>
|
|
2840
3092
|
|
|
2841
3093
|
|
|
2842
3094
|
|