xml-box

这是一个非复合构建器,其构造两个坐标中的多边形几何形状。

builder type:非综合

geometry constructed: polygon geometry

data parameters:

Data Name

价值

必需的/
Optional

data-string

The string containing the coordinate data.

范围:字符串

必需的

轴顺序

表示坐标的轴。

Range: A permutation of the numbers 1..N, where N is the number of dimensions.

Each number is separated by a comma “,”.

Default: “1,2,...,N”

Optional

方面

The dimension of the coordinates.

范围:字符串representing a positive integer, or the “implicit” literal, which forces the dimension to be automaticallly determined even if axis-order is specified.

默认值:未指定时,将自动确定维度。

Optional

axis-separator

分隔数据字符串中的每个轴的字符串。

范围:字符串| “whitespace” this includes the tab, newline, and space characters.

默认: ”,”

Optional

coord-separator

字符串在数据字符串中分离每个坐标。

范围:字符串

Default: “whitespace” this includes the tab, newline, and space characters.

Optional

decimal

The string representing the decimal point for each real number in the data-string.

范围:字符串

Default: “.”

Optional

coordinate-system

Specifies the coordinate system name. If the expression sequence for the coordinate-system evaluates to the empty string, then the coordinate system for the feature being built will not be set.

范围:字符串

Optional

name

Specifies the geometry’s name.

范围:字符串

Optional

The following sequence of examples illustrates the usage of thexml-boxbuilder.

box.xml

<?xml版本=“1.0”?>   60.0,60.0 80.0,80.0   40.0,40.0 50.0,50.0  

box.xmp

<?xml版本=“1.0”?> <!doctype xfmap系统“xfmap.dtd”>       <几何activate =“XML-Box”>    >   

FME features constructed:

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Feature Type: boxed-polygon'
属性:fme_geometry'有值fme_polygon'
Attribute: xml_type' has value xml_area'
Geometry Type: Polygon (4)
Number of Coordinates: 5 -- Coordinate Dimension: 2 -- Coordinate System: '
(60 60)(80年60)(80、80)(80)(60 60)
===========================================================================
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Feature Type: boxed-polygon'
属性:fme_geometry'有值fme_polygon'
Attribute: xml_type' has value xml_area'
Geometry Type: Polygon (4)
Number of Coordinates: 5 -- Coordinate Dimension: 2 -- Coordinate System: '
(40,40) (50,40) (50,50) (40,50) (40,40)
===========================================================================