如何创建专题图模板
为了丰富分布式分析结果的视觉效果,iServer支持为各类分布式分析的结果设置专题图模板。您可以自定义专题图模板,也可从桌面导出模板文件。为分布式分析结果设置专题图模板的步骤如下:
- 在%SuperMap iServer_HOME%/webapps/iserver下建立名为 processingjobthemetemplates 的文件夹,并在该文件夹下放置相应的模板,需按如下命名规则命名:
- 用于密度分析的专题图模板命名为 densityrange.xml
- 用于点聚合分析的专题图模板:
- 范围设定模板文件名称为 summarymeshrange.xml
- 标签设定模板文件名称为 summarymeshlabel.xml
- 在各模板文件中添加内容。如果是从桌面导出的模板文件,参照步骤 1 放置并改名即可。
- 重启iServer,创建分布式分析任务,分析完成后,通过客户端浏览自动发布的地图服务即可看到可视化效果。
编写模板文件
复制以下示例,粘贴至您已创建好的模板文件中,即可构建专题图模板。其中的值根据您的需要进行修改即可。
用于密度分析的专题图模板,densityrange.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 | < sml:Theme > < sml:Type >2</ sml:Type > < sml:Caption /> < sml:Visible >TRUE</ sml:Visible > < sml:MinVisibleScale >0.00000000000000000000e+000</ sml:MinVisibleScale > < sml:MaxVisibleScale >0.00000000000000000000e+000</ sml:MaxVisibleScale > < sml:ExtendExpressions /> < sml:IsUseRepresentation >FALSE</ sml:IsUseRepresentation > < sml:RepresentationFieldName /> < sml:ThemRepreFieldName /> < sml:FieldExpression >RecordCount_Density</ sml:FieldExpression > < sml:RangeMethod >3</ sml:RangeMethod > < sml:RangeItems sml:Descending = "FALSE" > < sml:RangeItem > < sml:RangeValue >X<-340282346638528860000000000000000000000</ sml:RangeValue > < sml:Caption >X >= 0</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(255,255,130816)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(255,255,130816)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >-340282346638528860000000000000000000000<=X<0</ sml:RangeValue > < sml:Caption >min < X < 0</ sml:Caption > < sml:StyleEnable >FALSE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >5</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(128,128,130944)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(255,255,131071)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >0<=X<0.1</ sml:RangeValue > < sml:Caption >0 <= X < 0.1</ sml:Caption > < sml:StyleEnable >FALSE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >5</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(128,128,130944)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(241,193,131071)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >0.1<=X<0.2</ sml:RangeValue > < sml:Caption >0.1 <= X < 0.2</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >5</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(128,128,130944)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(228,153,131071)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >0.2<=X<0.4</ sml:RangeValue > < sml:Caption >0.2 <= X < 0.4</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >5</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(128,128,130944)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(214,112,131071)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >0.4<=X<0.8</ sml:RangeValue > < sml:Caption >0.4 <= X < 0.8</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >5</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(128,128,130944)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(172,92,131071)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >0.8<=X<1.5</ sml:RangeValue > < sml:Caption >0.8 <= X < 1.5</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >5</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(128,128,130944)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(94,128,131066)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >1.5<=X<2.9</ sml:RangeValue > < sml:Caption >1.5 <= X < 2.9</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >5</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(128,128,130944)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(52,227,131017)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >2.9<=X<5.4</ sml:RangeValue > < sml:Caption >2.9 <= X < 5.4</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >5</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(128,128,130944)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(164,229,130839)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >5.4<=X<10.199999999999999</ sml:RangeValue > < sml:Caption >5.4 <= X < 10.2</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >5</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(128,128,130944)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(244,218,130839)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >10.199999999999999<=X<19.300000000000001</ sml:RangeValue > < sml:Caption >10.2 <= X < 19.3</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight >< sml:LineStyle >5</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(128,128,130944)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(241,120,130842)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >19.300000000000001<=X<36.5</ sml:RangeValue > < sml:Caption >19.3 <= X < 36.5</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >5</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(128,128,130944)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(227,38,130847)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >36.5<=X<68.799999999999997</ sml:RangeValue > < sml:Caption >36.5 <= X < 68.8</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >5</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(128,128,130944)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(179,20,130862)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >68.799999999999997<=X<340282346638528860000000000000000000000</ sml:RangeValue > < sml:Caption >68.8 <= X < max</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >5</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(128,128,130944)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(110,0,130894)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >X>=340282346638528860000000000000000000000</ sml:RangeValue > < sml:Caption >X < 68.799999999999997</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(255,0,130816)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(255,0,130816)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > </ sml:RangeItems > < sml:Precision >0.1</ sml:Precision > < sml:FixedOffset >FALSE</ sml:FixedOffset > < sml:OffsetXExpression /> < sml:OffsetYExpression /> < sml:CustomInterval >0.0000000000</ sml:CustomInterval > </ sml:Theme > |
用于点聚合分析的专题图模板,范围设定模板文件summarymeshrange.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 | < sml:Theme > < sml:Type >2</ sml:Type > < sml:Caption >analystResult@UntitledDatasource</ sml:Caption > < sml:Visible >TRUE</ sml:Visible > < sml:MinVisibleScale >0.00000000000000000000e+000</ sml:MinVisibleScale > < sml:MaxVisibleScale >0.00000000000000000000e+000</ sml:MaxVisibleScale > < sml:ExtendExpressions /> < sml:IsUseRepresentation >FALSE</ sml:IsUseRepresentation > < sml:RepresentationFieldName /> < sml:ThemRepreFieldName /> < sml:FieldExpression >analystResult.RecordCount</ sml:FieldExpression > < sml:RangeMethod >1</ sml:RangeMethod > < sml:RangeItems sml:Descending = "FALSE" > < sml:RangeItem > < sml:RangeValue >X<-340282349999999990000000000000000000000</ sml:RangeValue > < sml:Caption >UntitledThemeRangeItem</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(255,255,130816)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(255,255,130816)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >-340282349999999990000000000000000000000<=X<3.909</ sml:RangeValue > < sml:Caption >-3.4028235E+38 <= X < 3.909</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(227,108,130825)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(255,255,131071)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >3.909<=X<8.727</ sml:RangeValue > < sml:Caption >3.909 <= X < 8.727</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(227,108,130825)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(237,179,131071)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >8.727<=X<15.454000000000001</ sml:RangeValue > < sml:Caption >8.727 <= X < 15.454</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(227,108,130825)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(219,125,131071)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >15.454000000000001<=X<24.09</ sml:RangeValue > < sml:Caption >15.454 <= X < 24.09</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(227,108,130825)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(172,92,131071)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >24.09<=X<34.634999999999998</ sml:RangeValue > < sml:Caption >24.09 <= X < 34.635</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(227,108,130825)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(64,164,131058)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >34.634999999999998<=X<47.090000000000003</ sml:RangeValue > < sml:Caption >34.635 <= X < 47.09</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(227,108,130825)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(125,223,130858)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >47.090000000000003<=X<61.454000000000001</ sml:RangeValue > < sml:Caption >47.09 <= X < 61.454</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(227,108,130825)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(244,218,130839)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >61.454000000000001<=X<77.727000000000004</ sml:RangeValue > < sml:Caption >61.454 <= X < 77.727</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(227,108,130825)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(241,88,130842)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >77.727000000000004<=X<95.909000000000006</ sml:RangeValue > < sml:Caption >77.727 <= X < 95.909</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(227,108,130825)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(190,23,130858)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >95.909000000000006<=X<340282349999999990000000000000000000000</ sml:RangeValue > < sml:Caption >95.909 <= X < Max</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(227,108,130825)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(110,0,130894)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > < sml:RangeItem > < sml:RangeValue >X>=340282349999999990000000000000000000000</ sml:RangeValue > < sml:Caption >UntitledThemeRangeItem</ sml:Caption > < sml:StyleEnable >TRUE</ sml:StyleEnable > < sml:Style > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(255,0,130816)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(255,0,130816)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:Style > </ sml:RangeItem > </ sml:RangeItems > < sml:Precision >0.001</ sml:Precision > < sml:FixedOffset >FALSE</ sml:FixedOffset > < sml:OffsetXExpression /> < sml:OffsetYExpression /> < sml:CustomInterval >0.0000000000</ sml:CustomInterval > </ sml:Theme > |
用于点聚合分析的专题图模板,标签设定模板文件summarymeshlabel.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 | < sml:Theme > < sml:Type >7</ sml:Type > < sml:Caption >analystResult@UntitledDatasource</ sml:Caption > < sml:Visible >TRUE</ sml:Visible > < sml:MinVisibleScale >0.00000000000000000000e+000</ sml:MinVisibleScale > < sml:MaxVisibleScale >0.00000000000000000000e+000</ sml:MaxVisibleScale > < sml:ExtendExpressions /> < sml:IsUseRepresentation >FALSE</ sml:IsUseRepresentation > < sml:RepresentationFieldName /> < sml:ThemRepreFieldName /> < sml:FieldExpression >RecordCount</ sml:FieldExpression > < sml:ExplodeXExpression /> < sml:ExplodeYExpression /> < sml:FontTypeExpression /> < sml:FontColorExpression /> < sml:FontSizeExpression /> < sml:FontAngleExpression /> < sml:LabelOverLengthMode >None</ sml:LabelOverLengthMode > < sml:SplitSeparator /> < sml:AlongLanguageCustom >ALC_Chinese</ sml:AlongLanguageCustom > < sml:TextLengthLimit >256</ sml:TextLengthLimit > < sml:Options > < sml:EnableFlow >FALSE</ sml:EnableFlow > < sml:ShowLeaderLines >FALSE</ sml:ShowLeaderLines > < sml:FixedOffset >FALSE</ sml:FixedOffset > < sml:AlongLine >FALSE</ sml:AlongLine > < sml:SoleLabelAlongLine >FALSE</ sml:SoleLabelAlongLine > < sml:LabelAlongLineType >UGAlongLineSignify</ sml:LabelAlongLineType > < sml:LabelAlongLineJoint >FALSE</ sml:LabelAlongLineJoint > < sml:FixedAngle >FALSE</ sml:FixedAngle > < sml:AutoAvoid >TRUE</ sml:AutoAvoid > < sml:OptimizeMutilineAlignment >FALSE</ sml:OptimizeMutilineAlignment > < sml:OnTop >FALSE</ sml:OnTop > < sml:Priority >0</ sml:Priority > < sml:FixedRepeatLength >FALSE</ sml:FixedRepeatLength > < sml:IgnoreLittleObject >TRUE</ sml:IgnoreLittleObject > < sml:SelfOverlap >TRUE</ sml:SelfOverlap > </ sml:Options > < sml:LeaderLineStyle > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >39</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(0,0,130816)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(189,235,131071)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:LeaderLineStyle > < sml:TextStyle > < sml:FaceName >宋体</ sml:FaceName > < sml:Align >TopLeft</ sml:Align > < sml:StringAlign >StringTopLeft</ sml:StringAlign > < sml:ForeColor >RGB(0,0,130816)</ sml:ForeColor > < sml:BackColor >RGB(0,0,130816)</ sml:BackColor > < sml:BackOpaque >FALSE</ sml:BackOpaque > < sml:Height >6</ sml:Height > < sml:Width >0</ sml:Width > < sml:Weight >0</ sml:Weight > < sml:IsFixedSize >FALSE</ sml:IsFixedSize > < sml:FixedSize >0</ sml:FixedSize > < sml:Angle >0</ sml:Angle > < sml:Bold >FALSE</ sml:Bold > < sml:Italic >FALSE</ sml:Italic > < sml:ItalicAngle >0.00</ sml:ItalicAngle > < sml:StrikeOut >FALSE</ sml:StrikeOut > < sml:Underline >FALSE</ sml:Underline > < sml:Shadow >FALSE</ sml:Shadow > < sml:Halo >FALSE</ sml:Halo > < sml:Text3DOpaque >100</ sml:Text3DOpaque > < sml:Text3DScale >1.00</ sml:Text3DScale > < sml:HaloWidth >1</ sml:HaloWidth > < sml:BorderSpacingWidth >4</ sml:BorderSpacingWidth > < sml:ShadowOffsetX >1.000000</ sml:ShadowOffsetX > < sml:ShadowOffsetY >1.000000</ sml:ShadowOffsetY > < sml:ShadowColor >RGB(128,128,130944)</ sml:ShadowColor > < sml:FontInterval >0</ sml:FontInterval > < sml:DownAngle >0.000000</ sml:DownAngle > < sml:WordAngle >0.000000</ sml:WordAngle > < sml:BackBorderStyle >0</ sml:BackBorderStyle > < sml:BackLineWidth >1</ sml:BackLineWidth > </ sml:TextStyle > < sml:OffsetXExpression >0</ sml:OffsetXExpression > < sml:OffsetYExpression >0</ sml:OffsetYExpression > < sml:BackType >None</ sml:BackType > < sml:BackStyle > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(0,0,130816)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(255,255,131020)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:BackStyle > < sml:BufferX >0.0000000000</ sml:BufferX > < sml:BufferY >0.0000000000</ sml:BufferY > < sml:PosiotnPriority > < sml:TopLeft >240</ sml:TopLeft > < sml:TopCenter >161</ sml:TopCenter > < sml:TopRight >158</ sml:TopRight > < sml:CenterLeft >55</ sml:CenterLeft > < sml:Center >0</ sml:Center > < sml:CenterRight >0</ sml:CenterRight > < sml:BottomLeft >0</ sml:BottomLeft > < sml:BottomCenter >0</ sml:BottomCenter > < sml:BottomRight >252</ sml:BottomRight > < sml:BaseLeft >161</ sml:BaseLeft > < sml:BaseCenter >158</ sml:BaseCenter > < sml:BaseRight >55</ sml:BaseRight > </ sml:PosiotnPriority > < sml:AutoVoidPosition >TRUE</ sml:AutoVoidPosition > < sml:MaxObjectNum >0</ sml:MaxObjectNum > < sml:NumFormat >1.1f</ sml:NumFormat > < sml:LineDirection >AlongLine</ sml:LineDirection > < sml:RepeatLength >0.000000</ sml:RepeatLength > < sml:TextSpace >1.100000</ sml:TextSpace > < sml:IsAutoAdjustRegionLabel >FALSE</ sml:IsAutoAdjustRegionLabel > < sml:IsVerticalLabel >FALSE</ sml:IsVerticalLabel > < sml:LabelTextSpace >0.000000</ sml:LabelTextSpace > < sml:LeaderLineToBack >FALSE</ sml:LeaderLineToBack > < sml:LineDirectionAngle >60.000000</ sml:LineDirectionAngle > < sml:TextStyle > < sml:FaceName >微软雅黑</ sml:FaceName > < sml:Align >CenterLeft</ sml:Align > < sml:StringAlign >StringTopLeft</ sml:StringAlign > < sml:ForeColor >RGB(0,0,130816)</ sml:ForeColor > < sml:BackColor >RGB(0,0,130816)</ sml:BackColor > < sml:BackOpaque >FALSE</ sml:BackOpaque > < sml:Height >5</ sml:Height > < sml:Width >0</ sml:Width > < sml:Weight >400</ sml:Weight > < sml:IsFixedSize >TRUE</ sml:IsFixedSize > < sml:FixedSize >0</ sml:FixedSize > < sml:Angle >30</ sml:Angle > < sml:Bold >FALSE</ sml:Bold > < sml:Italic >FALSE</ sml:Italic > < sml:ItalicAngle >0.00</ sml:ItalicAngle > < sml:StrikeOut >FALSE</ sml:StrikeOut > < sml:Underline >FALSE</ sml:Underline > < sml:Shadow >FALSE</ sml:Shadow > < sml:Halo >FALSE</ sml:Halo > < sml:Text3DOpaque >100</ sml:Text3DOpaque > < sml:Text3DScale >1.00</ sml:Text3DScale > < sml:HaloWidth >1</ sml:HaloWidth > < sml:BorderSpacingWidth >4</ sml:BorderSpacingWidth > < sml:ShadowOffsetX >1.000000</ sml:ShadowOffsetX > < sml:ShadowOffsetY >1.000000</ sml:ShadowOffsetY > < sml:ShadowColor >RGB(128,128,130944)</ sml:ShadowColor > < sml:FontInterval >0</ sml:FontInterval > < sml:DownAngle >0.000000</ sml:DownAngle > < sml:WordAngle >0.000000</ sml:WordAngle > < sml:BackBorderStyle >0</ sml:BackBorderStyle > < sml:BackLineWidth >1</ sml:BackLineWidth > </ sml:TextStyle > < sml:MarkerSymbolStyle > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(0,0,130816)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(189,235,131071)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:MarkerSymbolStyle > < sml:MarkerSymbolStyle > < sml:MarkerStyle >0</ sml:MarkerStyle > < sml:MarkerSize >2.4</ sml:MarkerSize > < sml:MarkerAngle >0</ sml:MarkerAngle > < sml:MarkerWidth >24</ sml:MarkerWidth > < sml:MarkerHeight >24</ sml:MarkerHeight > < sml:LineStyle >0</ sml:LineStyle > < sml:LineWidth >0.1</ sml:LineWidth > < sml:LineColor >RGB(0,0,130816)</ sml:LineColor > < sml:FillStyle >0</ sml:FillStyle > < sml:FillForeColor >RGB(189,235,131071)</ sml:FillForeColor > < sml:FillBackColor >RGB(255,255,131071)</ sml:FillBackColor > < sml:FillBackOpaque >TRUE</ sml:FillBackOpaque > < sml:FillOpaqueRate >100</ sml:FillOpaqueRate > < sml:FillGradientType >None</ sml:FillGradientType > < sml:FillAngle >0</ sml:FillAngle > < sml:FillCenterOffsetX >0</ sml:FillCenterOffsetX > < sml:FillCenterOffsetY >0</ sml:FillCenterOffsetY > < sml:AcrossLongtitude >FALSE</ sml:AcrossLongtitude > </ sml:MarkerSymbolStyle > < sml:MaxHeight >0</ sml:MaxHeight > < sml:MinHeight >0</ sml:MinHeight > < sml:MaxWidth >0</ sml:MaxWidth > < sml:MinWidth >0</ sml:MinWidth > < sml:TextDiversificationType >LabelPosition</ sml:TextDiversificationType > < sml:TextDiversificationDelims /> < sml:LabelType >LabelText</ sml:LabelType > < sml:LabelPictureStyle > < sml:Width >0.000000000000000</ sml:Width > < sml:Height >0.000000000000000</ sml:Height > < sml:Angle >0.000000000000000</ sml:Angle > < sml:Type >0</ sml:Type > < sml:FixedSize >TRUE</ sml:FixedSize > < sml:TransparentRate >0</ sml:TransparentRate > </ sml:LabelPictureStyle > < sml:RangeItems > < sml:RangeItem /> </ sml:RangeItems > < sml:TextDiversification >FALSE</ sml:TextDiversification > < sml:RangeMethod >6</ sml:RangeMethod > < sml:CustomInterval >0.0000000000</ sml:CustomInterval > < sml:IsTextExpression >FALSE</ sml:IsTextExpression > < sml:IsDissolveAlongLines >FALSE</ sml:IsDissolveAlongLines > < sml:AlongLineWordAngleRange >200</ sml:AlongLineWordAngleRange > < sml:AlongLineResampleSmooth >FALSE</ sml:AlongLineResampleSmooth > < sml:AlongLineResampleTolerance >1.000000000000000</ sml:AlongLineResampleTolerance > < sml:AlongLineSmoothness >2</ sml:AlongLineSmoothness > < sml:AlongLineDrawingMode >0</ sml:AlongLineDrawingMode > < sml:IsRarefyPoints >FALSE</ sml:IsRarefyPoints > < sml:RarefyPointsRadius >4.000000000000000</ sml:RarefyPointsRadius > < sml:RarefyThreshold >1000</ sml:RarefyThreshold > </ sml:Theme > |