@mapgis/webclient-common 17.0.2 → 17.0.4
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 +18 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-common-es6.min.js +2 -2
- package/documention/AddressServer.html +87 -33
- package/documention/ArcGISFeatureServer.html +122 -34
- package/documention/ArcGISGeometryServer.html +101 -36
- package/documention/ArcGISMapImageLayer.html +110 -40
- package/documention/ArcGISMapImageSubLayer.html +50 -24
- package/documention/ArcGISMapServer.html +96 -32
- package/documention/ArcGISTileLayer.html +238 -112
- package/documention/ArcGISVectorTileLayer.html +142 -66
- package/documention/ArcGISVectorTileServer.html +62 -29
- package/documention/BaseRenderer.html +11 -5
- package/documention/BaseServer.html +47 -16
- package/documention/BaseView.html +251 -78
- package/documention/Basemap.html +88 -41
- package/documention/Callout3D.html +18 -12
- package/documention/Cesium3DTilesCacheLayer.html +218 -98
- package/documention/Cesium3DTilesServer.html +59 -27
- package/documention/CheckUtil.html +80 -20
- package/documention/Circle.html +79 -36
- package/documention/ClassBreakClusterInfo.html +26 -12
- package/documention/ClassBreakInfo.html +37 -14
- package/documention/ClassBreakRenderer.html +65 -28
- package/documention/ClusterInfo.html +40 -18
- package/documention/ClusterRenderer.html +70 -32
- package/documention/Collection.html +362 -134
- package/documention/CollectionFlattener.html +28 -6
- package/documention/Color.html +68 -27
- package/documention/ColorMaterial.html +25 -12
- package/documention/ColorStop.html +29 -13
- package/documention/ColorVariable.html +21 -11
- package/documention/Config.html +6 -1
- package/documention/CursorChangeEventInfo.html +5 -2
- package/documention/EchartsLayer.html +17 -7
- package/documention/Edges3D.html +26 -12
- package/documention/ElevationInfo.html +20 -11
- package/documention/Evented.html +12 -2
- package/documention/Extent.html +142 -66
- package/documention/ExtrudeSymbol3DLayer.html +53 -27
- package/documention/Feature.html +63 -29
- package/documention/FeatureExpressionInfo.html +11 -5
- package/documention/FeatureLayer.html +236 -107
- package/documention/FeatureServer.html +185 -43
- package/documention/FeatureSet.html +39 -18
- package/documention/FillSymbol.html +31 -17
- package/documention/FillSymbol3DLayer.html +37 -19
- package/documention/FillSymbol3DOutline.html +33 -16
- package/documention/Font.html +37 -14
- package/documention/GeoJSONLayer.html +260 -116
- package/documention/Geometry.html +73 -28
- package/documention/GeometryEngine.html +288 -169
- package/documention/GeometryFilter.html +21 -14
- package/documention/GeometryServer.html +154 -64
- package/documention/GraphicsLayer.html +293 -134
- package/documention/GroupLayer.html +257 -118
- package/documention/HeatmapColorStop.html +26 -12
- package/documention/HeatmapRenderer.html +54 -21
- package/documention/IGSFeatureLayer.html +103 -41
- package/documention/IGSMapImageLayer.html +159 -68
- package/documention/IGSMapImageSubLayer.html +49 -21
- package/documention/IGSSceneLayer.html +149 -54
- package/documention/IGSSceneSubLayer.html +94 -45
- package/documention/IGSTileLayer.html +239 -114
- package/documention/IGSVectorTileLayer.html +154 -72
- package/documention/IGSVectorTileSubLayer.html +46 -25
- package/documention/IconResource.html +20 -9
- package/documention/IconSymbol3DLayer.html +70 -38
- package/documention/ImageServer.html +89 -31
- package/documention/Interceptor.html +4 -0
- package/documention/LOD.html +26 -10
- package/documention/LabelClass.html +100 -35
- package/documention/LabelSymbol3D.html +41 -22
- package/documention/Layer.html +220 -85
- package/documention/LayerEvent.html +1 -0
- package/documention/LayerViewUpdateEvent.html +2 -0
- package/documention/LineCallout3D.html +47 -20
- package/documention/LineString.html +103 -50
- package/documention/LineStyleMarker3D.html +45 -22
- package/documention/LineStylePattern3D.html +25 -12
- package/documention/LineSymbol.html +27 -13
- package/documention/LineSymbol3D.html +24 -13
- package/documention/LineSymbol3DLayer.html +70 -38
- package/documention/LineSymbolMarker.html +21 -9
- package/documention/Log.html +3 -3
- package/documention/M3DModelCacheLayer.html +237 -108
- package/documention/M3DServer.html +74 -28
- package/documention/Map.html +127 -53
- package/documention/MapGISTextSymbol.html +173 -79
- package/documention/MapImageLayer.html +542 -204
- package/documention/MapServer.html +173 -55
- package/documention/MapVLayer.html +122 -60
- package/documention/MapView.html +293 -116
- package/documention/MarkerSymbol.html +35 -15
- package/documention/MoveEventInfo.html +5 -2
- package/documention/MultiLineString.html +126 -60
- package/documention/MultiPoint.html +100 -48
- package/documention/MultiPolygon.html +93 -44
- package/documention/OGCLayer.html +215 -99
- package/documention/ObjectSymbol3DLayer.html +85 -38
- package/documention/OpacityStop.html +26 -10
- package/documention/OpacityVariable.html +21 -11
- package/documention/OutStatistic.html +15 -5
- package/documention/OverlayLayer.html +214 -99
- package/documention/PathSymbol3DLayer.html +101 -53
- package/documention/PictureFillSymbol.html +59 -24
- package/documention/PictureMarkerSymbol.html +48 -19
- package/documention/PlotServer.html +101 -38
- package/documention/PoiServer.html +65 -27
- package/documention/Point.html +100 -47
- package/documention/PointSymbol3D.html +41 -22
- package/documention/PointSymbol3DOutline.html +28 -13
- package/documention/Polygon.html +138 -64
- package/documention/PolygonSymbol3D.html +30 -15
- package/documention/ProjectInfo.html +12 -0
- package/documention/ProjectInfoBySrsID.html +6 -0
- package/documention/Projection.html +11 -7
- package/documention/RandomRenderer.html +26 -12
- package/documention/RankRenderer.html +57 -22
- package/documention/RendererInfo.html +135 -9
- package/documention/RequestConfig.html +3 -1
- package/documention/RequestInterceptor.html +9 -2
- package/documention/ResourceServer.html +597 -84
- package/documention/ResponseInterceptor.html +9 -2
- package/documention/RootServer.html +64 -27
- package/documention/ScaleEventInfo.html +5 -2
- package/documention/Scene.html +67 -20
- package/documention/SceneLayer.html +219 -99
- package/documention/SceneServer.html +164 -61
- package/documention/SceneView.html +6 -3
- package/documention/SecurityServer.html +59 -26
- package/documention/SimpleFillSymbol.html +43 -22
- package/documention/SimpleLineSymbol.html +55 -24
- package/documention/SimpleMarkerSymbol.html +55 -23
- package/documention/SimpleRenderer.html +41 -19
- package/documention/SizeStop.html +26 -10
- package/documention/SizeVariable.html +37 -15
- package/documention/SketchBaseDrawTool.html +107 -52
- package/documention/SketchCircleDrawTool.html +141 -81
- package/documention/SketchEditor.html +209 -102
- package/documention/SketchEditorCesium.html +243 -141
- package/documention/SketchEditorEvent.html +1 -0
- package/documention/SketchEditorToolEventInfo.html +3 -1
- package/documention/SketchEditorVideo.html +46 -23
- package/documention/SketchEditorVideoBase.html +46 -23
- package/documention/SketchExtentDrawTool.html +141 -81
- package/documention/SketchFreehandPolygonDrawTool.html +135 -77
- package/documention/SketchFreehandPolylineDrawTool.html +139 -79
- package/documention/SketchPointDrawTool.html +149 -85
- package/documention/SketchPolygonDrawTool.html +274 -153
- package/documention/SketchPolylineDrawTool.html +236 -120
- package/documention/SketchStage.html +24 -15
- package/documention/SketchStyle.html +107 -60
- package/documention/SketchTopologyTool.html +6 -3
- package/documention/SpatialReference.html +50 -20
- package/documention/StylePattern3D.html +25 -12
- package/documention/SubLayer.html +55 -21
- package/documention/Symbol.html +25 -11
- package/documention/Symbol3D.html +11 -5
- package/documention/Symbol3DLayer.html +21 -13
- package/documention/Symbol3DVerticalOffset.html +33 -16
- package/documention/TerrainCacheLayer.html +214 -99
- package/documention/TerrainServer.html +54 -26
- package/documention/TextHalo.html +26 -12
- package/documention/TextSymbol.html +110 -47
- package/documention/TextSymbol3DLayer.html +85 -44
- package/documention/ThemeServer.html +73 -30
- package/documention/TileInfo.html +26 -11
- package/documention/TileLayer.html +230 -108
- package/documention/TileMatrixSet.html +53 -23
- package/documention/TileServer.html +49 -25
- package/documention/UniqueValueClusterInfo.html +26 -12
- package/documention/UniqueValueInfo.html +34 -14
- package/documention/UniqueValueRenderer.html +62 -27
- package/documention/UnknownLayer.html +219 -101
- package/documention/UpdateContent.html +17 -4
- package/documention/VectorTileGroupSubLayer.html +2209 -0
- package/documention/VectorTileLayer.html +314 -138
- package/documention/VectorTileServer.html +58 -27
- package/documention/VectorTileSubLayer.html +62 -31
- package/documention/VertexChangeEventInfo.html +5 -2
- package/documention/VideoMapView.html +77 -21
- package/documention/VideoMetaData.html +22 -8
- package/documention/VideoPixelCoordTransforms.html +17 -10
- package/documention/VideoRegistrationParam.html +19 -9
- package/documention/VisualVariable.html +29 -11
- package/documention/WCSServer.html +49 -25
- package/documention/WFSLayer.html +262 -120
- package/documention/WFSServer.html +59 -28
- package/documention/WMSLayer.html +305 -142
- package/documention/WMSServer.html +53 -26
- package/documention/WMSSubLayer.html +63 -30
- package/documention/WMTSLayer.html +269 -130
- package/documention/WMTSServer.html +52 -26
- package/documention/WMTSStyle.html +30 -12
- package/documention/WMTSSubLayer.html +242 -111
- package/documention/WPSServer.html +49 -25
- package/documention/WaterSymbol3DLayer.html +50 -26
- package/documention/WebTileLayer.html +258 -120
- package/documention/WorkFlowServer.html +89 -32
- package/documention/WorkFlowServer600227.html +131 -44
- package/documention/WorkFlowServer600228.html +126 -45
- package/documention/WorkFlowServer600229.html +131 -44
- package/documention/WorkFlowServer600230.html +131 -44
- package/documention/WorkFlowServer600231.html +147 -48
- package/documention/WorkFlowServer600232.html +131 -44
- package/documention/WorkFlowServer600233.html +133 -49
- package/documention/WorkFlowServer600235.html +107 -38
- package/documention/WorkFlowServer600237.html +140 -52
- package/documention/WorkFlowServer600238.html +135 -46
- package/documention/WorkFlowServer600239.html +119 -41
- package/documention/WorkFlowServer600307.html +132 -49
- package/documention/WorkFlowServer600308.html +47 -13
- package/documention/WorkFlowServer600309.html +131 -44
- package/documention/WorkFlowServer600314.html +135 -45
- package/documention/WorkFlowServer600334.html +131 -44
- package/documention/WorkFlowServer600336.html +123 -42
- package/documention/WorkFlowServer600340.html +159 -51
- package/documention/WorkFlowServer600354.html +127 -43
- package/documention/WorkFlowServer600368.html +111 -39
- package/documention/WorkFlowServer600369.html +123 -42
- package/documention/WorkFlowServer600370.html +119 -41
- package/documention/Zondy.Object.CAttDataRow.html +3 -0
- package/documention/Zondy.Object.CAttStruct.html +4 -0
- package/documention/global.html +1096 -26
- package/documention/index.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
- package/documention/module-ArcGis.ArcGisCircle.html +7 -0
- package/documention/module-ArcGis.ArcGisExtent.html +28 -10
- package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
- package/documention/module-ArcGis.ArcGisPoint.html +15 -5
- package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
- package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
- package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
- package/documention/module.exports.html +1 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
<span class="param-type">Object</span>
|
|
81
81
|
|
|
82
82
|
|
|
83
|
+
|
|
83
84
|
|
|
84
85
|
</td>
|
|
85
86
|
|
|
@@ -99,7 +100,8 @@
|
|
|
99
100
|
<td class="type">
|
|
100
101
|
|
|
101
102
|
|
|
102
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
103
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
104
|
+
|
|
103
105
|
|
|
104
106
|
|
|
105
107
|
|
|
@@ -121,7 +123,8 @@
|
|
|
121
123
|
<td class="type">
|
|
122
124
|
|
|
123
125
|
|
|
124
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a></span>
|
|
126
|
+
<span class="param-type"><a link="SimpleLineSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a></span>
|
|
127
|
+
|
|
125
128
|
|
|
126
129
|
|
|
127
130
|
|
|
@@ -143,7 +146,8 @@
|
|
|
143
146
|
<td class="type">
|
|
144
147
|
|
|
145
148
|
|
|
146
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
149
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
150
|
+
|
|
147
151
|
|
|
148
152
|
|
|
149
153
|
|
|
@@ -165,7 +169,8 @@
|
|
|
165
169
|
<td class="type">
|
|
166
170
|
|
|
167
171
|
|
|
168
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
172
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
173
|
+
|
|
169
174
|
|
|
170
175
|
|
|
171
176
|
|
|
@@ -187,7 +192,8 @@
|
|
|
187
192
|
<td class="type">
|
|
188
193
|
|
|
189
194
|
|
|
190
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
195
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
196
|
+
|
|
191
197
|
|
|
192
198
|
|
|
193
199
|
|
|
@@ -209,7 +215,8 @@
|
|
|
209
215
|
<td class="type">
|
|
210
216
|
|
|
211
217
|
|
|
212
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
218
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
219
|
+
|
|
213
220
|
|
|
214
221
|
|
|
215
222
|
|
|
@@ -231,7 +238,8 @@
|
|
|
231
238
|
<td class="type">
|
|
232
239
|
|
|
233
240
|
|
|
234
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
241
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
242
|
+
|
|
235
243
|
|
|
236
244
|
|
|
237
245
|
|
|
@@ -253,7 +261,8 @@
|
|
|
253
261
|
<td class="type">
|
|
254
262
|
|
|
255
263
|
|
|
256
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
264
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
265
|
+
|
|
257
266
|
|
|
258
267
|
|
|
259
268
|
|
|
@@ -275,7 +284,8 @@
|
|
|
275
284
|
<td class="type">
|
|
276
285
|
|
|
277
286
|
|
|
278
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
287
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
288
|
+
|
|
279
289
|
|
|
280
290
|
|
|
281
291
|
|
|
@@ -297,7 +307,8 @@
|
|
|
297
307
|
<td class="type">
|
|
298
308
|
|
|
299
309
|
|
|
300
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
310
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
311
|
+
|
|
301
312
|
|
|
302
313
|
|
|
303
314
|
|
|
@@ -319,7 +330,8 @@
|
|
|
319
330
|
<td class="type">
|
|
320
331
|
|
|
321
332
|
|
|
322
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
333
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
334
|
+
|
|
323
335
|
|
|
324
336
|
|
|
325
337
|
|
|
@@ -341,7 +353,8 @@
|
|
|
341
353
|
<td class="type">
|
|
342
354
|
|
|
343
355
|
|
|
344
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
356
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
357
|
+
|
|
345
358
|
|
|
346
359
|
|
|
347
360
|
|
|
@@ -363,7 +376,8 @@
|
|
|
363
376
|
<td class="type">
|
|
364
377
|
|
|
365
378
|
|
|
366
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
379
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
380
|
+
|
|
367
381
|
|
|
368
382
|
|
|
369
383
|
|
|
@@ -385,7 +399,8 @@
|
|
|
385
399
|
<td class="type">
|
|
386
400
|
|
|
387
401
|
|
|
388
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
402
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
403
|
+
|
|
389
404
|
|
|
390
405
|
|
|
391
406
|
|
|
@@ -503,11 +518,12 @@
|
|
|
503
518
|
<tbody>
|
|
504
519
|
|
|
505
520
|
<tr class="deep-level-0">
|
|
506
|
-
<td class="name"><code><a href="
|
|
521
|
+
<td class="name"><code><a href="#coincidentPointStyle">coincidentPointStyle</a></code></td>
|
|
507
522
|
<td class="name">
|
|
508
523
|
<code>
|
|
509
524
|
|
|
510
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
525
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
526
|
+
|
|
511
527
|
|
|
512
528
|
|
|
513
529
|
</code>
|
|
@@ -516,11 +532,12 @@
|
|
|
516
532
|
</tr>
|
|
517
533
|
|
|
518
534
|
<tr class="deep-level-0">
|
|
519
|
-
<td class="name"><code><a href="
|
|
535
|
+
<td class="name"><code><a href="#fillStyle">fillStyle</a></code></td>
|
|
520
536
|
<td class="name">
|
|
521
537
|
<code>
|
|
522
538
|
|
|
523
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
539
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
540
|
+
|
|
524
541
|
|
|
525
542
|
|
|
526
543
|
</code>
|
|
@@ -529,11 +546,12 @@
|
|
|
529
546
|
</tr>
|
|
530
547
|
|
|
531
548
|
<tr class="deep-level-0">
|
|
532
|
-
<td class="name"><code><a href="
|
|
549
|
+
<td class="name"><code><a href="#highlightLineStyle">highlightLineStyle</a></code></td>
|
|
533
550
|
<td class="name">
|
|
534
551
|
<code>
|
|
535
552
|
|
|
536
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
553
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
554
|
+
|
|
537
555
|
|
|
538
556
|
|
|
539
557
|
</code>
|
|
@@ -542,11 +560,12 @@
|
|
|
542
560
|
</tr>
|
|
543
561
|
|
|
544
562
|
<tr class="deep-level-0">
|
|
545
|
-
<td class="name"><code><a href="
|
|
563
|
+
<td class="name"><code><a href="#highlightPointStyle">highlightPointStyle</a></code></td>
|
|
546
564
|
<td class="name">
|
|
547
565
|
<code>
|
|
548
566
|
|
|
549
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
567
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
568
|
+
|
|
550
569
|
|
|
551
570
|
|
|
552
571
|
</code>
|
|
@@ -555,11 +574,12 @@
|
|
|
555
574
|
</tr>
|
|
556
575
|
|
|
557
576
|
<tr class="deep-level-0">
|
|
558
|
-
<td class="name"><code><a href="
|
|
577
|
+
<td class="name"><code><a href="#lineStyle">lineStyle</a></code></td>
|
|
559
578
|
<td class="name">
|
|
560
579
|
<code>
|
|
561
580
|
|
|
562
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a></span>
|
|
581
|
+
<span class="param-type"><a link="SimpleLineSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a></span>
|
|
582
|
+
|
|
563
583
|
|
|
564
584
|
|
|
565
585
|
</code>
|
|
@@ -568,11 +588,12 @@
|
|
|
568
588
|
</tr>
|
|
569
589
|
|
|
570
590
|
<tr class="deep-level-0">
|
|
571
|
-
<td class="name"><code><a href="
|
|
591
|
+
<td class="name"><code><a href="#parallelLineStyle">parallelLineStyle</a></code></td>
|
|
572
592
|
<td class="name">
|
|
573
593
|
<code>
|
|
574
594
|
|
|
575
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
595
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
596
|
+
|
|
576
597
|
|
|
577
598
|
|
|
578
599
|
</code>
|
|
@@ -581,11 +602,12 @@
|
|
|
581
602
|
</tr>
|
|
582
603
|
|
|
583
604
|
<tr class="deep-level-0">
|
|
584
|
-
<td class="name"><code><a href="
|
|
605
|
+
<td class="name"><code><a href="#perpendicularLineStyle">perpendicularLineStyle</a></code></td>
|
|
585
606
|
<td class="name">
|
|
586
607
|
<code>
|
|
587
608
|
|
|
588
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
609
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
610
|
+
|
|
589
611
|
|
|
590
612
|
|
|
591
613
|
</code>
|
|
@@ -594,11 +616,12 @@
|
|
|
594
616
|
</tr>
|
|
595
617
|
|
|
596
618
|
<tr class="deep-level-0">
|
|
597
|
-
<td class="name"><code><a href="
|
|
619
|
+
<td class="name"><code><a href="#selectBoxStyle">selectBoxStyle</a></code></td>
|
|
598
620
|
<td class="name">
|
|
599
621
|
<code>
|
|
600
622
|
|
|
601
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
623
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
624
|
+
|
|
602
625
|
|
|
603
626
|
|
|
604
627
|
</code>
|
|
@@ -607,11 +630,12 @@
|
|
|
607
630
|
</tr>
|
|
608
631
|
|
|
609
632
|
<tr class="deep-level-0">
|
|
610
|
-
<td class="name"><code><a href="
|
|
633
|
+
<td class="name"><code><a href="#selectBoxVertexStyle">selectBoxVertexStyle</a></code></td>
|
|
611
634
|
<td class="name">
|
|
612
635
|
<code>
|
|
613
636
|
|
|
614
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
637
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
638
|
+
|
|
615
639
|
|
|
616
640
|
|
|
617
641
|
</code>
|
|
@@ -620,11 +644,12 @@
|
|
|
620
644
|
</tr>
|
|
621
645
|
|
|
622
646
|
<tr class="deep-level-0">
|
|
623
|
-
<td class="name"><code><a href="
|
|
647
|
+
<td class="name"><code><a href="#selectMidVertexStyle">selectMidVertexStyle</a></code></td>
|
|
624
648
|
<td class="name">
|
|
625
649
|
<code>
|
|
626
650
|
|
|
627
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
651
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
652
|
+
|
|
628
653
|
|
|
629
654
|
|
|
630
655
|
</code>
|
|
@@ -633,11 +658,12 @@
|
|
|
633
658
|
</tr>
|
|
634
659
|
|
|
635
660
|
<tr class="deep-level-0">
|
|
636
|
-
<td class="name"><code><a href="
|
|
661
|
+
<td class="name"><code><a href="#selectTextStyle">selectTextStyle</a></code></td>
|
|
637
662
|
<td class="name">
|
|
638
663
|
<code>
|
|
639
664
|
|
|
640
|
-
<span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
|
|
665
|
+
<span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
|
|
666
|
+
|
|
641
667
|
|
|
642
668
|
|
|
643
669
|
</code>
|
|
@@ -646,11 +672,12 @@
|
|
|
646
672
|
</tr>
|
|
647
673
|
|
|
648
674
|
<tr class="deep-level-0">
|
|
649
|
-
<td class="name"><code><a href="
|
|
675
|
+
<td class="name"><code><a href="#selectVertexStyle">selectVertexStyle</a></code></td>
|
|
650
676
|
<td class="name">
|
|
651
677
|
<code>
|
|
652
678
|
|
|
653
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
679
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
680
|
+
|
|
654
681
|
|
|
655
682
|
|
|
656
683
|
</code>
|
|
@@ -659,11 +686,12 @@
|
|
|
659
686
|
</tr>
|
|
660
687
|
|
|
661
688
|
<tr class="deep-level-0">
|
|
662
|
-
<td class="name"><code><a href="
|
|
689
|
+
<td class="name"><code><a href="#textStyle">textStyle</a></code></td>
|
|
663
690
|
<td class="name">
|
|
664
691
|
<code>
|
|
665
692
|
|
|
666
|
-
<span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
|
|
693
|
+
<span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
|
|
694
|
+
|
|
667
695
|
|
|
668
696
|
|
|
669
697
|
</code>
|
|
@@ -672,11 +700,12 @@
|
|
|
672
700
|
</tr>
|
|
673
701
|
|
|
674
702
|
<tr class="deep-level-0">
|
|
675
|
-
<td class="name"><code><a href="
|
|
703
|
+
<td class="name"><code><a href="#vertexStyle">vertexStyle</a></code></td>
|
|
676
704
|
<td class="name">
|
|
677
705
|
<code>
|
|
678
706
|
|
|
679
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
707
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
708
|
+
|
|
680
709
|
|
|
681
710
|
|
|
682
711
|
</code>
|
|
@@ -695,7 +724,8 @@
|
|
|
695
724
|
<span class="method-parameter is-pulled-right">
|
|
696
725
|
<label>类型:</label>
|
|
697
726
|
|
|
698
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
727
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
728
|
+
|
|
699
729
|
|
|
700
730
|
|
|
701
731
|
</span>
|
|
@@ -765,7 +795,8 @@
|
|
|
765
795
|
<span class="method-parameter is-pulled-right">
|
|
766
796
|
<label>类型:</label>
|
|
767
797
|
|
|
768
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
798
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
799
|
+
|
|
769
800
|
|
|
770
801
|
|
|
771
802
|
</span>
|
|
@@ -835,7 +866,8 @@
|
|
|
835
866
|
<span class="method-parameter is-pulled-right">
|
|
836
867
|
<label>类型:</label>
|
|
837
868
|
|
|
838
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
869
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
870
|
+
|
|
839
871
|
|
|
840
872
|
|
|
841
873
|
</span>
|
|
@@ -905,7 +937,8 @@
|
|
|
905
937
|
<span class="method-parameter is-pulled-right">
|
|
906
938
|
<label>类型:</label>
|
|
907
939
|
|
|
908
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
940
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
941
|
+
|
|
909
942
|
|
|
910
943
|
|
|
911
944
|
</span>
|
|
@@ -975,7 +1008,8 @@
|
|
|
975
1008
|
<span class="method-parameter is-pulled-right">
|
|
976
1009
|
<label>类型:</label>
|
|
977
1010
|
|
|
978
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a></span>
|
|
1011
|
+
<span class="param-type"><a link="SimpleLineSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a></span>
|
|
1012
|
+
|
|
979
1013
|
|
|
980
1014
|
|
|
981
1015
|
</span>
|
|
@@ -1045,7 +1079,8 @@
|
|
|
1045
1079
|
<span class="method-parameter is-pulled-right">
|
|
1046
1080
|
<label>类型:</label>
|
|
1047
1081
|
|
|
1048
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
1082
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
1083
|
+
|
|
1049
1084
|
|
|
1050
1085
|
|
|
1051
1086
|
</span>
|
|
@@ -1115,7 +1150,8 @@
|
|
|
1115
1150
|
<span class="method-parameter is-pulled-right">
|
|
1116
1151
|
<label>类型:</label>
|
|
1117
1152
|
|
|
1118
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
1153
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
1154
|
+
|
|
1119
1155
|
|
|
1120
1156
|
|
|
1121
1157
|
</span>
|
|
@@ -1185,7 +1221,8 @@
|
|
|
1185
1221
|
<span class="method-parameter is-pulled-right">
|
|
1186
1222
|
<label>类型:</label>
|
|
1187
1223
|
|
|
1188
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
1224
|
+
<span class="param-type"><a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
|
|
1225
|
+
|
|
1189
1226
|
|
|
1190
1227
|
|
|
1191
1228
|
</span>
|
|
@@ -1255,7 +1292,8 @@
|
|
|
1255
1292
|
<span class="method-parameter is-pulled-right">
|
|
1256
1293
|
<label>类型:</label>
|
|
1257
1294
|
|
|
1258
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
1295
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
1296
|
+
|
|
1259
1297
|
|
|
1260
1298
|
|
|
1261
1299
|
</span>
|
|
@@ -1325,7 +1363,8 @@
|
|
|
1325
1363
|
<span class="method-parameter is-pulled-right">
|
|
1326
1364
|
<label>类型:</label>
|
|
1327
1365
|
|
|
1328
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
1366
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
1367
|
+
|
|
1329
1368
|
|
|
1330
1369
|
|
|
1331
1370
|
</span>
|
|
@@ -1395,7 +1434,8 @@
|
|
|
1395
1434
|
<span class="method-parameter is-pulled-right">
|
|
1396
1435
|
<label>类型:</label>
|
|
1397
1436
|
|
|
1398
|
-
<span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
|
|
1437
|
+
<span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
|
|
1438
|
+
|
|
1399
1439
|
|
|
1400
1440
|
|
|
1401
1441
|
</span>
|
|
@@ -1465,7 +1505,8 @@
|
|
|
1465
1505
|
<span class="method-parameter is-pulled-right">
|
|
1466
1506
|
<label>类型:</label>
|
|
1467
1507
|
|
|
1468
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
1508
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
1509
|
+
|
|
1469
1510
|
|
|
1470
1511
|
|
|
1471
1512
|
</span>
|
|
@@ -1535,7 +1576,8 @@
|
|
|
1535
1576
|
<span class="method-parameter is-pulled-right">
|
|
1536
1577
|
<label>类型:</label>
|
|
1537
1578
|
|
|
1538
|
-
<span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
|
|
1579
|
+
<span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
|
|
1580
|
+
|
|
1539
1581
|
|
|
1540
1582
|
|
|
1541
1583
|
</span>
|
|
@@ -1605,7 +1647,8 @@
|
|
|
1605
1647
|
<span class="method-parameter is-pulled-right">
|
|
1606
1648
|
<label>类型:</label>
|
|
1607
1649
|
|
|
1608
|
-
<span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
1650
|
+
<span class="param-type"><a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
|
|
1651
|
+
|
|
1609
1652
|
|
|
1610
1653
|
|
|
1611
1654
|
</span>
|
|
@@ -1691,12 +1734,13 @@
|
|
|
1691
1734
|
<tbody>
|
|
1692
1735
|
|
|
1693
1736
|
<tr class="deep-level-0">
|
|
1694
|
-
<td class="name"><code><a href="
|
|
1737
|
+
<td class="name"><code><a href="#clone">clone</a></code></td>
|
|
1695
1738
|
<td class="name">
|
|
1696
1739
|
<code>
|
|
1697
1740
|
|
|
1698
1741
|
|
|
1699
|
-
<span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
|
|
1742
|
+
<span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
|
|
1743
|
+
|
|
1700
1744
|
|
|
1701
1745
|
|
|
1702
1746
|
|
|
@@ -1706,7 +1750,7 @@
|
|
|
1706
1750
|
</tr>
|
|
1707
1751
|
|
|
1708
1752
|
<tr class="deep-level-0">
|
|
1709
|
-
<td class="name"><code><a href="
|
|
1753
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
1710
1754
|
<td class="name">
|
|
1711
1755
|
<code>
|
|
1712
1756
|
|
|
@@ -1714,6 +1758,7 @@
|
|
|
1714
1758
|
<span class="param-type">Object</span>
|
|
1715
1759
|
|
|
1716
1760
|
|
|
1761
|
+
|
|
1717
1762
|
|
|
1718
1763
|
</code>
|
|
1719
1764
|
</td>
|
|
@@ -1823,7 +1868,8 @@
|
|
|
1823
1868
|
<div class='column is-5 has-text-left'>
|
|
1824
1869
|
<label>类型: </label>
|
|
1825
1870
|
|
|
1826
|
-
<span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
|
|
1871
|
+
<span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
|
|
1872
|
+
|
|
1827
1873
|
|
|
1828
1874
|
|
|
1829
1875
|
</div>
|
|
@@ -1942,6 +1988,7 @@
|
|
|
1942
1988
|
<span class="param-type">Object</span>
|
|
1943
1989
|
|
|
1944
1990
|
|
|
1991
|
+
|
|
1945
1992
|
</div>
|
|
1946
1993
|
|
|
1947
1994
|
</div>
|
|
@@ -146,12 +146,13 @@
|
|
|
146
146
|
<tbody>
|
|
147
147
|
|
|
148
148
|
<tr class="deep-level-0">
|
|
149
|
-
<td class="name"><code><a href="
|
|
149
|
+
<td class="name"><code><a href="#unionPolygons">unionPolygons</a></code></td>
|
|
150
150
|
<td class="name">
|
|
151
151
|
<code>
|
|
152
152
|
|
|
153
153
|
|
|
154
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
154
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
155
|
+
|
|
155
156
|
|
|
156
157
|
|
|
157
158
|
|
|
@@ -227,6 +228,7 @@
|
|
|
227
228
|
<span class="param-type">Array</span>
|
|
228
229
|
|
|
229
230
|
|
|
231
|
+
|
|
230
232
|
|
|
231
233
|
</td>
|
|
232
234
|
|
|
@@ -312,7 +314,8 @@
|
|
|
312
314
|
<div class='column is-5 has-text-left'>
|
|
313
315
|
<label>类型: </label>
|
|
314
316
|
|
|
315
|
-
<span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
317
|
+
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
|
|
318
|
+
|
|
316
319
|
|
|
317
320
|
|
|
318
321
|
</div>
|