设置专题图模板

发送反馈


如何创建专题图模板

为了丰富分布式分析结果的视觉效果,iServer支持为各类分布式分析的结果设置专题图模板。您可以自定义专题图模板,也可从桌面导出模板文件。为分布式分析结果设置专题图模板的步骤如下:

  1. 在%SuperMap iServer_HOME%/webapps/iserver下建立名为 processingjobthemetemplates 的文件夹,并在该文件夹下放置相应的模板,需按如下命名规则命名:
  1. 在各模板文件中添加内容。如果是从桌面导出的模板文件,参照步骤 1 放置并改名即可。
  2. 重启iServer,创建分布式分析任务,分析完成后,通过客户端浏览自动发布的地图服务即可看到可视化效果。

编写模板文件

复制以下示例,粘贴至您已创建好的模板文件中,即可构建专题图模板。其中的值根据您的需要进行修改即可。

用于密度分析的专题图模板,densityrange.xml

<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&lt;-340282346638528860000000000000000000000</sml:RangeValue>
<sml:Caption>X &gt;= 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&lt;=X&lt;0</sml:RangeValue>
<sml:Caption>min &lt; X &lt; 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&lt;=X&lt;0.1</sml:RangeValue>
<sml:Caption>0 &lt;= X &lt; 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&lt;=X&lt;0.2</sml:RangeValue>
<sml:Caption>0.1 &lt;= X &lt; 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&lt;=X&lt;0.4</sml:RangeValue>
<sml:Caption>0.2 &lt;= X &lt; 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&lt;=X&lt;0.8</sml:RangeValue>
<sml:Caption>0.4 &lt;= X &lt; 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&lt;=X&lt;1.5</sml:RangeValue>
<sml:Caption>0.8 &lt;= X &lt; 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&lt;=X&lt;2.9</sml:RangeValue>
<sml:Caption>1.5 &lt;= X &lt; 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&lt;=X&lt;5.4</sml:RangeValue>
<sml:Caption>2.9 &lt;= X &lt; 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&lt;=X&lt;10.199999999999999</sml:RangeValue>
<sml:Caption>5.4 &lt;= X &lt; 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&lt;=X&lt;19.300000000000001</sml:RangeValue>
<sml:Caption>10.2 &lt;= X &lt; 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&lt;=X&lt;36.5</sml:RangeValue>
<sml:Caption>19.3 &lt;= X &lt; 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&lt;=X&lt;68.799999999999997</sml:RangeValue>
<sml:Caption>36.5 &lt;= X &lt; 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&lt;=X&lt;340282346638528860000000000000000000000</sml:RangeValue>
<sml:Caption>68.8 &lt;= X &lt; 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&gt;=340282346638528860000000000000000000000</sml:RangeValue>
<sml:Caption>X &lt; 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

<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&lt;-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&lt;=X&lt;3.909</sml:RangeValue>
<sml:Caption>-3.4028235E+38 &lt;= X &lt; 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&lt;=X&lt;8.727</sml:RangeValue>
<sml:Caption>3.909 &lt;= X &lt; 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&lt;=X&lt;15.454000000000001</sml:RangeValue>
<sml:Caption>8.727 &lt;= X &lt; 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&lt;=X&lt;24.09</sml:RangeValue>
<sml:Caption>15.454 &lt;= X &lt; 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&lt;=X&lt;34.634999999999998</sml:RangeValue>
<sml:Caption>24.09 &lt;= X &lt; 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&lt;=X&lt;47.090000000000003</sml:RangeValue>
<sml:Caption>34.635 &lt;= X &lt; 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&lt;=X&lt;61.454000000000001</sml:RangeValue>
<sml:Caption>47.09 &lt;= X &lt; 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&lt;=X&lt;77.727000000000004</sml:RangeValue>
<sml:Caption>61.454 &lt;= X &lt; 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&lt;=X&lt;95.909000000000006</sml:RangeValue>
<sml:Caption>77.727 &lt;= X &lt; 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&lt;=X&lt;340282349999999990000000000000000000000</sml:RangeValue>
<sml:Caption>95.909 &lt;= X &lt; 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&gt;=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

<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>