XML盒子

This is a non-composite builder that construct a polygon geometry out of two coordinates.

Builder类型:non-composite

构建的几何形状:多边形几何

数据参数:

数据名称

Value

需要/
可选的

数据字符串

包含坐标数据的字符串。

Range: String

Required

axis-order

Indicates the axis for a coordinate.

范围:数字1..n的置换,其中n是尺寸的数量。

每个数字都被逗号“,”分隔。

默认值:“1,2,...,n”

可选的

dimension

坐标的尺寸。

范围:表示正整数的字符串,或者“隐式”文字,即使指定了轴序,也会强制迫使维度自动确定。

Default: When not specified the dimension will be automatically determined.

可选的

轴分离器

The string separating each axis of a coordinate in the data-string.

范围:字符串|“空格”这包括标签,换行符和空格字符。

默认值:“,”

可选的

Coord-steatian.

The string separating each coordinate in the data-string.

Range: String

默认值:“WhiteSpace”这包括标签,换行符和空格字符。

可选的

十进制

表示数据字符串中每个实数的小数点的字符串。

Range: String

默认值:“。”

可选的

坐标系

指定坐标系名称。如果坐标系统的表达式序列评估到空字符串,则不会设置所构建的特征的坐标系。

Range: String

可选的

名称

指定几何名称。

Range: String

可选的

以下示例序列说明了使用的使用XML盒子建造者。

box.xml.

  60.0,60.0 80.0,80.0 40.0,40.0 50.0,50.0 

box.xmp.

        <geometry activate="xml-box">    >   

FME构造的功能:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++!
功能类型:盒装 - 多边形'
Attribute: fme_geometry' has value fme_polygon'
属性:xml_type'具有值xml_area'
几何类型:多边形(4)
坐标数:5 - 坐标维度:2 - 坐标系:'
(60,60)(80,60)(80,80)(60,80)(60,60)
===========================================================================.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++!
功能类型:盒装 - 多边形'
Attribute: fme_geometry' has value fme_polygon'
属性:xml_type'具有值xml_area'
几何类型:多边形(4)
坐标数:5 - 坐标维度:2 - 坐标系:'
(40,40)(50,40)(50,50)(40,50)(40,40)
===========================================================================.