Transformers PDF
Transformers PDF
com
CONTENTS
CONTENTS
3D . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 MANIPULATORS . . . . . . . . . . . . . . . . . . . . . . . 15
These transformers create and modify three-dimensional These transformers modify (manipulate) the
surface and solid geometries. geometry or attributes of individual features in
isolation from other features.
CALCULATORS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
These transformers calculate a value and supply it to a MRF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
new attribute on a feature. These transformers manipulate feature geometry and/
or attributes for output using the OGCKML Writer.
COLLECTORS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
These transformers operate on collections of features NETWORK . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
at the same time. The collection of features may be These transformers operate on linear features that are
replaced by new features based upon them, have connected in a network, performing operations such
their attributes or geometries merged, or have their as priority calculation and orientation correction.
orders altered.
RASTERS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
DATABASE ................................5 These transformers create, use, and output rasters. They
These transformers allow interaction with external operate on data consisting of a regularly spaced grid
databases. Data can be extracted from databases and of values.
merged into the feature stream or merged onto features.
STRINGS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
FILTERS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 These transformers operate on character strings held
These transformers perform tests on feature geometry in FME attributes.
and/or attributes, and allow the feature to be routed to
different destinations. SURFACES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
These transformers create, use, and output
GEOMETRIC OPERATORS . . . . . . . . . . . . . . . . . . . 7 surfaces. They operate on data that defines a
These transformers operate on the geometry of surface through the z coordinate, and then either
individual features or groups of features. outputs this surface in a variety of ways or applies
the surface to other data.
INFRASTRUCTURE . . . . . . . . . . . . . . . . . . . . . . . . 11
These transformers provide interaction with the WEB SERVICES . . . . . . . . . . . . . . . . . . . . . . . . 28
underlying FME translation engine facilities. These transformers access web services using the
HTTP protocol.
KML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
These transformers manipulate feature geometry and/or WORKFLOW . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
attributes for output using the OGCKML Writer. These transformers run workspaces either locally or
on an FME Server.
LINEAR REFERENCING . . . . . . . . . . . . . . . . . . . . 13
These transformers work with linear referencing data XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
structures on FME features. Some transformers allow you These transformers work with XML data by mapping
to create and apply measure-related information held in XML elements into FME features, using stylesheets
attributes onto the geometry of FME features. to convert XML documents, and querying collections
of XML data.
LISTS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
These transformers operate on FME attribute lists.
Properties button
If the Properties button is the same color as the transformer, you can use the transformer with its
existing parameters.
A yellow Properties button indicates that the transformer contains default settings, but you have
not yet accepted them. You can use the transformer in this state, but your workspace may
produce unexpected results.
A red Properties button means that there is at least one parameter for which FME cannot
supply a default value. You must provide a value for all required fields before you can use
the transformer in the workspace.
When you click a Properties button, the dialog that appears will usually have some of the common elements
shown in this example. The content of this dialog depends on the transformer, and sometimes even on
connections to the transformer. Most transformers have some common user interface elements, however,
and those are described here.
CALCULATORS – These transformers calculate a value and supply it to a new attribute on a feature.
BaseConverter Converts an attribute’s value from one numeric system (base) to another,
putting the resulting value in a new attribute.
BoundsExtractor Extracts the minimum and maximum values of the feature’s coordinates
into new attributes.
CircularityCalculator Calculates the circularity of an area feature, which indicates how
elongated the feature is.
CoordinateConcatenator Retrieves the value of all of the feature’s coordinates into an attribute,
separated by the delimiter characters.
CoordinateCounter Stores the number of a feature’s coordinates into an attribute.
CoordinateExtractor Retrieves the value of the x, y, and z coordinates at the specified index
into attributes.
Counter Adds a numeric attribute to a feature and assigns a value.
CRCCalculator Calculates a Cyclic Redundancy Check (CRC) value as directed for a
feature and places that value into the specified attribute.
DateFormatter Reformats and replaces date or time strings into a new date format. The
source string can be in almost any date and/or time format. Some valid
examples include:
20091206 15:05
20091206150500
December 6, 2009
06 December 09, 15:05
3:05pm
DecimalDegreesCalculator Calculates a decimal degree value from separate degrees, minutes, and
seconds (DMS) values, stored in attributes.
2
DEMDistanceCalculator Calculates the distance between a number of input vector lines and the
elevation values of a reference DEM raster. Outputs a new DEM raster
per input line. The data contained in the resulting DEM consists of the 3D
distance between the line being considered and the corresponding point
on the reference DEM.
DensityCalculator Determines the density of a group of CANDIDATE features based on the
area of a corresponding AREA feature.
DimensionExtractor Returns the dimension of the feature as a new attribute.
DMSCalculator Calculates degrees, minutes, and seconds (DMS) from a decimal degrees
value stored in an attribute.
ElevationExtractor Extracts the elevation of the first coordinate and assigns it to the named
attribute.
EnvironmentVariableFetcher Fetches the specified environment variable and includes it in a new
attribute.
ExpressionEvaluator Evaluates an arbitrary Tcl 8.5.2 expression and returns the result in a
new attribute.
HoleCounter Adds a new attribute whose value is the number of holes in the feature.
InsidePointExtractor Adds attributes holding the coordinates of a point guaranteed to be inside
the area feature. The geometry of the feature is not changed by this
transformer.
LeftRightSpatialCalculator Computes relative position of the CANDIDATE input features relative
to the BASE input features. The geometry of a CANDIDATE feature is
restricted to point and area, whereas BASE features can only be lines.
LengthCalculator Calculates the length of a feature and adds it as a new attribute.
ModuloCounter Adds an attribute holding the next integer in a sequence and restarts the
count at 0 whenever the sequence reaches a defined maximum value.
OrientationExtractor Determines the feature’s orientation and returns it in the specified
Orientation Attribute.
RandomNumberGenerator Generates a random number between the values in the Minimum Value
and Maximum Value parameters. The random number is rounded to the
number of digits specified in the Decimal Places parameter.
ReprojectAngleCalculator Converts a given angle from one coordinate system to another. The
transformer calculates the reprojected angle of a line starting at the first
coordinate in the feature, with the given length and angle.
ReprojectLengthCalculator Converts a given distance from one coordinate system to another. The
transformer calculates the reprojected length of a line starting at the first
coordinate in the feature, with the given length and angle.
SpatialRelator Determines topological (spatial) relationships between sets of features.
It tags, but otherwise does not change features when they have certain
relationships, such as touches, overlays, intersects, and so forth.
StatisticsCalculator Calculates statistics based on a designated attribute of the incoming
features.
TextureCoordinateSetter Assigns texture coordinates to surfaces.
AttributeAccumulator Combines feature attributes. One feature is output for each unique
combination of values of the attributes specified in the Group By
parameter. The output feature will have no geometry.
BoundingBoxAccumulator Takes a set of point, linear, polygonal, and/or aggregate features and
creates a two-dimensional bounding box, which contains all features.
CommonSegmentFinder Tests to see which of the CANDIDATE features have even one segment in
common with any BASE feature.
ConvexHullAccumulator Creates convex hulls for groups of features.
4
Deaggregator Decomposes an aggregate feature into its components.
FeatureHolder Stores incoming features until they have all arrived and then releases
them in their original order.
FeatureMerger Moves the attributes and/or geometry from one feature to another
feature.
NeighborFinder Finds the closest CANDIDATE feature within some maximum distance of
at each BASE feature. The maximum distance is measured in the units of
coordinates of the input features.
NeighborhoodAggregator Creates aggregates of features based on their proximity to each other.
NeighborPairFinder Finds the closest two CANDIDATE features within some maximum
distance of each BASE feature and some minimum separation in heading
between the CANDIDATEs and the BASE.
Sorter Sorts features by an attribute’s value.
DATABASE – These transformers allow interaction with external databases. Data can be extracted from databases
and merged into the feature stream, or merged onto features. You can also execute arbitrary SQL statements.
ArcSDEQuerier Performs queries on an ArcSDE spatial database. The queries can have
both a spatial and a nonspatial component.
Joiner Joins attributes from an external database to other spatial or nonspatial
features as they are processed through a translation. Most popular
databases are supported.
OracleQuerier Performs spatial queries against an Oracle Spatial database. The queries
can have both a spatial component and a nonspatial component.
SchemaMapper Maps the schema (attributes and feature types) of features based on a
schema mapping table.
SQLExecutor Runs an arbitrary SQL statement against a database.
ConvexityFilter Determines whether areas, surfaces, and solids are convex or concave.
A polygon is simple when it is not self-intersecting and has a non-zero
area. Simple polygons are convex if every internal angle is less than or
equal to 180 degrees. All other polygons are considered concave.
DuplicateRemover Detects duplicate features based on the value of a key attribute.
FeatureTypeFilter Routes input features to different output ports based on their original
feature type.
GeometryFilter Routes a feature based on its geometry type.
GeometryOGCValidator Evaluates the simplicity or validity of a geometry feature and routes the
feature according to the outcome of the tests.
IndividualGeometriesFilter Filters aggregate features based on the type of aggregate.
Matcher Detects features that are matches of each other. Features are declared to
match when they have matching geometry, matching attribute values, or
both.
6
SpatialFilter Filters features based on
spatial relationships. Each input
CANDIDATE feature is compared
against all BASE features, based
on the selected tests to perform.
Tester Evaluates one or more tests on a feature and routes the feature according to
the outcome of the tests. The tests can consist of any FME-allowed operands.
TestFilter Filters features by test conditions to one or more output ports.
GEOMETRIC OPERATORS – These transformers operate on the geometry of individual features, or groups
of features. A wide variety of operations are available, including overlays, snapping, line labeling, clipping,
and intersection.
AffineWarper 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.
AnchoredSnapper Takes a series of features that match the input specification and performs
snapping on the features that lie within the specified tolerance from other
features that match the input specification.
DonutBridgeBuilder Builds connections between donut holes with the outer boundary of
a donut, resulting in a polygon-equivalent representation of the input donut.
DonutBuilder Cuts holes in polygonal features by making polygons completely enclosed
in other polygons into holes of the containing polygon.
DonutHoleExtractor Splits an area feature that has holes into its component rings.
Intersector Computes intersections between all input features, and breaks lines and
polygons wherever an intersection occurs.
8
Labeller Interpolates labels along a linear or polygonal feature.
LineJoiner Takes non-intersecting lines and connects them into longer lines
whenever doing so does not remove a significant node.
LineOnAreaOverlayer Performs a line-on-area overlay. Each input line is split at any area
boundaries it intersects.
LineOnLineOverlayer Performs a line-on-line overlay. During the overlay, all input lines are
intersected against each other, and resulting line features are created
and output.
NeighborColorSetter Assigns colors to areas in a coverage such that adjacent areas are colored
differently and the total number of colors used is kept small.
NetworkTopologyBuilder Finds the connected lines that belong to the same network graph.
PathBuilder Connects input linear features (arcs and lines) in the order they enter,
forming path features.
PointConnector Connects input point features in the order they enter, forming linear or
polygonal features.
10
SpikeRemover Cleans up feature geometries by removing spikes in two dimensions.
Tiler Chops the input features into a series of tiles. This transformer works with
both raster and vector data.
INFRASTRUCTURE – These transformers provide interaction with the underlying FME translation engine
facilities. These include functionality to log features, set feature colors, create individual features and grids of
features from nothing, and invoke the FME Viewer on features flowing by.
2DGridCreator Creates a grid of two-dimensional point or polygon features, at the origin
and uses the offsets specified. Each created feature has a row and column
attribute that indicates its position in the grid.
AreaFillColorSetter Sets the fill color for the feature’s area. Formats that support color will
then render the interior feature in the set color.
AttributeCopier Copies existing attributes to new attributes with the specified names.
The existing attribute remains and a new attribute is created. The new
attribute has a different name, but the same value.
AttributeCreator Adds a number of attributes to the feature and supplies them with
constant values. Any feature that enters the transformer emerges with a
new set of user-defined attributes.
AttributeDereferencer Copies the value of the attribute whose name is held in the source
attribute to a newly created attribute.
12
TransporterSender Provides a mechanism for transporting features to another FME
workspace running in a different process, which may be located on
the same or on a different computer. Used in conjunction with the
TransporterReceiver.
VariableRetriever Reads the specified variable and puts its value into the specified attribute.
This variable must have been previously set using the VariableSetter
transformer.
VariableSetter Creates and sets the specified variable to the specified value. The variable
can later be read back into an attribute using the VariableRetriever
transformer.
Visualizer Sends features to the FME Universal Viewer for inspection.
KML – These transformers manipulate feature geometry and/or attributes for output using
the OGCKML Writer.
KMLPropertySetter Sets common properties for groups of vector and raster features that are
destined for the OGCKML Writer.
KMLRegionSetter Sets the region-related KML attributes for a group of features that are
destined for the OGCKML Writer.
KMLStyler Creates a common style for a group of features that are destined for the
OGCKML Writer.
KMLTimeSetter Sets the time-related KML attributes for a group of features that are
destined for the OGCKML Writer.
KMLTourBuilder Generates a KML Tour from the input features. The tour consists of tour
stops that correspond to each input feature.
KMLViewSetter Sets the view-related KML attributes for a group of features that are
destined for the OGCKML Writer. Creation of LookAt or Camera views
are supported.
LINEAR REFERENCING – These transformers work with linear referencing data structures on FME features.
Transformers are provided for creating and applying measure-related information held in attributes onto the
geometry of FME features.
LengthToPointCalculator Calculates the length of a feature from its start until the closest spot to a
point and adds it as a new attribute. The point coordinates are taken from
attributes in the original feature.
MeasureExtractor Extracts the measures of geometries that match the given type, and places
them in attributes or list attributes.
MeasureGenerator Creates a comma-separated list of values where each value is the distance
from the start of the line up to the vertex in the line.
MeasureRemover Removes measures from a feature’s geometry.
LISTS – These transformers operate on FME attribute lists. Transformers are provided for creating, exploding,
searching, and extracting from FME attribute lists.
AttributeExploder Creates a new pair of attributes (attribute name/attribute value) from each
attribute on the input feature and either outputs these on a new feature
or adds them as a list element to the original feature. In both cases, it is
possible to either conserve or delete the original attributes and geometry.
ListBuilder Combines attributes of the input features into a single list structure.
ListConcatenator Concatenates all values of a list into a single attribute.
ListCopier Copies a complete attribute list, including all nested attributes, from one
list name to another.
ListDuplicateRemover Removes all duplicate values from a list attribute. In the resulting list, only
distinct values for the list attribute will be present.
ListElementCounter Stores the number of member elements found in the specified list into an
attribute.
ListExploder Explodes each list member on each input feature out into its own feature.
ListHistogrammer Computes a histogram of the values found in a list and returns these in a
new list attribute on the feature.
ListIndexer Demotes the attributes of the list element specified by the index to
become main attributes of the feature.
ListPopulator Takes a series of user attributes attached to a feature and creates a list
attribute from them.
Example:
myattrib0
myattrib1
myattrib2
becomes a list myattrib{} containing entries myattrib{0}, myattrib{1},
myattrib{2}
14
MANIPULATORS – These transformers modify (manipulate) the geometry or attributes of individual features
in isolation from other features.
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.
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.
2DEllipseReplacer Replaces the feature’s geometry with a two-dimensional ellipse whose
shape is set by the parameters, values, or the values of existing attributes.
2DForcer Removes any elevation z coordinates that may or may not have been
present on the original feature.
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.
ArcPropertyExtractor Sets the given attributes to the properties of an arc geometry and works
on a single feature at a time.
ArcPropertySetter Modifies the properties of an arc geometry.
ArcSDEGridSnapper Simulates the ArcSDE conversion on a feature by performing ArcSDE
translation, scaling, and coordinate snapping. Also removes duplicate
vertices that result from snapping multiple, formerly separate, vertices to
the same grid point.
ArcStroker Converts arc features into lines
replacing the feature geometry with
a series of edges interpolated along
the arc boundary. Ellipse features
are converted into polygons by
interpolating edges along the
elliptical boundary.
AttributeExpressionRemover Removes all attributes on incoming features that match a given regular
expression. It can also be used to remove large numbers of attributes that
have common naming.
AttributeKeeper Removes all attributes from the feature, except the ones that are selected
from the attribute list. This transformer is useful when features have large
numbers of unnecessary attributes.
AttributePrefixer Adds a prefix or suffix to all attributes coming into the transformer.
This transformer is useful when you need to quickly rename all attributes.
It can be placed before other transformers that may overwrite incoming
attributes.
AttributeRangeMapper Performs a lookup on a range-based lookup table and stores the resulting
value, or writes the value to, a new output attribute.
AttributeRemover Removes the selected attributes from the feature.
AttributeReprojector Reprojects attributes from one coordinate system to another.
16
BoundingBoxReplacer Replaces the geometry of the feature with either its two-dimensional
bounding box or its two-dimensional minimum oriented bounding box.
Bufferer Replaces the geometry of a feature with one that represents the original,
padded by a specified width. Each point in the output geometry is the
specified distance away from the original geometry.
CenterLineReplacer Replaces an area feature with its medial axis, straight skeleton, or a
centerline. This transformer works best with long, narrow areas.
CenterOfGravityReplacer Replaces the feature’s geometry with a point that is the center of mass
distribution of the feature. The resulting point may be far outside of the
original feature, depending on the feature’s shape.
CenterPointReplacer Replaces the feature’s geometry with a point that is in the center of the
feature’s bounding box.
ConvexHullReplacer Replaces the geometry of the feature with a polygon representing its
convex hull.
CoordinateRemover Removes one or more coordinates from the geometry of the feature.
CoordinateRounder Rounds off the feature’s coordinates to the specified number of
decimal places. Any consecutive points that become duplicates as a
result of the rounding are thinned by removing the redundant points.
CoordinateSystemDescription Converts coordinate systems between FME and AutoDesk WKT, EPSG,
Converter ESRI WKT, MapInfo, OGC WKT, Oracle SRID, and PROJ.4 representations.
CoordinateSystemExtractor Retrieves the feature’s coordinate system into an attribute.
CoordinateSystemRemover Removes the coordinate system from all input features. This transformer
does not reproject features or otherwise modify their geometry.
CoordinateSystemSetter Tags all features with the specified coordinate system. It does not
reproject features or otherwise modify their geometry.
18
Curvefitter Smoothes lines derived from line segments, points, or raster data, and
replaces a series of line segments with the optimal combination of straight
lines and embedded arc segments required to create smooth curving
lines. This process provides a truer representation of real-world features
and can reduce file sizes by up to 80%. In addition to processing simple
line features, the Curvefitter preserves feature topology when smoothing
boundaries of adjacent area features.
Densifier Adds vertices to the feature by interpolating new coordinates along its
definition at some interval of distance. The interval may be along only one
of the two primary axes, or it may be along the length of the line segments.
FilenamePartExtractor Extracts a part of a filename path and returns the result as a string.
20
GtransAttributeReprojector Reprojects attributes holding coordinate values from one coordinate
system to another using the Gtrans reprojection library (from the National
Land Survey of Sweden) and the specified translation file.
GtransReprojector Reprojects features to and from SWEREF99 using the Gtrans reprojection
library (from the National Land Survey of Sweden) and the specified
translation file.
InsidePointReplacer Replaces the area feature’s geometry with a point that is guaranteed to be
inside the area, and outputs the result.
LabelPointReplacer Replaces the feature’s geometry with a label point. For polygons, the text
is guaranteed to be inside the original object. For lines or points, the text
is guaranteed to be on the original object.
LatLongToMGRSConverter Calculates a Military Grid Reference System (MGRS) code based on the
latitude and longitude values supplied in a feature’s attributes.
LineCloser Turns input linear features into areas by adding their start point as the
end point.
MGRSGeometryExtractor Calculates a Military Grid Reference System (MGRS) code based on the
feature’s geometry.
MGRSGeometryReplacer Converts MGRS code to longitude and latitude coordinates. The geometry
of an input feature is replaced with a point at the longitude/latitude values
obtained from the MGRS code.
MGRSToLatLongConverter Converts MGRS code to longitude and latitude coordinates. Converts
MGRS code to longitude and latitude coordinates.
MinimumAreaForcer Ensures that features with polygon geometry have an area that is equal
to, or in excess of, the specified minimum area.
MinimumSpanningCircle Replaces feature’s geometry with a polygon representing its minimum
Replacer spanning circle. The minimum spanning circle is defined as the smallest
circle that encloses all vertices of the passed in feature.
Offsetter Adds offsets to the feature’s coordinates so that the feature shifts by the
specified amount.
Orientor Adjusts the orientation of a polygonal feature or the direction of a linear
feature.
MRF – These transformers repair geometry, particularly during data migration from CAD to GIS. They are built
upon the MRFCleanFactory, which is an integration of MRF Geosystems Corporation’s cleaning technology into FME.
All of the transformers in this category are available as an extra-cost package from Safe Software.
MRF2DCleaner Fixes geometric problems in input data, such as line overshoots and
undershoots within the user-specified tolerance. It is useful for multi-layer
and multi-tolerance two-dimensional data cleaning.
MRF2DConflator Changes a feature’s geometry to match that of another when both
have approximately the same shape and location, and have matching
endpoints.
MRF2DDangleRemover Removes features that have at least one free endpoint and have lengths
smaller than the specified amount.
MRF2DDuplicateRemover Deletes duplicated features. Features are considered to be duplicates
if their geometries are within tolerance. Only features with a smaller
tolerance remain after cleaning.
MRF2DExtender Extends arcs and lines that are within the specified tolerance to correct
undershoots while maintaining line-work direction.
22
MRF2DGeneralizer Removes a number of vertices from lines. The number of vertices
removed is controlled by a weeding tolerance.
MRF2DIntersector Computes intersections between all input features, breaking arcs and
lines wherever an intersection occurs.
MRF2DJoiner Joins connected features to form longer ones. A pair of linear features
becomes a candidate for joining only when the two are connected at a
given node or end point.
MRF2DShortGeometryRemover Removes features that have lengths smaller than the specified tolerance.
MRF3DCleaner Fixes geometric problems in input data such as line overshoots and
undershoots within the user-specified tolerance. It is useful for multi-layer
and multi-tolerance three-dimensional data cleaning.
NETWORK – These transformers operate on linear features that are connected in a network, performing
operations such as priority calculation and orientation correction.
NetworkCostCalculator Computes and assigns the cost of the shortest path from a source object
to each connected object as the Z-values or measure values of the input
features.
NetworkFlowOrientor Fixes the flow (direction) of each edge or linear feature in the network to
fit the downstream direction to the destination node.
ShortestPathFinder Computes the shortest path from a source node to a destination node in a
network based on the length of the input or the weight of the edges.
StreamOrderCalculator Computes the order (Strahler or Horton) of streams in a river network.
StreamPriorityCalculator Calculates the primary and secondary streams of multiple stream
networks.
RASTERS – These transformers create, use, and output rasters. They operate on data consisting of a regularly
spaced grid of values.
ImageRasterizer Draws input point, line, and polygon features onto a color raster filled
with the background color.
NumericRasterizer Draws input point, line, and polygon features onto a numeric raster filled
with the background value. The z coordinates of the input vector features
are used to generate pixel values.
PointOnRasterValueExtractor Takes in a number of point features and a single reference raster. For
each input point feature, a point is created after the reference raster and
output.
RasterBandAdder Adds a new band to a raster. The added band will have the same value in
all cells and the same raster-level properties as other bands in the raster.
RasterBandCombiner Merges multiple overlapping raster features into a single raster feature.
RasterBandInterpretation Alters the underlying interpretation of the selected bands of the raster
Coercer geometry on the input features, using the specified conversion options.
RasterBandKeeper Removes all bands of a raster, except for those that are selected. The
RasterSelector can be used to modify the selection.
24
RasterPaletteGenerator Generates a palette out of the selected bands of a raster.
RasterPaletteInterpretation Alters the underlying interpretation of the palettes of the raster geometry
Coercer on the input features, using the specified conversion options.
RasterPaletteNodataSetter Identifies the nodata value on a raster feature at the palette level.
RasterPaletteRemover Removes the selected palettes of a raster.
RasterPaletteResolver Resolves the palettes of the selected bands of the input raster features by
using the band cell values to look up the corresponding palette values,
which then replace the original band cell values in the raster.
RasterPropertiesExtractor Extracts the geometry properties of a raster feature and exposes them as
attributes.
RasterPyramider Creates a series of pyramid levels for each input raster feature by
specifying either the smallest pyramid level size or the number of pyramid
levels to generate.
RasterReader Reads and outputs raster features from the specified format and dataset.
RasterReplacer Replaces the feature’s geometry with the geometry held in the Raster Blob
Attribute. The blob is decoded according to the selected raster format.
RasterResampler Resamples a raster, given either the desired dimensions of the raster or
the desired cell size in ground units.
RasterRGBCreator Creates a feature with a raster of the specified size with an RGB value and
sends it into the workspace for processing.
RasterRotationApplier Applies the raster rotation angle on the input raster properties to the rest
of the raster properties and data values.
RasterSelector Selects specific bands and palettes of a raster for subsequent transformer
operations.
RasterSingularCellValue Performs an arithmetic operation on two operands: the cell values of a
Calculator raster and a numeric value.
RasterSubsetter Reduces a raster to a subset of its original size. This is essentially a
clipping operation using pixel bounds instead of ground coordinates.
RasterTiler Splits each input raster into a series of tiles by specifying either a tile size
or a number of tiles.
VectorOnRasterOverlayer Overlays vector features onto a single raster feature by drawing them
onto the resulting output raster. The properties of the output raster are
identical to that of the input raster.
WebMapTiler Creates a series of image tiles that can be used by Microsoft Virtual
Earth®. This is done by resampling rasters to various different resolutions
and then splitting them into tiles.
STRINGS – These transformers operate on character strings held in FME attributes. Transformers are provided
for searching, replacing, changing case, and extracting character encodings from strings held in FME attributes.
AttributeClassifier Tests if the contents of the source attribute are entirely of a particular
character classification, and routes the feature accordingly.
StringFormatter Reformats the data held in each specified attribute according to the Tcl
format command, which is similar to the C printf function. Attribute values
can be formatted into strings, characters, or numbers.
StringLengthCalculator Calculates the length of the string in Source Attribute.
StringPadder Pads the given attributes with spaces, either on the right or left side.
StringPairReplacer Replaces characters in the value contained in the source attribute based
on the replacement key-value pairs.
StringReplacer Replaces substrings matching a string or regular expression in the string
contained in the source attribute.
StringSearcher Performs a regular expression match on the value of the specified attribute.
SubstringExtractor Extracts a substring from the source attribute.
TimeStamper Adds a time stamp to a feature as a new attribute. The format of the time
stamp is set as a parameter of the transformer.
26
UUIDGenerator Calculates a Universally Unique IDentifier (UUID) for each incoming
feature, and adds it as a new attribute. An example UUID looks like:
7672aac8-fa0b-464c-b0b8-3efa9ae9cd86
SURFACES – These transformers create, use, and output surfaces. They operate on data that defines a surface
through the z coordinate, and then either outputs this surface in a variety of ways or applies the surface to
other data.
AppearanceAdder Adds appearance style(s) to the front, back or both sides of surfaces. You
can also set the texture coordinates of the surfaces.
AppearanceExtractor Extracts appearance styles from front, back, or both sides of the surface
geometry of the input features.
AppearanceRemover Extracts appearance styles from front, back, or both sides of the surface
geometry of the input features.
AppearanceStyler Creates an appearance style that’s applied to a surface later, using the
Appearance Adder transformer, for example.
ContourGenerator Generates contours from the underlying surface, which is defined by the
input POINTS, 3D_LINES, and BREAKLINES.
DEMGenerator Generates a Digital Elevation Model (DEM) as a regularly spaced set of
output DEM points from the input POINTS, BREAKLINES, and 3D_LINES.
RasterDEMGenerator Generates a DEM represented as Raster from the input POINTS,
BREAKLINES, and 3D_LINES.
SectorGenerator Inputs point features with the following data contained in the chosen
attributes: site name, sector name (optional), azimuth, and radius. Within
points having the same site name, points have their geometry changed to
polygons approximating sector shapes.
SurfaceDraper Interpolates z coordinates and adds them to DRAPED_FEATURES based
on the underlying surface defined by the POINTS, 3D_LINES, and
BREAKLINES.
VoronoiCellGenerator Generates a Voronoi diagram that represents the closest points around
point locations. The diagram is such that the Voronoi cells only radiate out
from the cell at a distance specified by the radius parameter.
VoronoiDiagrammer Generates a Voronoi diagram or Thiessen polygon from the input POINTS.
A Voronoi diagram is a set of polygons that represent proximity
information about a set of input points. Each polygon in the diagram
defines the area of space that is closest to a particular input point.
WEB SERVICES – These transformers access web services using the HTTP protocol.
28
GeoRSSFeatureReplacer Constructs features out of GeoRSS documents and URLs that are stored in
a specified attribute of the input features. The features from the GeoRSS
document and URL can be output with the attributes from the original
feature and merged.
HTTPDeleter Deletes a target by performing an HTTP DELETE operation on the
specified URL, storing the results in the specified target attribute.
HTTPFetcher Fetches a target by performing an HTTP GET operation on the specified
URL, storing the results in the specified target attribute.
HTTPFileUploader Uploads a file’s contents by performing a HTTP PUT or HTTP POST
operation on the specified URL, storing the results in the specified target
attribute.
HTTPUploader Uploads a message by performing an HTTP PUT or HTTP POST operation
on the specified URL, storing the results in the specified target attribute.
ImageFetcher Fetches an image by performing an HTTP GET operation on the specified
URL, and then returning the resulting data as the geometry of a raster
feature.
JSONExploder Extracts portions of JSON (JavaScript Object Notation) formatted text into
new FME features.
JSONExtractor Extracts portions of JSON formatted text into feature attributes.
ProxixGeocoder Geocodes addresses using a Proxix Geospatial Enterprise Real-Time
(GSERT) server.
Tweeter Sends a Twitter status update from Workbench.
TweetSearcher Runs a search for Twitter entries that contain the given query.
TwitterStatusFetcher Retrieves the Twitter status updates for a particular user.
URLDecoder Decodes a string from its URL-encoded form and stores the result in an
attribute.
URLEncoder Converts a string value to its URL-encoded form and stores the result in
an attribute.
WebCharter Creates a URL that can be used to obtain a chart of the specified data as
a PNG image from the GoogleTM Chart API. One URL is created for each
feature that enters the transformer. Use of the Google Chart API is subject
to the Terms of Service for the API.
WhiteStarLeaseBuilder Posts a query to a WhiteStar Legal2Map™ WebServices (W3) server to
obtain points or polygons that match a list of legal land descriptions.
WORKFLOW – These transformers run workspaces either locally or on an FME Server. To use these
transformers, you may need access to an FME Server.
FMEServerJobSubmitter Submits FME Spatial ETL jobs to be run on an FME Server. A job consists
of a workspace (housed within a repository on an FME Server) together
with values for each of its published parameters.
FMEServerJobWaiter Waits until submitted FME Spatial ETL jobs are completely processed
by an FME Server. The list of jobs to wait for is identified by the job IDs
of the input features. When a job that the transformer is waiting for is
completed, it outputs the corresponding feature immediately.
XML – These transformers work with XML data by mapping XML elements into FME features, using
stylesheets to convert XML documents, and querying collections of XML data.
XMLFeatureMapper Constructs features from XML documents.
XMLTemplater Populates an XML template with feature attribute values.
XQueryExploder Extracts portions of XML text using XQuery expressions into new FME
features.
XQueryExtractor Extracts portions of XML text using XQuery expressions into feature
attributes.
XQueryUpdater Provides updates to an XML document using XQuery Update expressions.
XSLTProcessor Uses an eXtensible Stylesheet Language (XSL) stylesheet to convert an
XML document. Common output formats include text, RSS, SVG, and CSV.
30
INDEXOFOF
INDEX TRANSFORMERS
TRANSFORMERS
D G
DateFormatter (Calculators category), 2 Generalizer (Manipulators category), 20
Deaggregator (Collectors category), 5 GeometryCoercer (Manipulators category), 20
Decelerator (Web Services category), 28 GeometryExtractor (Manipulators category), 20
DecimalDegreesCalculator (Calculators category), 2 GeometryFilter (Filters category), 6
DEMDistanceCalculator (Calculators category), 3 GeometryNameExtractor (Infrastructure category), 12
DEMGenerator (Surfaces category), 27 GeometryNameRemover (Infrastructure category), 12
Densifier (Manipulators category), 19 GeometryNameSetter (Infrastructure category), 12
DensityCalculator (Calculators category), 3 GeometryOGCValidator (Filters category), 6
DimensionExtractor (Calculators category), 3 GeometryRefiner (Manipulators category), 20
DirectTweeter (Web Services category), 28 GeometryRemover (Manipulators category), 20
Displacer (Manipulators category), 19 GeometryReplacer (Manipulators category), 20
Dissolver (Geometric Operators category), 8 GeometryTraitExtractor (Manipulators category), 20
DMSCalculator (Calculators category), 3 GeometryTraitRemover (Manipulators category), 20
DonutBridgeBuilder (Geometric Operators category), 8 GeometryTraitSetter (Manipulators category), 20
DonutBuilder (Geometric Operators category), 8 GeoRSSFeatureExtractor (Web Services category), 28
DonutHoleExtractor (Geometric Operators category), 8 GeoRSSFeatureReplacer (Web Services category), 29
DuplicateCoordinateRemover (Manipulators category), 19 GMLFeatureExtractor (Manipulators category), 20
DuplicateRemover (Filters category), 6 GMLFeatureReplacer (Manipulators category), 20
GOIDGenerator (Strings category), 26
E GridInQuestReprojector (Manipulators category), 20
ElevationExtractor (Calculators category), 3 GtransAttributeReprojector (Manipulators category), 21
EllipsePropertyExtractor (Manipulators category), 19 GtransReprojector (Manipulators category), 21
EllipsePropertySetter (Manipulators category), 19
EnvironmentVariableFetcher (Calculators category), 3 H
ESRIReprojector (Manipulators category), 19 HexDecoder (Strings category), 26
ExpressionEvaluator (Calculators category), 3 HexEncoder (Strings category), 26
Extender (Manipulators category), 19 HoleCounter (Calculators category), 3
Extruder (3D category), 1 HTTPDeleter (Web Services category), 29
HTTPFetcher (Web Services category), 29
F HTTPFileUploader (Web Services category), 29
FaceReplacer (3D category), 1 HTTPUploader (Web Services category), 29
FeatureHolder (Collectors category), 5
FeatureMerger (Collectors category), 5 I
FeatureTypeExtractor (Infrastructure category), 12 ImageFetcher (Web Services category), 29
FeatureTypeFilter (Filters category), 6 ImageRasterizer (Rasters category), 23
FilenamePartExtractor (Manipulators category), 19 IndividualGeometriesSetter (Infrastructure category), 12
FMEFunctionCaller (Infrastructure category), 12 IndividualGeometriesFilter (Filters category), 6
FMEServerJobSubmitter (Workflow category), 29 InsidePointExtractor (Calculators category), 3
32
InsidePointReplacer (Manipulators category), 21 M
Intersector (Geometric Operators category), 8
Matcher (Filters category), 6
MeasureExtractor (Linear Referencing category), 13
J
MeasureGenerator (Linear Referencing category), 13
Joiner (Database category), 5
MeasureRemover (Linear Referencing category), 13
JSONExploder (Web Services category), 29
MeasureSetter (Linear Referencing category), 14
JSONExtractor (Web Services category), 29
MGRSGeometryExtractor (Manipulators category), 21
34
Sorter (Collectors category), 5 TopologyBuilder (Geometric Operators category), 11
SpatialFilter (Filters category), 7 TransporterReceiver (Infrastructure category), 12
SpatialRelator (Calculators category), 3 TransporterSender (Infrastructure category), 13
SpikeRemover (Geometric Operators category), 11 Triangulator (Geometric Operators category), 11
SQLExecutor (Database category), 5 Tweeter (Web Services category), 29
StatisticsCalculator (Calculators category), 3 TweetSearcher (Web Services category), 29
StreamOrderCalculator (Network category), 23 TwitterStatusFetcher (Web Services category), 29
StreamPriorityCalculator (Network category), 23 2DArcReplacer (Manipulators category), 15
StringConcatenator (Strings category), 26 2DBoxReplacer (Manipulators category), 15
StringFormatter (Strings category), 26 2DEllipseReplacer (Manipulators category), 15
StringLengthCalculator (Strings category), 26 2DForcer (Manipulators category), 15
StringPadder (Strings category), 26 2DGridAccumulator (Collectors category), 4
StringPairReplacer (Strings category), 26 2DGridCreator (Infrastructure category), 11
StringReplacer (Strings category), 26 2DPointAdder (Manipulators category), 15
StringSearcher (Strings category), 26 2DPointReplacer (Manipulators category), 15
SubstringExtractor (Strings category), 26
SummaryReporter (Infrastructure category), 12 U
SurfaceDraper (Surfaces category), 27 URLDecoder (Web Services category), 29
SurfaceModeller (Surfaces category), 28 URLEncoder (Web Services category), 29
SurfaceReverser (3D category), 1 UUIDGenerator (Strings category), 27
SystemCaller (Infrastructure category), 12
V
T VariableRetriever (Infrastructure category), 13
TCLCaller (Infrastructure category), 12 VariableSetter (Infrastructure category), 13
Terminator (Infrastructure category), 12 VectorOnRasterOverlayer (Rasters category), 25
Tester (Filters category), 7 Visualizer (Infrastructure category), 13
TestFilter (Filters category), 7 VoronoiCellGenerator (Surfaces category), 28
TextAdder (Manipulators category), 22 VoronoiDiagrammer (Surfaces category), 28
TextLocationExtractor (Manipulators category), 22
TextPropertyExtractor (Manipulators category), 22
W
TextPropertySetter (Manipulators category), 22 WebCharter (Web Services category), 29
FME is a registered trademark of Safe Software Inc. All other product names may be trademarks or registered trademarks of their respective owners.
MRF Geosystems Corporation ([Link]) has produced cleaning software and made it available to FME users to apply to data as it is
transformed between arbitrary input and output formats. Portions of work in the MRF transformers are the intellectual property of the MRF
Geosystems Corporation and are used under license. Copyright © 2006 MRF Geosystems Corporation. All rights reserved.
The SpatialRelator, SpatialFilter and Bufferer transformers use functionality from the GEOS library ([Link] which is distributed
under the terms of the Free Software Foundation’s LGPL license ([Link] To comply with the terms of the
LGPL, Safe Software Inc. has set up a website ([Link] to provide further information and to distribute source code as required.