Highlighted rows show NEW transformers.
|
Transformer |
Brief Description |
|
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. | |
|
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. | |
|
Replaced with the Creator. | |
|
Replaces the geometry of the feature with a two-dimensional ellipse whose shape is set by the parameters. | |
|
Removes any elevation (Z) coordinates which may (or may not) have been present on the original feature. | |
|
Creates a grid of two-dimensional point features, at the origin and using the offsets specified. | |
|
Replaces the input features with a grid of two-dimensional point features that have the specified spacing, and which cover (at least) the bounding box area of all the features that enter the transformer. | |
|
Adds a two-dimensional point as the last vertex of the feature. The ordinates are taken from attributes in the original feature. | |
|
Replaces the geometry of the feature with a two-dimensional point whose ordinates are taken from attributes in the original feature. | |
|
|
Performs 3D affine transformation on the coordinates of the feature. |
|
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. | |
|
Replaced with the Creator. | |
|
Sets all the Z coordinates of the feature to the value of the specified attribute (or the entered floating point number). | |
|
Interpolates elevation values along a linear feature from a starting value to an ending value. | |
|
Adds a three-dimensional point as the last vertex of the feature. The ordinates are taken from attributes in the original feature. | |
|
Replaces the geometry of the feature with a three-dimensional point whose ordinates are taken from attributes in the original feature. | |
|
Performs an affine transformation on the coordinates of the feature. | |
|
Performs warping operations on the spatial coordinates of features. It is used to adjust a set of observed features so they more closely match some set of reference features. | |
|
Routes features differently depending on if their geometry consists of an aggregate of several primitive geometries, or if it is a simple, single piece geometry. | |
|
Combines feature geometries into aggregates. One aggregate feature is output for each unique combination of values of the attributes specified in the GROUP BY. | |
|
Snaps endpoints of features entering via the CANDIDATE port to endpoints of features entering via the ANCHOR port. ANCHOR features are not output. | |
|
Converts angles of a feature's geometry and/or attributes from one representation to another. | |
|
Replaced with Creator. | |
|
Replaces the geometry of the feature with a two-dimensional circular arc whose shape is estimated from the first, middle, and last point of the linear feature passed in. | |
|
Sets the given attributes to the values of the measure named by Source Measure Name. | |
|
Sets measures on an arc geometry to the values given. | |
|
Sets the given attributes to the properties of an arc geometry. | |
|
Sets the properties of an arc geometry to those specified. | |
|
Simulates the ArcSDE conversion on a feature by performing ArcSDE translation, scaling, and coordinate snapping. | |
|
Performs queries on an ArcSDE spatial database. The queries can have both a spatial as well as nonspatial component. | |
|
Converts arc features into lines replacing the feature geometry with a series of points interpolated along the arc boundary. | |
|
Forms area features from lines and optionally cuts out any resulting holes from their containers. | |
|
Calculates the area of a polygonal feature and adds it as a new attribute. | |
|
Sets the fill color for the feature's area. Formats that support color will then render the interior feature in the set color. | |
|
Reduces the density of area feature boundary coordinates by removing points from the original feature while preserving the original coverage topology. | |
|
Performs an area-on-area overlay. All input areas are intersected against each other and resultant area features are created and output. | |
|
Smooths the feature's boundary lines by determining a new location for each vertex. | |
|
Combines feature attributes. | |
|
Tests if the contents of the source attribute are entirely of a particular character classification, and routes the feature accordingly. | |
|
Copies the value of an attribute to a newly created attribute. | |
|
|
Adds an attribute to the feature, supplying it some constant value. |
|
Copies the value of the attribute whose name is held in the source attribute to a newly created attribute. | |
|
This factory can either process and clone a feature, and produce a new pair of attributes in each cloned feature (attribute_name/attribute_value), or for each processed feature, create a new "list" attribute that contains (attribute_name/attribute_value) pairs. | |
|
Exposes a series of attributes. | |
|
Removes all attributes on incoming features that match a given regular expression. | |
|
Reads the contents of a file and stores them as the value for the specified attribute. | |
|
Writes the contents of the specified attribute to a file. | |
|
Routes features to different output ports depending on the value of an attribute. | |
|
Removes all attributes from the feature, except those chosen in the list. | |
|
Adds a prefix or suffix to all attributes coming into the transformer. | |
|
Removes the attributes chosen from the feature. This is normally not necessary unless the feature will later be processed by a transformer that merges attributes onto it from other features. | |
|
Renames a set of attributes. | |
|
Reprojects attributes holding coordinate values from one coordinate system to another. | |
|
Rounds off an attribute to the specified number of decimal places. | |
|
Sets an existing attribute to a constant value. | |
|
Gives values to a number of attributes (with the specified prefix) which result from splitting the source attribute's value at the delimiter character. | |
|
Removes any leading or trailing trim characters from the value contained in the source attribute and stores the resulting character string in the result attribute. | |
|
Converts an attribute's value from one numeric system (base) to another, putting the resulting value in a new attribute. | |
|
Creates bounding boxes for groups of features. | |
|
Replaces the geometry of the feature with a two dimensional box whose minimums and maximums are taken from the bounds of original feature. | |
|
Extracts the minimum and maximum values of the feature's coordinates into new attributes. | |
|
Replaces the geometry of the feature with a area feature (polygon or donut polygon) that buffers the original feature (or a line feature that is some distance away from the original feature). | |
|
Changes the case of attribute values. Supports conversions to UPPERCASE, lowercase, Title, and Full Title Case. | |
|
Replaces the geometry of an area feature with a line that threads through the center of the feature. Only works well with long, thin features. | |
|
Replaces the geometry of the feature with a point that is the "center of gravity" of the feature. | |
|
Replaces the geometry of the feature with a point that is in the center of the feature's bounding box. | |
|
Detects changes between two sets of input features. | |
|
Extracts the integral character code of the first character in the source string attribute, and adds its integer value in the character set to the feature as another attribute. | |
|
Sets the result attribute to the character whose numeric code was contained in the source code attribute (or the integer entered in). | |
|
Ensures that all features output have less than or equal to <maximum vertices> vertices. | |
|
Calculates the "circularity" of an area feature, which indicates how elongated the feature is. | |
|
Performs a geometric clipping operation. Works on both raster and vector data. | |
|
Makes copies of the features input and outputs all copies through its single output port. | |
|
ColorRasterCreator |
Creates a feature with a raster of the specified size using the parameters supplied, and sends it into the workspace for processing. |
|
Tests to see which of the CANDIDATE features have even one segment in common with any BASE feature. | |
|
Concatenates the values of any number of attributes and constants together, and stores the result in a new attribute. | |
|
Generates contours from the underlying surface which is defined by the input POINTS, DEM_GRIDS, 3D_LINES, and BREAKLINES. | |
|
Creates convex hulls for groups of features. | |
|
Replaces the geometry of the feature with a polygon representing its convex hull. | |
|
Retrieves the value of all the feature's coordinates into an attribute, separated by the delimiter characters. | |
|
Retrieves the value of the x, y, and z coordinate at the specified index into attributes. | |
|
Retrieves the value of the x, y, and z coordinate at the specified index into attributes. | |
|
Removes one or more coordinates from the geometry of the feature. | |
|
Rounds off the coordinates of the feature to the specified number of decimal places. | |
|
This transformer converts coordinate system strings between representations. | |
|
Retrieves the coordinate system of the feature into an attribute. | |
|
Tags all features with the given coordinate system. | |
|
Removes the coordinate system from all input features. | |
|
Adds an attribute holding the next integer in a sequence. | |
|
Calculates a CRC value as directed for a feature and places the calculated CRC value into the attribute specifed. | |
|
Creates features using the parameters supplied, and sends them into the workspace for processing. This transformer replaces the NullGeometryCreator, 2DCreator, 3DCreator, ArcCreator, and EllipseCreator. | |
|
Creates Constructive Solid Geometry (CSG) from pairs of solid geometry features. | |
|
Replaces the geometry of a feature that has Constructive Solid Geometry (CSG). | |
|
Smoothes features and reduces vertices by replacing line segments with arcs. | |
|
Reformats a date or time string (in the Source Date attribute) into a new date format. | |
|
Decomposes an aggregate feature into its components. | |
|
Calculates a decimal degree value from separate degrees, minutes, and seconds (DMS) values, stored in attributes. | |
|
DEMGenerator |
Generates a Digital Elevation Model (DEM) from the input POINTS, BREAKLINES, and 3D_LINES. |
|
For each input line feature, a DEM is created after the reference DEM, and then output. | |
|
Generates a DEM from the input POINTS, BREAKLINES, and 3D_LINES. | |
|
Adds vertices to the feature by interpolating new coordinates along its definition at some interval of distance. | |
|
Returns the dimension of the feature as a new attribute. | |
|
Dissolves area features by removing common boundaries to create larger areas. | |
|
Shortens the geometry of a line feature by snipping off a specified amount from the ends. | |
|
Calculates degrees, minutes, and seconds (DMS) from a decimal degrees value stored in an attribute. | |
|
Builds connections between donut holes with the outer boundary of a donut, resulting in a polygon-equivalent representation of the input donut. | |
|
Cuts holes in polygonal features by making polygons completely enclosed in other polygons into holes of the containing polygon. | |
|
Splits an area feature which has holes into its component rings. | |
|
Builds connections between donut holes with the outer boundary of a donut, resulting in a polygon-equivalent representation of the input donut. | |
|
Checks all elements of the geometry that are lines for duplicate coordinates. Any consecutive coordinates with the same location will be reduced to a single coordinate. | |
|
Removes duplicate features based on the value of a key attribute. | |
|
Extracts the elevation of the first coordinate and assigns it to the named attribute. | |
|
Sets the given attributes to the properties of an ellipse geometry. | |
|
Sets the properties of an ellipse geometry as specified. | |
|
Replaced with the Creator. | |
|
Replaced by the SpatialFilter transformer. | |
|
Retrieves the specified Environment Variable, and puts it into the specified Attribute. | |
|
Evaluates an arithmetic expression and returns the result in a new attribute. | |
|
Creates extensions to linear features. | |
|
Converts the face or donut or polygon of a feature to an extrusion geometry. | |
|
Replaces the geometry of a feature from donut or polygon to face. | |
|
Stores incoming features until they have all arrived, and then releases them in their original order. | |
|
Merges the attributes of one feature onto another feature. | |
|
Adds an attribute containing the original feature type of a feature. | |
|
Separates the features routed to it into their original feature types, if possible. | |
|
Calls the specified FME Function, optionally putting the resulting value in the Result Attribute. | |
|
Resets the geometry type of the feature. | |
|
Extracts the geometry of a feature and encodes it as FME Binary, hexadecimal-encoded FME Binary, FME XML, OGC Well Known Text (wkt), Well Known Binary (wkb), or hexadecimal-encoded Well Known Binary (wkbhex), depending on the setting of the geometry encoding parameter. | |
|
Routes a feature based on its geometry type. | |
|
Performs the following "refinements" on features' geometry: - Any homogeneous IFMEAggregate will become a multi (IFMEMultiCurve, IFMEMultiArea, IFMEMultiPoint, or IFMEMultiText). - Any IFMEAggregate or multi with only one member will be replaced by its single part. - Any IFMEDonut with no holes will become an IFMEPolygon or IFMEEllipse. - Any IFMEPath with only one segment will be replaced by that segment. - Consecutive IFMELine segments within an IFMEPath will be combined | |
|
Completely removes the geometry of the feature. | |
|
Replaces the geometry of each feature with the one defined by the Geometry parameter. | |
|
Copies a series of geometry traits into feature attributes. | |
|
Removes traits from geometry. | |
|
Copies attributes from a feature to its geometry. | |
|
Evaluates the simplicity or validity of a geometry feature, and routes the feature according to the outcome of the test(s). | |
|
Constructs GeoRSS documents from the input features and stores them in the specified attribute for the features that are output by the GeoRSS port. | |
|
Constructs features out of GeoRSS documents/URLs that are stored in an attribute of the input features. | |
|
GlobalVariableRetriever |
Replaced by VariableRetriever. |
|
GlobalVariableSetter |
Replaced by VariableSetter. |
|
Constructs GML documents from the input features and stores them in the specified attribute for the features that are output by the GML port. | |
|
Constructs features out of GML documents that are stored in an attribute of the input features. | |
|
Calculates a GOID (Geographic Object IDentifier) for each incoming feature, and adds it as a new attribute. The GOID is a unique 128-bit number that incorporates the position of a feature with other numbers. | |
|
Reprojects attributes holding coordinate values from one coordinate system to another using the Gtrans reprojection library and the specified translation file. | |
|
Reprojects features using the Gtrans reprojection library and the specified translation file. | |
|
Decodes the given attribute into a new attribute, by converting its encoded hexadecimal value into a new ASCII string. Decodes a value that has been encoded from the HexEncoder. | |
|
Encodes the given attribute into a new attribute, by converting its ASCII value into a hexadecimal string. Can be undone with the HexDecoder. | |
|
Adds a new attribute whose value is the number of holes in the feature. | |