This document was uploaded by user and they confirmed that they have the permission to share
it. If you are author or own the copyright of this book, please report to us by using this DMCA
report form. Report DMCA
Overview
Download & View Fmetransformers.pdf as PDF for free.
2DArcReplacer The 2DArcReplacer replaces the geometry of the feature with a two-dimensional arc whose shape is set by the parameters, which can be either constant floating point values or the values of existing attributes.
Parameters Each parameter may either be entered as a number, or taken from the value of a feature attribute by selecting the attribute name from the pulldown list.
Center X and Center Y The center x and y parameters set the origin of the arc. If these values are blank, and the input features are points, the existing feature x/y values will determine the center of the arcs. If the parameter values are blank, and the input features are not points, the operation is undefined.
Primary Axis and Secondary Axis The primary and secondary axis set the radii of the arc. Note that the primary axis need not be larger than the secondary, however, the rotation angle is always measured from the x axis to the primary axis. To make a circular arc, set both the primary and secondary axis to the same value.
Start Angle and Sweep Angle The start angle controls where the arc begins, and is measured in degrees counterclockwise from horizontal. The sweep angle controls the duration of the arc, and is measured in degrees. The arc will run from the start angle to the start angle plus the sweep angle.
Rotation Angle The rotation angle is measured in degrees counterclockwise from horizontal, and measures the rotation of the primary axis from horizontal.
Example
Usage Notes If the parameters for the arc are not known and need to be calculated from a linear feature’s geometry, use the ArcEstimator.
Transformer Category Manipulators Technical History Associated FME function or factory: @XValue, @YValue
2DBoxReplacer Replaces the geometry of the feature with a two-dimensional box whose minimums and maximums are fixed values, or are taken from attributes in the original feature.
Parameters Min and Max X and Y Values You can enter parameters as a number, or choose them from the value of a feature attribute by selecting the attribute name from the pull-down list.
Usage Notes To replace a feature with its bounding box in one step, use the BoundingBoxReplacer. To retrieve the bounds of a feature into attributes, use the BoundsExtractor.
Transformer Category Manipulators Transformer Type Feature-based Technical History Associated FME function or factory: @XValue, @YValue, @GeometryType
2DEllipseReplacer Replaces the geometry of the feature with a two-dimensional ellipse whose shape is set by the parameters, values or the values of existing attributes.
Parameters You can enter the parameters below as a number, or choose them from the value of a feature attribute by selecting the attribute name from the pull-down list.
Center X and Y The center x and y parameters set the origin of the ellipse. If these values are blank, and the input features are points, the existing feature x/y values will determine the center of the ellipses. If the parameter values are blank, and the input features are not points, the operation is undefined.
Primary and Secondary Axis The primary and secondary axis set the radii of the ellipse. Note that the primary axis need not be larger than the secondary, however, the rotation angle is always measured from the x axis to the primary axis. To make a circular arc, set both the primary and secondary axis to the same value.
Rotation The rotation angle is measured in degrees counterclockwise from horizontal, and measures the rotation of the primary axis from horizontal.
Usage Notes If the parameters for the ellipse are not known and need to be calculated from a linear feature's geometry, you should use the ArcEstimator.
Transformer Category Manipulators Transformer Type Feature-based Technical History Associated FME function or factory: @XValue, @YValue
2DForcer Removes any elevation (Z) coordinates which may (or may not) have been present on the original feature. Some formats incur extra overhead to store three-dimensional data; in these cases, you may want to remove the elevation coordinates. After passing through this transformer, the feature will be two-dimensional.
Parameters Not applicable.
Transformer Category Manipulators Technical History Associated FME function or factory: @Dimension
2DGridAccumulator Replaces the input features with a grid of two-dimensional point or polygon features having the spacing specified covering (at least) the bounding box area of all the features which enter the transformer.
Parameters Column Width and Row Height The Column Width and Row Height parameters specify in ground units the distance between output points in the grid or the width and height of the output polygons. Important: If you want to choose attribute values as the Column Width and/or Row Height, only attributes selected in the Group By field are allowed. This is because all other attributes will be dropped. It also avoids the ambiguity that would arise if features within the same group had different values in these attributes: FME would not know which value to pick.
Type of Grid to Create Choose point or polygon features.
Column Attribute and Row Attribute If Column Attribute or Row Attribute are specified, attributes will be added to each output tile that identify the position of that tile in the input raster. These indices are zero-based.
Group By The input features may be partitioned into groups based on attribute values and one bounding box feature is output for each group. If you do not specify any Group By attributes, then all input features will be processed together and a single bounding box will be output.
Transformer Category Collectors Transformer History This transformer has been renamed from 2DGridReplacer.
Technical History Associated FME function or factory: BoundingBoxFactory
2DGridCreator Creates a grid of two-dimensional point or polygon features, at the origin and using the offsets specified. Each created feature will have a row and column attribute that indicates its position in the grid.
Parameters Lower Left X and Y Coordinates The X Lower Right Coordinate and Y Lower Right Coordinate parameters specify the origin for the lower-right corner of the grid as a whole.
Number of Columns and Rows The Number of Columns and Number of Rows parameters specify the number of rows and columns the grid will have. This must be at least one.
Column Width and Row Height The Column Width and Row Height parameters specify in ground units the distance between output points in the grid or the width and height of the output polygons.
Type of Grid to Create Choose point or polygon features.
Row Attribute and Column Attribute If Row Attribute or Column Attribute are specified, attributes will be added to each output tile that identify the position of that tile in the input raster. These indices are zero-based.
Transformer Category Infrastructure Technical History Associated FME function or factory: CreationFactory
2DPointAdder Adds a two-dimensional point as the last vertex of the feature. If the feature turns into a closed polygon as a result of adding the point, it will be tagged as an area feature. Otherwise, it will be tagged as a line. (However, if this was the first point added, it will be tagged as a point.)
Parameters X and Y Values You can either enter constants, or choose coordinates from the value of a feature attribute by selecting the attribute name from the pull-down list. Example:
Usage Notes If you're adding a point to close a polygon, it's easier to use the LineCloser.
Transformer Category Manipulators Technical History Associated FME function or factory: @Dimension, @GeometryType, @SupplyAttributes, @Tcl2
2DPointReplacer Replaces the geometry of the feature with a two-dimensional point whose ordinates are taken from attributes in the original feature. If the feature was originally a text feature, it remains a text feature but its insertion point is moved. All other features become point features.
Parameters X and Y Values You can enter the parameters as a number, or choose them from the value of a feature attribute by selecting the attribute name from the pulldown list.
Usage Notes You can use the 2DPointAdder transformer to add additional vertices to the resulting feature.
Transformer Category Manipulators Technical History Associated FME function or factory: @XValue, @YValue
3DAffiner Performs 3D affine transformation on the coordinates of the feature. An affine transformation preserves parallelism of lines and planes in geometry. That is, any lines or planes that were parallel before the transformation are parallel after the transformation. As well, if a number of points falling on a straight line or a plane are transformed, the resulting coordinates will fall on a straight line or plane in the new coordinate system. Affine transformations include translations, rotations, scalings, and reflections.
Parameters Coefficient A to L The transformation results in the x and y coordinates being modified by: