0% found this document useful (0 votes)
47 views59 pages

FME Transformer Reference Guide

The FME Transformer Reference Guide outlines the capabilities of FME for data transformation, detailing over 500 transformers available in the FME Workbench for various data operations. It provides an overview of the FME Workbench interface, the FME Data Inspector, and the components of a simple workspace, emphasizing the importance of transformers in data conversion and integration. The guide also includes instructions for setting up and running a workspace, as well as keyboard shortcuts for efficient navigation and editing.

Uploaded by

Marysia B
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views59 pages

FME Transformer Reference Guide

The FME Transformer Reference Guide outlines the capabilities of FME for data transformation, detailing over 500 transformers available in the FME Workbench for various data operations. It provides an overview of the FME Workbench interface, the FME Data Inspector, and the components of a simple workspace, emphasizing the importance of transformers in data conversion and integration. The guide also includes instructions for setting up and running a workspace, as well as keyboard shortcuts for efficient navigation and editing.

Uploaded by

Marysia B
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 59

FME Transformer

Reference Guide
FME and Data Transformation
Moving data between different formats and applications often involves more than a format-to-format translation.
Datasets can contain more complex components that may not fit the requirements of the destination system. To
preserve key aspects of the data and load it seamlessly into the target application, you may need to adjust the data
model, contents, descriptive elements, and/or the coordinate system. This is known as data transformation and
it is one of FME’s core capabilities.
FME® contains over 500 transformers that perform different types of data operations. In the FME Workbench
interface, transformers are stored in the Transformer Gallery and grouped in categories based on their function.
You can also search for transformers by keyword.

This guide provides a high-level summary of FME Workbench, data inspection, and each
transformer’s functionality. For detailed information, select FME Transformers from the
FME Workbench Help menu, select a transformer on the canvas and press F1, or visit
support.safe.com/KnowledgeDocumentation.

FME Workbench Overview


FME Workbench is a powerful tool for data conversion, sharing, transformation, validation, and integration.
Workbench elements are represented graphically on the Workbench canvas , and saved as a workspace. By
default, the workspace workflow reads from left to right: the reader (source data) is on the left, the transformers
are in the center, and the writer (destination data) is on the right. Connections between each item represent the
flow of data: connections can branch in different directions, and through different objects.

3
5

1 Navigator: Shows a hierarchical view of workspace objects.


2 Parameter Editor: Shows configurable settings for any object selected on the canvas.
3 Transformer Gallery: Contains over 500 transformers to restructure features between source and destination data.
4 Canvas: Displays a graphical workflow of the objects and connections that represent data and data transformation.
5 Translation Log: Contains details about the workspace translation.

FME Transformer Reference Guide 1


FME Data Inspector Overview
The FME Data Inspector is used primarily to preview data before translation and verify data after translation, but it
can also be used to check data at any point during translation.
One of FME’s key abilities is the communication between Workbench and the Data Inspector – an Inspector
transformer can start the Data Inspector at almost any point while a workspace is running, and inspection tools
allow feature-by-feature analysis.

3
1 2

1 Display Control: Shows a list of open datasets and their feature types.
2 View: Displays a single dataset, or multiple datasets at the same time.
3 Feature Information: Displays information about a queried feature, including feature type, attributes, and
geometry details.
4 Table View: Displays the Feature Information values that are exposed to the end user, in tabular format.

Components of a Simple FME Workspace


In a workspace, translation components are represented in a visible, related hierarchy. Hierarchy is important
because it affects how components are added to a translation and, more importantly, how they are controlled.
Components consist of (but are not limited to):
• Readers (source format and data)
• Writers (destination format and output data location)
• Reader and Writer Feature Types (in FME, feature types represent a subset of records; for example, layer,
table, or sheet)
• Attributes
• Transformers

This guide is primarily a transformer resource – but it’s also important to see why transformers are key to FME’s
power and versatility. A very simple workspace example on page 4 shows how transformers work; and the rest
of this guide describes what each transformer can do.

2
The Basics: Placing and Editing Transformers
There are many ways to place a transformer on the Workbench canvas. To start, however, you can simply
double-click a transformer name in the Transformer Gallery and it will appear in the workspace.
Every transformer has a Properties button. This button is color-coded to show the status of its parameters.

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 might 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.

You can edit the default


transformer name.

Required parameters are


highlighted.

Transformer parameter
menu button.

The Defaults menu gives Click OK to accept changes


you options for using and close the dialog.
default values. (This button is disabled if
required parameters have
not been populated.)

FME Transformer Reference Guide 3


Working with Transformer Parameters
Most transformer parameters can be integrated with other pieces of a workspace. This means that the
parameters can be easily configured to work with elements of the source data as well as with other
transformers. More advanced functions, such as text and arithmetic editors, are also available in some transformers.
In most cases, you can use a transformer with its displayed default values.

For detailed information on transformer parameters, see the FME Transformers help, or select a
transformer on the Workbench canvas and view the Help tab in the bottom pane.

The Basics: Setting up and Running a Simple Workspace


This simple example shows how to set up a new workspace. The source data used for this example contains
information about 80 city parks.

Set up a new workspace by clicking


File > Generate Workspace. Then:

1. Select the format and location of the source data


(the Reader),
2. Specify the format and location for the destination
data (the Writer), and
3. Accept the defaults in the remaining dialog fields.

Click OK. Workbench reads the data, and generates the


initial workspace.

The objects on the canvas represent the data and data flow. The Reader Feature Type shows that the data
contains an attribute called DogPark.

DogPark attribute

4
Because we want to determine which parks allow dogs,
we add two transformers: a Tester transformer (to filter
data) and an Inspector transformer (to view results).
The Tester parameters are set to filter only parks that
allow dogs, and the Inspector transformer opens the
Data Inspector to show the results on a map.

Click the Run tool.

The resulting workspace shows that 7 parks allow dogs. These results are sent through the port
of the Tester transformer to a Writer Feature Type that we have added and named DogParks.
The workspace also shows that 73 parks do not allow dogs, and we have directed these results through the
port of the Tester transformer to the original Parks writer feature type.

Because we added an Inspector transformer to the Tester transformer’s Passed port, the Data Inspector opens
automatically. Here, the Background Map option allows us to view the exact locations of the 7 dog parks.

FME Transformer Reference Guide 5


Workbench Keyboard Shortcuts for Windows
General Viewing General Editing
New Ctrl+n Cut Ctrl+x
(create a new
workspace) Copy Ctrl+c

Generate workspace Ctrl+g Paste Ctrl+v


Redo Ctrl+y
Open Ctrl+o
Save Ctrl+s
Exit (workbench) Ctrl+q
Select All Ctrl+a
Close (workspace) Ctrl+w
Undo Ctrl+z
Change to next tab Ctrl+Tab
Smart Delete Delete key
Change to previous tab Ctrl+Shift+Tab (repair connections)
Select tab number Ctrl+number_key Delete (without repair) Shift+Delete key
Close current tab Ctrl+F4 Readers, Writers, and Transformers
Open containing folder Ctrl+o Add Reader Ctrl+Alt+r
Maximize canvas to Shift+F11 Add Writer Ctrl+Alt+w
current window size
Show Parameters Select an object, then Enter
Maximize canvas to full F11
screen Connect Inspector Select the object(s), then
Ctrl+Shift+I
Zoom-in Ctrl+
Connect Logger Select the object(s), then
Zoom-out Ctrl- Ctrl+Shift+L
Zoom 100% Ctrl+0 Create custom transformer Select one or more
Zoom in and out Ctrl+scroll wheel transformers, then Ctrl+t

Zoom to next/previous Space/Ctrl+Space Duplicate transformer Ctrl+d


bookmark Note: Show Bookmark Using Quick Add:
Navigator must be If you add a transformer
enabled on the toolbar. and want to add the same
transformer again, press
Pan Click scroll wheel (or the slash “/” key. The
middle mouse button) Quick Add box will appear
and drag cursor. showing the last selected
transformer. Press Return
Return cursor to action Right-click anywhere on to include it, then press
arrow the canvas. Return again to edit its
parameters.
Search: Ctrl+f
- Workspace if the Rename Select an object, then F2
focus is in the F3
workspace or the Search transformers, Slash “/” key
Navigator readers, and writers
- Log if the
focus is in the Log
window
Connection Style Ctrl+Shift+C
Print Ctrl+p
Help Select an object, then F1

6
Other Workspace Authoring
Add Bookmark Ctrl+b
Attach annotation Select the object(s), then
Ctrl+k
Attach summary Select the object(s), then
annotation Ctrl+Shift+K
Insert Junction Ctrl+Shift+J
Enable/disable objects Ctrl+e
(including links and
feature types)
Running Workspaces
Run translation F5
Rerun entire workspace Shift+F5

Enable Prompt for User Ctrl+Alt+F5


Parameters
Prompt and run Ctrl+r
Enable feature caching Ctrl+F5
Run with feature caching F6
+ “Run From This”
Run with breakpoints Ctrl+Shift+F5
Toggle breakpoints Select connection, then F9

FME Transformer Reference Guide 7


Transformer Categories
3D AttributeDecompressor 16 MeasureExtractor 36
3DAffiner 13 AttributeDereferencer 16 MeasureGenerator 36
3DArcReplacer 13 AttributeExploder 17 ModuloCounter 37
3DForcer 13 AttributeExposer 17 NetworkCostCalculator 38
3DInterpolator 13 AttributeFileReader 17 NetworkTopologyCalculator 38
3DRotator 13 AttributeFileWriter 17 OrientationExtractor 39
AppearanceExtractor 14 AttributeKeeper 17 PartCounter 39
AppearanceMerger 14 AttributeManager 17 PointCloudExpressionEvaluator 40
AppearanceRemover 14 AttributeRemover 17 PointCloudPropertyExtractor 40
AppearanceSetter 14 AttributeRenamer 17 PointCloudStatisticsCalculator 41
AppearanceStyler 14 AttributeSplitter 18 PointPropertyExtractor 41
Bufferer 19 BulkAttributeRemover 19 RandomNumberGenerator 42
Creator 22 BulkAttributeRenamer 19 RasterAspectCalculator 42
CSGBuilder 22 DatabaseJoiner 23 RasterBandMinMaxExtractor 42
CSGEvaluator 22 Deaggregator 23 RasterBandPropertyExtractor 42
DEMDistanceCalculator 24 ListBuilder 35 RasterCellValueCalculator 43
DEMGenerator 24 ListConcatenator 35 RasterExpressionEvaluator 44
DimensionExtractor 24 ListCopier 35 RasterPropertyExtractor 45
ElevationExtractor 26 ListExploder 35 RasterSingularCellValueCalculator 46
Extruder 26 ListExpressionPopulator 35 RasterStatisticsCalculator 46
FaceReplacer 26 ListIndexer 35 ReprojectAngleCalculator 47
GeometryInstantiator 29 ListPopulator 35 ReprojectLengthCalculator 47
GeometryPartExtractor 29 ListRenamer 35 StatisticsCalculator 50
GeometryPropertyExtractor 29 ListSorter 35 StreamOrderCalculator 50
GeometryPropertyRemover 29 NullAttributeMapper 38 StreamPriorityCalculator 50
GeometryPropertyRenamer 29 StringLengthCalculator 51
Calculated Values
GeometryPropertySetter 29 SubstringExtractor 51
Aggregator 14
IFCPropertySetDefinitionCreator 31 TempPathnameCreator 53
AngleConverter 14
IFCQuantitySetDefinitionCreator 31 TextLocationExtractor 53
AngularityCalculator 14
MeshMerger 36 TextPropertyExtractor 53
ArcPropertyExtractor 15
MeshSimplifier 36 TextureCoordinateSetter 53
AreaCalculator 16
MRF3DCleaner 37 UUIDGenerator 55
AttributePivoter 17
Offsetter 39 VertexCounter 55
AttributeRounder 17
PlanarityFilter 39 VolumeCalculator 55
BaseConverter 18
PointCloudSurfaceBuilder 41 BoundsExtractor 19 Cartography and Reports
RasterDEMGenerator 44 CenterPointExtractor 20 AreaAmalgamator 15
RasterHillshader 44 CircularityCalculator 21 ChartGenerator 20
RasterSlopeCalculator 46 CoordinateConcatenator 22 CommonLocalReprojector 21
Scaler 47 CoordinateExtractor 22 Curvefitter 23
SecondOrderConformer 48 Counter 22 DGNStyler 24
SharedItemAdder 48 CRCCalculator 22 Displacer 24
SharedItemIDExtractor 48 DateTimeCalculator 23 DWGStyler 25
SharedItemIDSetter 48 DateTimeConverter 23 ExcelStyler 26
SharedItemRetriever 48 DateTimeStamper 23 FeatureColorSetter 26
SolidBuilder 49 DecimalDegreesCalculator 24 Generalizer 28
SurfaceBuilder 51 DEMDistanceCalculator 24 GeometryColorSetter 28
SurfaceDissolver 51 DensityCalculator 24 ImageRasterizer 31
SurfaceDraper 52 DMSCalculator 25 KMLPropertySetter 32
SurfaceFootprintReplacer 52 ElevationExtractor 26 KMLRegionSetter 32
SurfaceModeller 52 EllipsePropertyExtractor 26 KMLStyler 32
SurfaceOnSurfaceOverlayer 52 ExpressionEvaluator 26 KMLTimeSetter 32
SurfaceSplitter 52 GeometryExtractor 28 KMLTourBuilder 33
TINGenerator 54 GOIDGenerator 30 KMLViewSetter 33
VolumeCalculator 55 HoleCounter 30 Labeller 33
Attributes LeftRightSpatialCalculator 33 LabelPointReplacer 33
Aggregator 14 LengthCalculator 33 MapboxStyler 36
AttributeCompressor 16 LengthToPointCalculator 33 MapInfoStyler 36
AttributeCopier 16 ListHistogrammer 35 MapnikRasterizer 36
AttributeCreator 16 ListRangeExtractor 35 MapTextLabeller 36

8
MapTextStyler 36 AttributeValidator 18 LineOnAreaOverlayer 34
MSWordStyler 37 ChangeDetector 20 LineOnLineOverlayer 35
NumericRasterizer 38 CircularityCalculator 21 ListBasedFeatureMerger 35
PDFPageFormatter 39 ClosedCurveFilter 21 MultipleGeometryFilter 37
PDFStyler 39 CommonSegmentFinder 21 NeighborhoodAggregator 38
PowerPointStyler 42 ConvexityFilter 22 NLPClassifier 38
RasterHillshader 44 CRCCalculator 22 NLPTrainer 38
SherbendGeneralizer 48 DimensionExtractor 24 PlanarityFilter 39
TextAdder 53 DuplicateFilter 25 PointCloudFilter 40
TextPropertySetter 53 ElevationExtractor 26 PointCloudMerger 40
TextStroker 53 FeatureTypeFilter 27 PointOnAreaOverlayer 41
WebMapTiler 55 GeometryFilter 29 PointOnLineOverlayer 41
GeometryValidator 29 PointOnPointOverlayer 41
Coordinates
HoleCounter 30 RasterMosaicker 45
2DForcer 13
Inspector 31 Sampler 47
3DAffiner 13
JSONValidator 32 SpatialFilter 49
3DForcer 13
ListDuplicateRemover 35 SpatialRelator 49
Affiner 13
ListElementCounter 35 Tester 53
ArcSDEGridSnapper 15
ListHistogrammer 35 TestFilter 53
AttributeReprojector 17
Matcher 36 TraitMerger 54
BMGReprojector 18
MRF2DCleaner 37
CenterPointExtractor 20 Format Specific
MRF2DConflator 37
CommonLocalReprojector 21 ArcSDEGridSnapper 15
MRF2DDangleRemover 37
CoordinateConcatenator 22 AttributeFileReader 17
MRF2DDuplicateRemover 37
CoordinateExtractor 22 AttributeFileWriter 17
MRF2DExtender 37
CoordinateRounder 22 DatabaseDeleter 23
MRF2DGeneralizer 37
CoordinateSwapper 22 DatabaseUpdater 23
MRF2DIntersector 37
CoordinateSystemDescription DGNStyler 24
MRF2DJoiner 37
Converter 22 DWGStyler 25
MRF2DShortGeometryRemover 37
CoordinateSystemExtractor 22 EsriReprojector 26
MRF3DCleaner 37
CoordinateSystemRemover 22 ExcelStyler 26
NullAttributeMapper 38
CoordinateSystemSetter 22 FeatureReader 27
PartCounter 39
CsmapAttributeReprojector 22 FeatureWriter 27
PlanarityFilter 39
CsmapReprojector 23 GeometryExtractor 28
Sampler 47
DecimalDegreesCalculator 24 GeometryReplacer 29
Snapper 48
DimensionExtractor 24 GeoRSSFeatureComposer 29
Snipper 49
DMSCalculator 25 GeoRSSFeatureReader 30
SpatialFilter 49
ElevationExtractor 26 GMLFeatureComposer 30
SpatialRelator 49
EsriReprojector 26 HTMLLayouter 30
SpikeRemover 49
GridInquestIIReprojector 30 HTMLReportGenerator 30
SummaryReporter 51
GridInquestReprojector 30 HTMLToXHTMLConverter 30
Tester 53
GtransAttributeReprojector 30 IFCPropertySetDefinitionCreator 31
TestFilter 53
GtransReprojector 30 IFCQuantitySetDefinitionCreator 31
VertexCounter 55
LatLongToMGRSConverter 33 JSONExtractor 32
LocalCoordinateSystemSetter 35 Filters and Joins JSONFlattener 32
MGRSToLatLongConverter 36 AggregateFilter 14 JSONFormatter 32
RasterGCPExtractor 44 Aggregator 14 JSONFragmenter 32
RasterGCPSetter 44 AreaOnAreaOverlayer 16 JSONTemplater 32
RasterGeoreferencer 44 AttributeFilter 17 JSONUpdater 32
ReframeReprojector 46 AttributePivoter 17 JSONValidator 32
ReprojectAngleCalculator 47 AttributeRangeFilter 17 KMLPropertySetter 32
ReprojectLengthCalculator 47 ChangeDetector 20 KMLRegionSetter 32
Reprojector 47 ClosedCurveFilter 21 KMLStyler 32
RubberSheeter 47 ConvexityFilter 22 KMLTimeSetter 32
Scaler 47 DatabaseJoiner 23 KMLTourBuilder 33
SecondOrderConformer 48 Deaggregator 23 KMLViewSetter 33
TextureCoordinateSetter 53 DuplicateFilter 25 MapboxStyler 36
VertexCounter 55 FeatureJoiner 26 MapInfoStyler 36
VertexRemover 55 FeatureMerger 26 MapTextLabeller 36
FeatureReader 27 MapTextStyler 36
Data Quality
FeatureTypeFilter 27 PDFPageFormatter 39
AngularityCalculator 14
GeometryFilter 29 PDFStyler 39
AreaGapAndOverlapCleaner 16

FME Transformer Reference Guide 9


RCaller 46 LabelPointReplacer 33 HDFSConnector 30
WebMapTiler 55 LineBuilder 34 HTMLExtractor 30
XMLAppender 56 LineCloser 34 JMSReceiver 32
XMLFeatureMapper 56 LineCombiner 34 JMSSender 32
XMLFlattener 56 LineExtender 34 KinesisReceiver 32
XMLFormatter 56 MeasureRemover 36 KinesisSender 32
XMLFragmenter 56 MeasureSetter 36 MRF2DCleaner 37
XMLNamespaceDeclarer 56 MeshMerger 36 MRF2DConflator 37
XMLSampleGenerator 56 MeshSimplifier 36 MRF2DDangleRemover 37
XMLTemplater 56 MinimumAreaForcer 37 MRF2DDuplicateRemover 37
XMLUpdater 56 MinimumSpanningCircleReplacer 37 MRF2DExtender 37
XMLValidator 56 MultipleGeometrySetter 37 MRF2DGeneralizer 37
XMLXQueryExploder 56 OffsetCurveGenerator 39 MRF2DIntersector 37
XMLXQueryExtractor 56 Orientor 39 MRF2DJoiner 37
XMLXQueryUpdater 56 PathBuilder 39 MRF2DShortGeometryRemover 37
XSLTProcessor 56 PathSplitter 39 MRF3DCleaner 37
PointCloudSurfaceBuilder 41 OneDriveConnector 39
Geometries
PointPropertySetter 42 ProjectWiseWSGConnector 42
2DArcReplacer 13
Rotator 47 RCaller 46
2DBoxReplacer 13
RubberSheeter 47 ReframeReprojector 46
2DEllipseReplacer 13
Scaler 47 S3Connector 47
2DForcer 13
SherbendGeneralizer 48 SalesforceConnector 47
2DGridAccumulator 13
Snapper 48 SlackConnector 48
2DGridCreator 13
Snipper 49 SNSSender 49
3DArcReplacer 13
SolidBuilder 49 SQSDeleter 50
3DForcer 13
SpikeRemover 49 SQSMessageCounter 50
3DInterpolator 13
SurfaceDissolver 51 SQSReceiver 50
3DRotator 13
SurfaceFootprintReplacer 52 SQSSender 50
AffineWarper 14
SurfaceSplitter 52 TCPIPReceiver 52
AnchoredSnapper 14
TextAdder 53 TCPIPSender 52
AngleConverter 14
Tiler 53 TransporterReceiver 54
ArcEstimator 15
TINGenerator 54 TransporterSender 54
ArcPropertySetter 15
Triangulator 54 Tweeter 54
ArcSDEGridSnapper 15
VertexCreator 55 TweetSearcher 54
ArcStroker 15
VertexRemover 55 TweetStreamer 54
AreaAmalgamator 15
TwitterStatusFetcher 54
AreaBuilder 15 Integrations
WhiteStarLeaseBuilder 56
AreaGapAndOverlapCleaner 16 AutodeskA360Connector 18
BoundingBoxReplacer 19 AzureBlobStorageConnector 18 Point Clouds
CenterLineReplacer 19 BMGReprojector 18 DEMGenerator 24
CenterPointReplacer 20 BoxConnector 19 GeometryCoercer 28
Chopper 21 CsmapAttributeReprojector 22 PointCloudCoercer 40
CoordinateRounder 22 CsmapReprojector 23 PointCloudCombiner 40
CoordinateSwapper 22 Curvefitter 23 PointCloudComponentAdder 40
CSGBuilder 22 DatabaseDeleter 23 PointCloudComponentCopier 40
Curvefitter 23 DatabaseUpdater 23 PointCloudComponentKeeper 40
Densifier 24 DirectTweeter 24 PointCloudComponentRemover 40
Displacer 24 Emailer 26 PointCloudComponentRenamer 40
Dissolver 25 EsriReprojector 26 PointCloudComponentTypeCoercer 40
DonutBridgeBuilder 25 FMEServerJobSubmitter 27 PointCloudConsumer 40
DonutBuilder 25 FMEServerJobWaiter 27 PointCloudCreator 40
DonutHoleExtractor 25 FMEServerLogFileRetriever 27 PointCloudExpressionEvaluator 40
EllipsePropertySetter 26 FMEServerNotifier 27 PointCloudExtractor 40
FaceReplacer 26 FMEServerResourceConnector 27 PointCloudFilter 40
Generalizer 28 FTPCaller 27 PointCloudMerger 40
GeometryCoercer 28 GCMMessenger 27 PointCloudOnRasterComponent
GeometryExtractor 28 Geocoder 28 Setter 40
GeometryRefiner 29 GoogleDriveConnector 30 PointCloudPropertyExtractor 40
GeometryRemover 29 GridInquestIIReprojector 30 PointCloudReplacer 41
GeometryReplacer 29 GridInquestReprojector 30 PointCloudSimplifier 41
HullReplacer 31 GtransAttributeReprojector 30 PointCloudSorter 41
Intersector 32 GtransReprojector 30 PointCloudSplitter 41

10
PointCloudStatisticsCalculator 41 RasterPaletteGenerator 45 SurfaceBuilder 51
PointCloudSurfaceBuilder 41 RasterPaletteInterpretation SurfaceDissolver 51
PointCloudThinner 41 Coercer 45 SurfaceDraper 52
PointCloudTransformationApplier 41 RasterPaletteNodataSetter 45 SurfaceOnSurfaceOverlayer 52
SurfaceDraper 52 RasterPaletteRemover 45 TopferIndexCalculator 54
SurfaceModeller 52 RasterPaletteResolver 45 TopologyBuilder 54
RasterPropertyExtractor 45 VectorOnRasterOverlayer 55
Rasters
RasterPyramider 45 VoronoiCellGenerator 55
AppearanceExtractor 14
RasterReplacer 45 VoronoiDiagrammer 55
AppearanceMerger 14
RasterResampler 46
AppearanceRemover 14 Strings
RasterRGBCreator 46
AppearanceSetter 14 AngleConverter 14
RasterRotationApplier 46
AppearanceStyler 14 AttributeCompressor 16
RasterSelector 46
ChartGenerator 20 AttributeDecompressor 16
RasterSingularCellValue
DEMDistanceCalculator 24 AttributeEncoder 16
Calculator 46
ImageFetcher 31 AttributeExploder 17
RasterSlopeCalculator 46
ImageRasterizer 31 AttributePivoter 17
RasterStatisticsCalculator 46
MapnikRasterizer 36 AttributeRangeMapper 17
RasterSubsetter 46
NumericRasterizer 38 AttributeReprojector 17
RasterTiler 46
PointCloudOnRasterComponent AttributeRounder 17
RasterToPolygonCoercer 46
Setter 40 AttributeSplitter 18
RCaller 46
PointOnRasterValueExtractor 41 AttributeTrimmer 18
TextStroker 53
RasterAspectCalculator 42 AttributeValidator 18
VectorOnRasterOverlayer 55
RasterBandAdder 42 AttributeValueMapper 18
WebMapTiler 55
RasterBandCombiner 42 BaseConverter 18
RasterBandInterpretationCoercer 42 Spatial Analysis BinaryDecoder 18
RasterBandKeeper 42 AffineWarper 14 BinaryEncoder 18
RasterBandMinMaxExtractor 42 AnchoredSnapper 14 CharacterCodeExtractor 20
RasterBandNameSetter 42 ArcSDEGridSnapper 15 CharacterCodeReplacer 20
RasterBandNodataRemover 42 AreaAmalgamator 15 CoordinateConcatenator 22
RasterBandNodataSetter 42 AreaBuilder 15 CoordinateSystemDescription
RasterBandOrderer 42 AreaOnAreaOverlayer 16 Converter 22
RasterBandPropertyExtractor 42 BoundingBoxAccumulator 19 DateTimeConverter 23
RasterBandRemover 43 Bufferer 19 DimensionExtractor 24
RasterBandSeparator 43 CenterLineReplacer 19 ElevationExtractor 26
RasterCellCoercer 43 CenterPointReplacer 20 ExpressionEvaluator 26
RasterCellOriginSetter 43 Clipper 21 FilenamePartExtractor 27
RasterCellValueCalculator 43 ContourGenerator 21 HTMLExtractor 30
RasterCellValueReplacer 43 DEMDistanceCalculator 24 HTMLToXHTMLConverter 30
RasterCellValueRounder 43 Displacer 24 ListDuplicateRemover 35
RasterCheckpointer 43 Dissolver 25 ListRenamer 35
RasterConsumer 43 DonutBridgeBuilder 25 ListSearcher 35
RasterConvolver 43 FeatureReader 27 ListSummer 35
RasterDEMGenerator 44 GeographicBufferer 28 NLPClassifier 38
RasterExpressionEvaluator 44 HullAccumulator 31 NLPTrainer 38
RasterExtentsCoercer 44 Intersector 32 NullAttributeMapper 38
RasterExtractor 44 NeighborFinder 38 RandomNumberGenerator 42
RasterGCPExtractor 44 NeighborhoodAggregator 38 StringCaseChanger 50
RasterGCPSetter 44 NeighborPairFinder 38 StringConcatenator 50
RasterGeoreferencer 44 NetworkCostCalculator 38 StringFormatter 51
RasterHillshader 44 NetworkFlowOrientor 38 StringLengthCalculator 51
RasterInterpretationCoercer 44 NetworkTopologyCalculator 38 StringPadder 51
RasterMosaicker 45 Offsetter 39 StringPairReplacer 51
RasterNumericCreator 45 PointOnAreaOverlayer 41 StringReplacer 51
RasterObjectDetectionModelTrainer 45 PointOnLineOverlayer 41 StringSearcher 51
RasterObjectDetector 45 PointOnPointOverlayer 41 SubstringExtractor 51
RasterObjectDetectorSample PointOnRasterValueExtractor 41 TextDecoder 53
Generator 45 SectorGenerator 48 TextEncoder 53
RasterObjectDetectorSample ShortestPathFinder 48 Web
Preparer 45 Snapper 48 AttributeEncoder 16
RasterPaletteAdder 45 SpatialFilter 49 AutodeskA360Connector 18
RasterPaletteExtractor 45 SpatialRelator 49 AzureBlobStorageConnector 18

FME Transformer Reference Guide 11


BoxConnector 19 XMLAppender 56 PythonCaller 42
CesiumIonConnector 20 XMLFeatureMapper 56 PythonCreator 42
ChartGenerator 20 XMLFlattener 56 RasterCheckpointer 43
Decelerator 24 XMLFormatter 56 Recorder 46
DirectTweeter 24 XMLFragmenter 56 S3Connector 47
DropboxConnector 25 XMLNamespaceDeclarer 56 SalesforceConnector 47
Emailer 26 XMLSampleGenerator 56 Sampler 47
FMEServerJobSubmitter 27 XMLTemplater 56 SchemaMapper 47
FMEServerJobWaiter 27 XMLUpdater 56 SlackConnector 48
FMEServerLogFileRetriever 27 XMLValidator 56 Sorter 49
FMEServerNotifier 27 XMLXQueryExploder 56 SQLCreator 50
FMEServerResourceConnector 27 XMLXQueryExtractor 56 SQLExecutor 50
FTPCaller 27 XMLXQueryUpdater 56 SummaryReporter 51
GCMMessenger 27 XSLTProcessor 56 SystemCaller 52
Generalizer 28 TclCaller 52
Workflows
Geocoder 28 TCPIPReceiver 52
ArcSDEQuerier 15
GeoRSSFeatureComposer 29 TCPIPSender 52
AttributeFileReader 17
GeoRSSFeatureReader 30 TempPathnameCreator 53
AttributeFileWriter 17
GoogleDriveConnector 30 Terminator 53
AutodeskA360Connector 18
HDFSConnector 30 TransporterReceiver 54
AzureBlobStorageConnector 18
HTMLExtractor 30 TransporterSender 54
BoxConnector 19
HTMLLayouter 30 VariableRetriever 55
Cloner 21
HTMLReportGenerator 30 VariableSetter 55
Creator 22
HTMLToXHTMLConverter 30 WebSocketReceiver 55
DatabaseDeleter 23
HTTPCaller 30 WebSocketSender 55
DatabaseUpdater 23
JMSReceiver 32 WorkspaceRunner 56
Decelerator 24
JMSSender 32 XSLTProcessor 56
DropboxConnector 25
JSONExtractor 32
EnvironmentVariableFetcher 26
JSONFlattener 32
FeatureHolder 26
JSONFormatter 32
FeatureReader 27
JSONFragmenter 32
FeatureTypeExtractor 27
JSONTemplater 32
FeatureWriter 27
JSONUpdater 32
FMEFunctionCaller 27
JSONValidator 32
FMEServerJobSubmitter 27
OneDriveConnector 39
FMEServerJobWaiter 27
ParameterFetcher 39
FMEServerLogFileRetriever 27
ProjectWiseWSGConnector 42
FMEServerNotifier 27
RasterPyramider 45
FMEServerResourceConnector 27
S3Connector 47
FTPCaller 27
SalesforceConnector 47
GeometryExtractor 28
SlackConnector 48
GeometryReplacer 29
SNSSender 49
GoogleDriveConnector 30
SQSDeleter 50
HDFSConnector 30
SQSMessageCounter 50
HTMLExtractor 30
SQSReceiver 50
HTTPCaller 30
SQSSender 50
ImageFetcher 31
TCPIPReceiver 52
InlineQuerier 31
TCPIPSender 52
Inspector 31
Tweeter 54
LicenseChecker 33
TweetSearcher 54
Logger 36
TweetStreamer 54
LogMessageStreamer 36
TwitterStatusFetcher 54
OneDriveConnector 39
WebMapTiler 55
ParameterFetcher 39
WebSocketReceiver 55
Player 40
WebSocketSender 55
ProjectWiseWSGConnector 42

Symbol Reference
⊛ Transformers with this symbol are available at extra cost. Please contact Safe Software for more information.
Transformers with this symbol are downloadable from FME Hub.
NEW Transformers with this symbol are new in this version of FME.

12
2D
2DArcReplacer Replaces the geometry of the
2
feature with a two-dimensional arc
whose shape is set by the
3
parameters, which can be either
constant floating point values or the
A
values of existing attributes.
(Geometries category) B
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
C
the original feature. (Geometries category)
D
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. E
(Geometries category)
2DForcer Removes any elevation (Z) coordinates which may (or may not) have been F
present on the original feature. (Coordinates, Geometries categories)
2DGridAccumulator Replaces the input features with a grid of two-dimensional point or
G
polygon features that have the specified spacing and which cover (at least)
the bounding box area of all features that enter the transformer.
H
2DGridCreator
(Geometries category)
Creates a grid of two-dimensional point or polygon features, at the origin
I
and uses the offsets specified. Each created feature has a row and column
attribute that indicates its position in the grid. (Geometries category)
J
3D
K
3DAffiner Performs 3D affine transformation on the coordinates of the feature. An affine L
transformation preserves parallelism of lines and planes in geometry. Affine
transformations include translations, rotations, scalings, and reflections.
(3D, Coordinates categories)
M
3DArcReplacer Replaces the feature’s geometry with a two-dimensional arc whose shape N
is set by the parameters, which can be either constant floating point values
or the values of existing attributes. (3D, Geometries categories) O
3DForcer Turns two-dimensional data into three-densional data by adding a z-value to
every coordinate. (3D , Coordinates, Geometries categories) P
3DInterpolator Interpolates elevation values along a non-aggregated linear feature from a
starting value to an ending value. The resulting feature’s elevation
R
monotonically increases (or decreases) from the starting value to the
ending value. If the feature was two-dimensional, it becomes three-
S
dimensional. If the feature was three-dimensional, its previous elevations
are removed and replaced. (3D, Geometries categories)
T
3DRotator Rotates features according to the right-hand rule, and in a counter-
clockwise direction about the specified axis of rotation.
U
(3D, Geometries categories) V
A
W
Affiner Performs an affine transformation on the coordinates of the feature.
(Coordinates category) X

FME Transformer Reference Guide 13


2 AffineWarper Performs warping operations on the spatial coordinates of features. It is used
to adjust a set of observed input features according to a spatial transform

3 AggregateFilter
defined by a set of control vectors. (Geometries, Spatial Analysis categories)
Routes features differently depending on whether their geometry consists
A of an aggregate of several primitive geometries or a simple, single piece of
geometry. (Filters and Joins category)
B Aggregator Combines feature geometries into heterogeneous or homogeneous
aggregates. Alternatively, combines feature attributes without any
C geometry. (Attributes, Calculated Values, Filters and Joins categories)

D
E
F
AnchoredSnapper
G 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.
H (Geometries, Spatial Analysis categories)

I
J
K
L AngleConverter Converts angles of a feature’s geometry and/or attributes from one
representation to another.
M (Calculated Values, Geometries, Strings categories)

N AngularityCalculator Calculates the “angularity” of a linear or area feature. Angularity indicates


the degree of curvature of a feature. The higher the value, the more curved

O AppearanceExtractor
its geometry. (Calculated Values, Data Quality categories)
Extracts appearance style(s) from the front and/or back side of
P the geometries. (3D, Rasters categories)
AppearanceMerger Sets the front and/or back appearance style(s) of specified geometries
R to be identical to that which is on a specific source geometry.
(3D, Rasters categories)
S AppearanceRemover Removes appearances from the front and/or back side of geometries.
Removing the appearance of a geometry causes that geometry to inherit
T its appearance from its parent, if a parent with an appearance exists.
(3D, Rasters categories)
U AppearanceSetter Sets appearance style(s) onto the front and/or back sides of geometries.
V AppearanceStyler
(3D, Rasters categories)
Creates an appearance style that can later be applied to a surface
W (using the AppearanceSetter, for instance).
(3D, Rasters categories)
X

14
ArcEstimator Replaces the geometry of the feature
with a two-dimensional circular arc 2
whose shape is estimated from the
first, middle, and last point of the 3
linear feature passed in.
(Geometries category) A
ArcPropertyExtractor Sets the given attributes to the properties of an arc geometry and works on
a single feature at a time. (Calculated Values category)
B
ArcPropertySetter Sets the properties of an arc geometry to those specified. C
(Geometries category)
ArcSDEGridSnapper Simulates the ArcSDE conversion on a feature by performing ArcSDE D
translation, scaling, and coordinate snapping. Also removes duplicate vertices
that result from snapping multiple, formerly separate, vertices to the same grid E
point. (Coordinates, Format Specific, Geometries, Spatial Analysis categories)
ArcSDEQuerier Performs queries on an ArcSDETM spatial database. The queries can have
F
ArcStroker
both a spatial and a nonspatial component. (Workflows category)
Converts arc features into lines
G
replacing the feature geometry with
a series of edges interpolated along
H
the arc boundary. Ellipse features
are converted into polygons by
I
interpolating edges along the
elliptical boundary.
J
(Geometries category)
K
AreaAmalgamator Generalizes polygonal input by connecting nearby geometries. The
AreaAmalgamator accepts polygonal geometries – including donuts – as
input, and produces triangles that join input features into connected
L
pieces, or amalgams.
(Cartography and Reports, Geometries, Spatial Analysis categories)
M
AreaBuilder Takes a set of topologically connected linework and creates topologically N
correct polygon features where the linework forms closed shapes.
(Geometries, Spatial Analysis categories) O
P
R
S
T
U
V
W
X

FME Transformer Reference Guide 15


2 AreaCalculator Calculates the area of a polygonal object and stores the value in an
attribute. The area is calculated in square map units, whatever they are.

3 (Calculated Values category)

A
B
C
D
E
F
G
H AreaGapAndOverlap Repairs area topologies by resolving gaps and overlaps between
Cleaner adjacent areas. An overlap occurs where two or more areas intersect
I each other, creating an region covered by multiple areas. A gap occurs
where two or more areas fail to meet at a boundary.
J (Data Quality, Geometries categories)

K AreaOnAreaOverlayer Performs an area-on-area overlay so that all input areas are intersected
against each other and resultant area features are created and output.

L The resultant areas have all the attributes of all the original features in
which they are contained. (Filters and Joins, Spatial Analysis categories)

M
N
O
P AttributeCompressor Compresses and (optionally) encrypts the values of the specified attributes.
(Attributes, Strings categories)

R AttributeCopier Copies existing attributes to new attributes with user-specified names. The
existing attribute remains intact and a new attribute is created that has a
S different name, but the same values. (Attributes category)
AttributeCreator Adds one or more attributes to the feature and optionally assigns a value
T derived from constants, attribute values, and expressions. Values can
reference adjacent features. (Attributes category)
U AttributeDecompressor Decompresses and decrypts the values of the specified attributes that
were compressed and encrypted by the AttributeCompressor.
V (Attributes, Strings categories)

W AttributeDereferencer Copies the value of the attribute whose name is held in the source attribute
to a newly created attribute. (Attributes category)
X AttributeEncoder Encodes the values of the specified attributes to the desired encoding.
(Strings, Web categories)

16
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
2
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. 3
AttributeExposer
(Attributes, Strings categories)
Exposes attributes in Workbench so they can be used by downstream
A
transformers and writers. (Attributes category)
B
AttributeFileReader Reads the contents of a file and stores them as the value for the specified
attribute. (Attributes, Format Specific, Workflows categories) C
AttributeFileWriter Writes the contents of the specified attribute to a file.
(Attributes, Format Specific, Workflows categories) D
AttributeFilter Routes features to different output ports depending on the value of an
attribute. (Filters and Joins category)
E
AttributeKeeper Removes all attributes and list attributes, except the specific ones you F
specify to be retained. (Attributes category)
AttributeManager Alters multiple attributes through adding, renaming, copying, deleting G
and re-ordering. Sets values for new, existing, and modified attributes
to any combination of constants, attribute values, conditionals, H
expressions, and parameters. Values can reference adjacent features.
(Attributes category) I
AttributePivoter Restructures and regroups incoming features based on specified “Group
by attributes” and calculates summary statistics based on a designated
J
“Attribute To Analyze” in order to form a Pivot table output.
(Calculated Values, Filters and Joins, Strings categories) K
AttributeRangeFilter Performs a lookup on a range-based lookup table and routes the feature to
the appropriate output port. (Filters and Joins category)
L
AttributeRangeMapper Performs a lookup on a range-based lookup table and stores the resulting M
value, or writes the value to, a new output attribute. (Strings category)
AttributeRemover Removes the selected attributes and list attributes from the feature. N
AttributeRenamer
(Attributes category)
Renames one or more attributes, retaining the attribute’s current values.
O
(Attributes category)
P
AttributeReprojector Reprojects attributes from one coordinate system to another.
(Coordinates, Strings categories) R
AttributeRounder Rounds off an attribute to the specified number of decimal places.
(Calculated Values, Strings categories) S
T
U
V
W
X

FME Transformer Reference Guide 17


2 AttributeSplitter Splits a selected attribute into a list attribute. Each item in the list will
contain a single token split from the list. You would use this transformer,

3 for example, to separate an attribute that has a comma-separated value


list into its component pieces. (Attributes, Strings categories)

A
B
C
D
AttributeTrimmer Removes leading and trailing trim characters from the selected attributes.
E (Strings category)
AttributeValidator
F Validates any number of attributes against specific test conditions and
routes the feature according to the outcome of the test(s). Features
that fail one or more tests will have the reasons for failure documented
G on an attribute and list attribute on the output feature.
(Data Quality, Strings categories)
H AttributeValueMapper Looks up and assigns attribute values based on other attributes, and stores
I the looked-up value in a new attribute. (Strings category)

J
K AutodeskA360Connector Accesses the Autodesk A360 file storage service to upload or download
L files or list file and folder information from a Autodesk A360 account.
(Integrations, Web, Workflows categories)
M AzureBlobStorage Accesses the Azure Blob Storage file storage service to upload,
NEW

Connector download, or delete files and folders or list file/folder information from
N an Azure account. (Integrations, Web, Workflows categories)

O B
BaseConverter Converts an attribute’s value from one numeric system (base) to
P another, putting the resulting value in a new attribute.
(Calculated Values, Strings categories)
R
S
BinaryDecoder Decodes Base64 or HEX text to binary data.(Strings category)
T
BinaryEncoder Encodes binary data to text using Base64 or HEX encoding methods.
U (Strings category)
BMGReprojector Reprojects feature coordinates from one coordinate system to another
V using the Blue Marble Geographic Calculator library.
(Coordinates, Integrations categories)
W
X

18
BoundingBoxAccumulator Takes a set of point, linear, polygonal, and/or aggregate features and
creates a two-dimensional bounding box, which contains all features.
2
(Spatial Analysis category)
3
A
B
C
D
BoundingBoxReplacer Replaces the geometry of the feature with either its two-dimensional
bounding box or its two-dimensional minimum oriented bounding box. E
(Geometries category)
F
G
H
I
BoundsExtractor Extracts the minimum and maximum values of the feature’s coordinates J
into new attributes. (Calculated Values category)
BoxConnector Accesses the Box file storage service to upload, download, or delete files K
and folders or list file/folder information from a Box account.
(Integrations, Web, Workflows categories) L
Bufferer Creates a buffer zone of specified size around or inside input geometry.
(3D, Spatial Analysis categories) M
BulkAttributeRemover Removes all attributes on incoming features that match a given regular
expression. It can also be used to remove large numbers of attributes that
N
have common naming. (Attributes category) O
BulkAttributeRenamer Renames attributes by adding or removing prefixes or suffixes, or replacing
text in regular expressions or character strings. (Attributes category) P
C R
CenterLineReplacer Replaces area geometries with their approximate center lines, medial axes,
or straight skeletons. This transformer works best with long, narrow areas. S
(Geometries, Spatial Analysis categories)
T
U
V
W
X

FME Transformer Reference Guide 19


2 CenterPointExtractor Extracts and outputs the specified x, y, z attributes of a feature’s point that
is either in the center of the feature’s bounding box, somewhere inside

3 the feature’s bounding box or at the center of mass of the feature.


(Calculated Values, Coordinates categories)

A CenterPointReplacer Replaces the geometry of the feature with a point that is either in the
center of the feature’s bounding box, somewhere inside the feature’s
B bounding box or replaces the geometry of the feature with a point at the
center of mass of the feature. (Geometries, Spatial Analysis categories)
C
D
E
F
G CesiumIonConnector Uploads a folder dataset to the Cesium ion service as a new asset.
NEW

(Web category)
H ChangeDetector Detects changes between two sets
I of input features.
(Data Quality, Filters and Joins

J categories)

K
L
M
N CharacterCodeExtractor 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
O another attribute. This can be used to obtain the integer code of any Unicode
character (from Basic Multilingual Plane), including non-printable ones.
P (Strings category)
CharacterCodeReplacer Sets the result attribute to the character whose numeric code was contained
R in the source code attribute (or the entered integer). (Strings category)
ChartGenerator Creates a raster Line, Bar, Scatter, Histogram or Pie chart based on the
S values of selected attributes.
(Cartography and Reports, Rasters, Web categories)
T
U
V
W
X

20
Chopper Breaks input features into points, lines, or areas. Chopped features contain
the same set of vertices as input features. (Geometries category) 2
3
A
B
C
D
E
F
G
CircularityCalculator Calculates the circularity of an area feature, which indicates how elongated
the feature is. (Calculated Values, Data Quality categories) H
Clipper Performs a geometric clipping operation. (Spatial Analysis category)
I
J
K
L
Cloner Makes the specified number of copies of the input features and outputs all M
copies through its single output port. (Workflows category)
ClosedCurveFilter Checks if curves form closed loops. Curves include lines, arcs, and paths.
N
This transformer can also check aggregates of curves. An aggregate is closed
if all of its elements are closed. If any element of an aggregate is not a curve,
O
the aggregate is rejected. (Data Quality, Filters and Joins categories)
P
CommonLocalReprojector Reprojects a set of features to a local coordinate system with units of
meters centered on the bounding box of the features.
(Cartography and Reports, Coordinates categories)
R
CommonSegmentFinder Tests to see which of the CANDIDATE features have even one line segment S
in common with any BASE feature. (Data Quality category)
ContourGenerator Constructs a Delaunay triangulation based on input points and breaklines. T
Contour lines are then generated from the triangulation.
(Spatial Analysis category) U
V
W
X

FME Transformer Reference Guide 21


2 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

3 area. Simple polygons are convex if every internal angle is less than or
equal to 180 degrees. All other polygons are considered concave.

A CoordinateConcatenator
(Data Quality, Filters and Joins categories)
Retrieves the value of all of the feature’s coordinates into an attribute,
B separated by the delimiter characters.
(Calculated Values, Coordinates, Strings categories)
C CoordinateExtractor Retrieves the value of the x, y, and z coordinates at the specified index into
attributes. (Calculated Values, Coordinates categories)
D 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
E rounding are thinned by removing the redundant points.
(Coordinates, Geometries categories)
F
G
H
I CoordinateSwapper Swaps coordinate axes of the input features.
(Coordinates, Geometries categories)
J CoordinateSystemDescription Converts coordinate systems between FME and Autodesk® WKT, EPSG, Esri®
Converter WKT, MapInfo®, OGC® WKT, Oracle® SRID, and PROJ.4 representations.
K (Coordinates, Strings categories)

L CoordinateSystemExtractor Retrieves the feature’s coordinate system into an attribute.


(Coordinates category)

M CoordinateSystemRemover Removes the coordinate system from all input features. This transformer
does not reproject features or otherwise modify their geometry.
N (Coordinates category)
CoordinateSystemSetter Tags all features with the specified coordinate system. It does not reproject
O features or otherwise modify their geometry. (Coordinates category)

P Counter Adds a numeric attribute to a feature and assigns a value.


(Calculated Values category)

R CRCCalculator Calculates a CRC (Cyclic Redundancy Check) value for a feature and
places the calculated CRC value into the attribute specified.
S (Calculated Values, Data Quality categories)
Creator Creates features using the parameters supplied and sends them into the
T workspace for processing. (3D, Workflows categories)
CSGBuilder Creates Constructive Solid Geometry (CSG) from pairs of solid geometry
U features which are input through the A and B ports.
(3D, Geometries categories)
V CSGEvaluator Recursively replaces the geometry of a feature that has CSG (Constructive
W Solid Geometry) by evaluating the tree of the CSG solid, effectively
removing the constructive aspect of the geometry. (3D category)

X CsmapAttributeReprojector Reprojects attributes from one coordinate system to another using the
CS-MAP library. (Coordinates, Integrations categories)

22
CsmapReprojector Reprojects feature coordinates from one coordinate system to another
using the CS-MAP library. (Coordinates, Integrations categories) 2
Curvefitter ⊛ Smoothes lines derived from line segments, points, or raster data, and
replaces a series of line segments with the optimal combination of
3
straight lines and embedded arc segments required to create smooth
curving lines. This process provides a truer representation of real-world
A
features and can reduce file sizes by up to 80%. In addition to processing
simple line features, the Curvefitter preserves feature topology when
B
smoothing boundaries of adjacent area features.
(Cartography and Reports, Geometries, Integrations categories)
C
D
E
F
G
D H
DatabaseDeleter Delete rows in a database table based on the condition specified.
(Format Specific, Integrations, Workflows categories) I
DatabaseJoiner Joins attributes from an external table to incoming features as they are being
processed through a translation. (Attributes, Filters and Joins categories)
J
K
L
M
N
DatabaseUpdater Update fields in a database table based on the condition specified. O
(Format Specific, Integrations, Workflows categories)
DateTimeCalculator Performs arithmetic on date, time, datetime, and interval values. P
(Calculated Values category)
DateTimeConverter Converts a set of input date/time attributes from one format to another, in
R
place. (Calculated Values, Strings categories)
S
DateTimeStamper Adds a timestamp to a feature as a new attribute in the form of a date, time
(with or without UTC offset), or datetime (with or without UTC offset), in T
local or UTC time. (Calculated Values category)
Deaggregator Decomposes an aggregate feature into its components. U
(Attributes, Filters and Joins categories)
V
W
X

FME Transformer Reference Guide 23


2 Decelerator Slows down the flow of features through the workspace.
(Web, Workflows categories)

3 DecimalDegreesCalculator Calculates a decimal degree value from separate degrees, minutes, and
seconds (DMS) values, stored in attributes.
A (Calculated Values, Coordinates categories)
DEMDistanceCalculator Calculates the distance between a number of input vector lines and the
B 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
C 3D distance between the line being considered and the corresponding
point on the reference DEM.
D (3D, Calculated Values, Rasters, Spatial Analysis categories)
DEMGenerator Constructs a Delaunay triangulation based on input points and breaklines.
E That triangulation is then uniformly sampled to produce a digital elevation
model (DEM points). (3D, Point Clouds categories)
F Densifier Adds vertices to each feature by interpolating new coordinates at fixed
G intervals. (Geometries category)

H
I
J DensityCalculator Determines the density of a group of CANDIDATE features based on the
K DGNStyler
area of a corresponding AREA feature. (Calculated Values category)
Prepares features for output to Bentley® Microstation® Design V7/V8 by
L providing a convenient interface to set a variety of format-specific attributes.
(Cartography and Reports, Format Specific categories)
M DimensionExtractor Returns the dimension of the feature as a new attribute.
(3D, Calculated Values, Coordinates, Data Quality, Strings categories)
N DirectTweeter Sends a Twitter™ direct message from FME.

O Displacer
(Integrations, Web categories)
Solves proximity conflicts between features using a variant of the
P Nickerson displacement algorithm.
(Cartography and Reports, Geometries, Spatial Analysis categories)
R
S
T
U
V
W
X

24
Dissolver Dissolves area features by removing common boundaries to create
larger areas. Input attributes may be accumulated.
2
(Geometries, Spatial Analysis categories)
3
A
B
C
D
E
F
DMSCalculator Calculates degrees, minutes, and seconds (DMS) from a decimal degrees
value stored in an attribute. (Calculated Values, Coordinates categories)
G
DonutBridgeBuilder Builds connections between donut holes with the outer boundary of a H
donut, resulting in a polygon-equivalent representation of the input donut.
(Geometries, Spatial Analysis categories) I
DonutBuilder Cuts holes in polygonal features by making polygons completely enclosed
in other polygons into holes of the containing polygon. J
(Geometries category)
K
L
M
N
DonutHoleExtractor Splits an area feature that has holes into its component rings.
O
(Geometries category)
P
R
S
T
DropboxConnector Accesses the Dropbox file storage service to upload, download, or delete
files and folders or list the contents of a folder from a Dropbox account.
U
DuplicateFilter
(Integrations, Web, Workflows categories)
Detects duplicate features based on the value of one or more key attributes.
V
(Data Quality, Filters and Joins categories) W
DWGStyler Prepares features for output to AutoCAD® DWGTM/DXFTM by providing a
convenient interface to set a variety of AutoCAD DWG/DXF format-specific X
attributes. (Cartography and Reports, Format Specific categories)

FME Transformer Reference Guide 25


2 E
ElevationExtractor Extracts the elevation of the first coordinate and assigns it to the
3 named attribute. (3D, Calculated Values, Coordinates, Data Quality,
Strings categories)
A EllipsePropertyExtractor Sets the given attributes to the properties of an ellipse geometry.
(Calculated Values category)
B EllipsePropertySetter Sets the properties of an ellipse geometry. (Geometries category)
C Emailer Sends one email per input feature via Simple Mail Transfer Protocol
(SMTP). Both HTML and Plain Text emails may be sent, each with one or
D more attachments. (Integrations, Web categories)
EnvironmentVariableFetcher Fetches the specified environment variable and includes it in
E a new attribute. (Workflows category)

F EsriReprojector Reprojects feature coordinates from one coordinate system to another


using the Esri reprojection library.

G ExcelStyler
(Coordinates, Format Specific, Integrations categories)
Sets common Excel style attributes for a group of features destined for
H the Excel Writer. (Cartography and Reports, Format Specific categories)
ExpressionEvaluator Performs a mathematical calculation on an expression that consists of FME
I Feature Functions, String Functions, Math Functions, and Math Operators.
(Calculated Values, Strings categories)
J Extruder Creates line, surface or solid
geometries with a fixed
K cross-sectional profile taken from
the original geometry of the feature.
L (3D category)

M
N
O F
FaceReplacer Replaces the geometry of a feature from donut, raster or polygon to face.
P (3D, Geometries categories)

R FeatureColorSetter Assigns colors to incoming features. (Cartography and Reports category)


FeatureHolder Stores incoming features until they have all arrived and then releases them
S in their original order. (Workflows category)
FeatureJoiner Joins features by combining the attributes/geometry of features based on
T common attribute values, like a SQL join operation.
(Filters and Joins category)
U FeatureMerger Copies and merges the attributes/geometry from one feature (or multiple

V features) onto another feature (or multiple features).


(Filters and Joins category)

W
X

26
FeatureReader Reads features from any FME-supported format.
(Filters and Joins, Format Specific, Spatial Analysis, Workflows categories)
2
3
A
B
C
D
FeatureTypeExtractor Adds an attribute containing the original feature type of a feature.
(Workflows category)
E
FeatureTypeFilter Routes input features to different output ports based on their original F
feature type. (Data Quality, Filters and Joins categories)
FeatureWriter Writes features to any FME-supported Writer. G
(Format Specific, Workflows categories)
FilenamePartExtractor Extracts specified parts of a filename path and returns the results as
H
string attributes. (Strings category)
I
FMEFunctionCaller Calls the specified FME function, optionally putting the resulting value in
the Result Attribute. (Workflows category) J
FMEServerJobSubmitter Submits FME jobs to be run on an FME Server. A job consists of a
workspace (housed within a repository on an FME Server) together K
with values for each of its published parameters.
(Integrations, Web, Workflows categories) L
FMEServerJobWaiter Waits until submitted FME jobs are completely processed by an FME
Server. The list of jobs to wait for is identified by the job IDs of the M
input features. When a job that the transformer is waiting for is
completed, it outputs the corresponding feature immediately. N
(Integrations, Web, Workflows categories)
FMEServerLogFileRetriever Accesses the translation log for a specified FME Server-run translation. The
O
translation log to access is identified by the job ID input parameter.
(Integrations, Web, Workflows categories)
P
FMEServerNotifier Sends a notification to a specified FME Server. The notification may be R
used for a variety of actions, such as triggering a downstream workspace,
or sending an e-mail message to subscribed clients.
(Integrations, Web, Workflows categories)
S
FMEServerResource Accesses the FME Server file storage service to upload, download, or T
Connector delete files and folders or list information about files/folders from a
FME Server account. (Integrations, Web, Workflows categories) U
FTPCaller Uploads and downloads data from an FTP server.
(Integrations, Web, Workflows categories) V
G W
GCMMessenger Sends messages to Android devices using Google Cloud Messaging (GCM).
(Integrations, Web categories)
X

FME Transformer Reference Guide 27


2 Generalizer Transforms or measures geometry features based on a specified algorithm.
There are four algorithm types:

3 • Generalizing algorithms reduce the density of coordinates by


removing vertices.
A • Smoothing algorithms determine a new location for each vertex.
• Measuring algorithms calculate the location of points and return a list
B of these points (for example, to measure the sinuosity of a feature).
• Fitting algorithms replace the original geometry completely, with a
C new feature fitted to a specified line (for example, to minimize the
orthogonal distance to the original).
D Geocoder
(Cartography and Reports, Geometries, Web categories)
Uses various external web services to convert addresses to latitude/longitude
E coordinates, or to find the closest addresses to latitude/longitude coordinates
(reverse geocode). Some services have additional information available,
F such as time zone or elevation. (Integrations, Web categories)
GeographicBufferer Expands or shrinks the boundary segments in the input geometry by a
G specified amount, and if necessary, connects them using stroked arcs.
(Spatial Analysis category)
H GeometryCoercer Resets the geometry type of the feature.
(Geometries, Point Clouds categories)
I GeometryColorSetter Sets colors, via appearances, on geometries (such as surfaces) that
J support appearances, and match a Geometry XQuery.
(Cartography and Reports category)
K
L
M
N
O
P
R GeometryExtractor Extracts the geometry of a feature according to the setting of the
geometry encoding parameter. The resulting encoded geometry is
S added to the feature in an attribute. This attribute can later be restored
as the feature’s geometry using the GeometryReplacer transformer.
T (Calculated Values, Format Specific, Geometries, Workflows categories)

U
V
W
X

28
GeometryFilter Routes a feature based on its geometry type.
(Data Quality, Filters and Joins categories)
2
GeometryInstantiator Replaces a geometry definition with independent geometry instances that
are copies of the original geometry definition. The affine transformation
3
that defined the position of each instance in the geometry definition,
including position, scale, and rotation, is applied to each instance.
A
(3D category)
B
GeometryPartExtractor Extracts or removes selected geometry parts based on a Geometry
XQuery. (3D category) C
GeometryPropertyExtractor Extracts selected geometry names or traits to feature attributes.
(3D category) D
GeometryPropertyRemover Removes selected geometry names or traits. (3D category)
E
GeometryPropertyRenamer Renames geometry names or traits. (3D category)
GeometryPropertySetter Sets selected geometry names or traits from feature attributes or F
constants. (3D category)
GeometryRefiner Performs the following refinements on the feature’s geometry:
G
• Any homogeneous IFMEAggregate becomes a multi H
(IFMEMultiCurve, IFMEMultiArea, IFMEMultiPoint, or IFMEMultiText).
• Any IFMEAggregate or multi with only one member is replaced by its I
single part.
• Any IFMEDonut with no holes becomes an IFMEPolygon or IFMEEllipse.
• Any IFMEPath with only one segment is replaced by that segment.
J
• Consecutive IFMELine segments within an IFMEPath are combined
(Geometries category)
K
GeometryRemover Completely removes the geometry of the feature, for example, if you want L
to turn spatial data into non-spatial data. (Geometries category)
GeometryReplacer Replaces the feature’s geometry according to the setting of the geometry M
encoding parameter. This transformer is typically used to restore geometry
previously extracted into an attribute by the GeometryExtractor. N
(Format Specific, Geometries, Workflows categories)
GeometryValidator Detects selected issues in input features, and optionally repairs detected
O
issues. Each input feature is processed individually.
(Data Quality category) P
R
S
T
U
V
W
GeoRSSFeatureComposer Constructs GeoRSS documents from the input features and stores them in
the specified attribute for the features that are output by the GeoRSS port.
X
(Format Specific, Web categories)

FME Transformer Reference Guide 29


2 GeoRSSFeatureReader Constructs features out of GeoRSS documents/URLs that are stored in a
specified attribute of the input features. The features from the GeoRSS

3 document/URL are output with the attributes from the original feature and
are merged, if desired. (Format Specific, Web categories)

A GMLFeatureComposer Writes out GML features corresponding to feature types from existing GML
application schema. (Format Specific category)
B GOIDGenerator 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
C incorporates the position of a feature with other numbers. The result is a
unique value that may be used to distinguish features from each other.
D (Calculated Values category)
GoogleDriveConnector Accesses the Google Drive file storage service to upload, download, or
E delete files and folders or list the contents of a folder from a Google Drive
account. (Integrations, Web, Workflows categories)
F GridInquestIIReprojector Reprojects feature coordinates from one coordinate system to another using
G GridInquestReprojector
the Grid InQuestII reprojection library. (Coordinates, Integrations categories)
Reprojects feature coordinates from one coordinate system to another using
H the Grid InQuest reprojection library. (Coordinates, Integrations categories)
GtransAttributeReprojector Reprojects attributes holding coordinate values from one coordinate
I system to another using the Gtrans reprojection library (from the National
Land Survey of Sweden), and the specified translation file.
J (Coordinates, Integrations categories)
GtransReprojector Reprojects features from one coordinate system to another using the
K Gtrans reprojection library (from the National Land Survey of Sweden) and
the specified translation file. (Coordinates, Integrations categories)
L
H
M HDFSConnector Accesses a HDFS (Hadoop Distributed File System) to upload, download,

N or delete files and folders or list the contents of a folder from a HDFS
service. (Integrations, Web, Workflows categories)

O HoleCounter Adds a new attribute whose value is the number of holes in the feature.
(Calculated Values, Data Quality categories)
P HTMLExtractor Extracts structured data from web page or other HTML sources that are
formatted for human readability (screen scraping), using CSS selectors to
R extract portions of HTML content into feature attributes.
(Integrations, Strings, Web, Workflows categories)
S HTMLLayouter Allows users to combine web reports generated by the HTMLReportGenerator
into a bootstrap grid or vertical layout. (Format Specific, Web categories)
T HTMLReportGenerator Allows users to create a basic web report of vertically-stacked elements
U using the geometry and selected attributes from features.
(Format Specific, Web categories)

V HTMLToXHTMLConverter Converts HTML document into valid XHTML document.


(Format Specific, Strings, Web categories)
W HTTPCaller Accesses a URL via HTTP or HTTPS, performing a GET, PUT, POST, DELETE,
HEAD, PATCH or OPTIONS operation. (Web, Workflows categories)
X

30
HullAccumulator Creates convex or concave hulls for groups of features. One hull feature is
output for each unique combination of values of the attributes specified in
2
the Group By parameter. (Spatial Analysis category)
3
A
B
C
HullReplacer Replaces the geometry of the feature with a polygon representing its hull. D
(Geometries category)
E
F
G
H
I I
IFCPropertySetDefinition
Creator
Creates a feature whose attributes contain the definition of an IFC
property set. The features output from this transformer are similar to
J
the PropertySetDefinition features produced by the IFC reader.
(3D, Format Specific categories) K
IFCQuantitySetDefinition
Creator
Creates a feature whose attributes contain the definition of an IFC
quantity set. The features output from this transformer are similar to
L
the QuantitySetDefinition features produced by the IFC reader.
(3D, Format Specific categories)
M
ImageFetcher Fetches an image by performing an HTTP GET operation on the N
specified URL, and then returning the resulting data as the geometry of a
raster feature. (Rasters, Workflows categories) O
ImageRasterizer Draws input point, line, and polygon features onto a color raster filled with
the background color. (Cartography and Reports, Rasters categories) P
InlineQuerier Executes SQL queries against a temporary database consisting of tables
created from incoming features, returning the results as new features.
R
(Workflows category)
S
T
U
V
W
Inspector Sends features to the FME Data Inspector for display.
(Data Quality, Workflows categories) X

FME Transformer Reference Guide 31


2 Intersector Computes intersections between all input features, and breaks lines
and polygons wherever an intersection occurs.

3 (Geometries, Spatial Analysis categories)

A
B
C
D
E J

F JMSReceiver Using the Java Message System (JMS), receives messages from a message
broker. (Integrations, Web categories)
G JMSSender Using the Java Message System (JMS), sends messages to a message
broker. (Integrations, Web categories)
H JSONExtractor Extracts portions of JSON (JavaScript Object Notation) formatted text into
feature attributes. (Format Specific, Web categories)
I JSONFlattener Flattens JSON objects, extracting the object keys and values into FME feature
J attributes. (Format Specific, Web categories)
JSONFormatter Provides options for formatting JSON text.
K (Format Specific, Web categories)
JSONFragmenter Extracts portions of JSON formatted text into new FME features.
L (Format Specific, Web categories)

M JSONTemplater Populates a JSON document with FME feature attribute values.


(Format Specific, Web categories)

N JSONUpdater This transformer creates, modifies, replaces or deletes object and array
values in a JSON document. (Format Specific, Web categories)
O JSONValidator Validates the syntax of JSON text.
(Data Quality, Format Specific, Web categories)
P
K
R KinesisReceiver Using the Amazon Kinesis service, receives data records from an Amazon
Kinesis stream. (Integrations category)
S KinesisSender Using the Amazon Kinesis service, sends data records to an Amazon
T Kinesis stream. (Integrations category)
KMLPropertySetter Sets common properties for groups of vector and raster features destined for
U the OGCKML Writer. (Cartography and Reports, Format Specific categories)
KMLRegionSetter Sets the region-related KML attributes for a group of features destined for the
V OGCKML Writer. (Cartography and Reports, Format Specific categories)

W KMLStyler Creates a common style for a group of features destined for the OGCKML
writer. (Cartography and Reports, Format Specific categories)

X KMLTimeSetter Sets the time-related KML attributes for a group of features destined for the
OGCKML Writer. (Cartography and Reports, Format Specific categories)

32
KMLTourBuilder Generates a KML Tour from the input features. The tour consists of tour
stops that correspond to each input feature.
2
KMLViewSetter
(Cartography and Reports, Format Specific categories)
Sets the view-related KML attributes for a group of features that are destined
3
for the OGCKML Writer. Creation of LookAt or Camera views are supported.
(Cartography and Reports, Format Specific categories)
A
L
B
Labeller Interpolates labels along a linear or polygonal feature. C
(Cartography and Reports category)
D
E
F
G
H
LabelPointReplacer Replaces the geometry of the feature with a label point. The insertion point
of the text is guaranteed to be inside (in case of polygons) or on (lines and I
points) the original object. Note that since the text itself may be larger than
an input area feature, the bounds of the label may exceed the bounds of J
the area. (Cartography and Reports, Geometries categories)
K
L
LatLongToMGRSConverter Calculates a Military Grid Reference System (MGRS) code based on the
M
latitude and longitude values supplied in a feature’s attributes.
(Coordinates category)
N
LeftRightSpatialCalculator Computes relative position of CANDIDATE input features relative to BASE O
input features. The geometry of a BASE feature is restricted to lines.
(Calculated Values category) P
LengthCalculator Calculates the length of a feature and adds it as a new attribute.
(Calculated Values category) R
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
S
LicenseChecker
attributes in the original feature. (Calculated Values category)
Checks whether the license file is valid and the specified product name is
T
licensed, based on a vendor key and vendor registration code.
(Workflows category)
U
V
W
X

FME Transformer Reference Guide 33


2 LineBuilder Connects input point features in the order they enter, forming linear or
polygonal features. (Geometries category)

3
A
B
LineCloser
C Turns input linear features into areas by adding their start point as the end
point. (Geometries category)

D
E
F
G LineCombiner Takes lines and connects them to form longer lines. Each connecting line must

H meet at the exact same start/end point, but otherwise they must not intersect.
(Geometries category)

I
J
K
L
M LineExtender Creates two-point extensions to linear features that extend the feature by a
user-specified length. This transformer can also output the original feature
N with the first and last segments stretched by a user-specified amount.
(Geometries category)
O
P
R
S LineOnAreaOverlayer Performs a line-on-area overlay. Each input line is split at any area
T boundaries it intersects. (Filters and Joins category)

U
V
W
X

34
LineOnLineOverlayer Performs a line-on-line overlay in which all input lines are intersected
against each other and resultant line features are created and output.
2
ListBasedFeatureMerger
(Filters and Joins category)
Copies and merges the attributes/geometry from one feature (or multiple
3
features) onto another feature (or multiple features).
(Filters and Joins category)
A
ListBuilder Combines attributes of the input features into a single list structure. B
(Attributes category)
ListConcatenator Concatenates all values of a list into a single attribute. (Attributes category) C
ListCopier Copies a complete attribute list, including all nested attributes, from one
list name to another. (Attributes category)
D
ListDuplicateRemover Removes all duplicate values from a list attribute. In the resulting list, E
only distinct values for the list attribute will be present.
(Data Quality, Strings categories) F
ListElementCounter Stores the number of member elements found in the specified list into an
attribute. (Data Quality category) G
ListExploder Explodes each list member on each input feature out into its own feature.
(Attributes category)
H
ListExpressionPopulator Populates a new list from a series of attributes, specified using a I
regular expression. (Attributes category)
ListHistogrammer Computes a histogram of the values found in a list and returns these in J
a new list attribute on the feature.
(Calculated Values, Data Quality categories) K
ListIndexer Copies the attributes of the list element specified by the index to become
main attributes of the feature. (Attributes category) L
ListPopulator Populates a new list from a series of attributes. The attributes to be used
are specified by the prefix parameter. (Attributes category)
M
Example: N
myattrib0
O
myattrib1
myattrib2 P
becomes a list myattrib{} containing entries myattrib{0}, myattrib{1},
myattrib{2}
R
ListRangeExtractor Extracts the minimum and maximum values found in a list.
S
(Calculated Values category)
T
ListRenamer Renames or promotes list names or components. (Attributes category)
ListSearcher Searches a list to find a value and returns the index of the value in the list. U
(Strings category)
ListSorter Sorts the elements of the given list into a new list. (Attributes category)
V
ListSummer Computes the sum of all elements of a list. (Strings category) W
LocalCoordinateSystemSetter Tags all features with the local coordinate system defined by the
specified parameters. It does not reproject features, or otherwise modify X
their geometry. (Coordinates category)

FME Transformer Reference Guide 35


2 Logger Logs each feature to the translation log. All attributes and geometry of the
feature will be output. (Workflows category)

3 LogMessageStreamer Captures messages from the FME logfile and/or the Logger transformer.
The messages are loaded onto features created by the transformer.
A Limitations: Messages outside the lifetime of the transformer cannot be
captured. (Workflows category)
B M
C MapboxStyler Creates a common style for a group of features destined for the GeoJSON
writer. (Cartography and Reports, Format Specific categories)
D MapInfoStyler Prepares features for output to Mapinfo® MIF/MID or MapInfo TAB by
providing a convenient interface to set a variety of format-specific attributes.
E (Cartography and Reports, Format Specific categories)

F MapnikRasterizer Draws input point, line, polygon, and raster features onto a raster using the
Mapnik toolkit. (Cartography and Reports, Rasters categories)

G MapTextLabeller ⊛ Creates text labels for features using the MapText Label Manager.
(Cartography and Reports, Format Specific categories)
H MapTextStyler Prepares features for labelling by the MapTextLabeller by specifying
no-label zones around features.
I (Cartography and Reports, Format Specific categories)
Matcher
J Detects features that are matches of each other. Features are declared to
match when they have matching geometry, matching attribute values, or
both. (Data Quality category)
K
L
M
N
O MeasureExtractor Extracts the measures of geometries that match the given type, and places
P MeasureGenerator
them in attributes or list attributes. (Calculated Values category)
Creates a set of measures attached to the geometry of the feature, where
R each value is the distance from the start of the line to that vertex, multiplied
by the given Multiplier. (Calculated Values category)
S MeasureRemover Removes measures from a feature’s geometry. (Geometries category)

T MeasureSetter Sets measure(s) on a point, line, arc, area geometry or a vertex of a linear
geometry to attribute value(s) of given attribute(s) or list attribute.
(Geometries category)
U MeshMerger Merges mesh features (features with IFMEMesh geometries) into a single
V output mesh. (3D, Geometries categories)
MeshSimplifier Simplifies mesh features (features with IFMEMesh geometries) to a
W reduced level of detail. The amount of simplification can be specified as a
ratio or as a limit on the number of vertices. (3D, Geometries categories)
X MGRSToLatLongConverter Converts Military Grid Reference System (MGRS) code to longitude and
latitude coordinates. (Coordinates category)

36
MinimumAreaForcer Ensures that features with polygon geometry have an area that is equal to,
or in excess of, the specified minimum area. (Geometries category)
2
MinimumSpanningCircle
Replacer
Replaces the geometry of the feature with a polygon representing its minimum
spanning circle. The minimum spanning circle is defined as the smallest circle
3
that encloses all vertices of the passed-in feature. (Geometries category) A
ModuloCounter Adds an attribute holding the next integer in a sequence, restarting the
count at 0 whenever the sequence reaches the specified maximum value. B
(Calculated Values category)
MRF2DCleaner ⊛ Fixes geometric problems in input data, such as line overshoots and C
undershoots within the user-specified tolerance. It is useful for multi-layer
and multi-tolerance two-dimensional data cleaning. D
(Data Quality, Integrations categories)
MRF2DConflator ⊛ Changes the geometry of a feature to match that of another, if the two
E
have approximately the same shape and location, and have matching
endpoints. (Data Quality, Integrations categories)
F
MRF2DDangleRemover ⊛ Removes features that have at least one free endpoint and have lengths
smaller than (Dangle Factor * Cleaning Tolerance) or (Dangle Factor *
G
value of Feature Tolerance Attribute).
(Data Quality, Integrations categories)
H
MRF2DDuplicateRemover ⊛ Deletes duplicated features. Features are considered to be duplicates if I
their geometries are within tolerance and only features with a smaller
tolerance will remain after cleaning. (Data Quality, Integrations categories) J
MRF2DExtender ⊛ Extends arcs and lines that are within the specified tolerance to correct
undershoots while maintaining line-work direction. K
(Data Quality, Integrations categories)
MRF2DGeneralizer ⊛ Removes a number of vertices from lines. The number of vertices removed
L
is controlled by a weeding tolerance.
(Data Quality, Integrations categories)
M
MRF2DIntersector ⊛ Computes intersections between all input features, breaking arcs and lines
wherever an intersection occurs.
N
(Data Quality, Integrations categories) O
MRF2DJoiner ⊛ Joins connected features to form longer ones. A pair of linear features
become candidates for joining only when the two are connected at a given P
node or end point. (Data Quality, Integrations categories)
MRF2DShortGeometry ⊛ Removes features that have lengths smaller than the specified tolerance, if R
Remover Short Geometry Action is set to Remove.
(Data Quality, Integrations categories) S
MRF3DCleaner ⊛ Fixes geometric problems in input data such as line overshoots and
undershoots within the user-specified tolerance. It is useful for multi-layer
T
and multi-tolerance three-dimensional data cleaning.
(3D, Data Quality, Integrations categories)
U
MSWordStyler Prepares features for output to Microsoft Word Writer by providing a V
convenient interface to set a variety of MSWord format-specific attributes.
(Cartography and Reports category) W
MultipleGeometryFilter Filters aggregate features based on the type of aggregate.
(Filters and Joins category) X
MultipleGeometrySetter Provides the ability to set up an aggregate where each part is independent
from the others and is its own complete geometry. (Geometries category)

FME Transformer Reference Guide 37


2 N
NeighborFinder Finds the closest CANDIDATE feature within a specified maximum distance
3 of each BASE feature. (Spatial Analysis category)

A
B
C
D
E
F
G NeighborhoodAggregator Creates aggregates of features based on their proximity to each other.
(Filters and Joins, Spatial Analysis categories)
H
I
J
K NeighborPairFinder Finds the closest two CANDIDATE features within some maximum
distance of each BASE feature and some minimum separation in heading
L between the CANDIDATEs and the BASE. (Spatial Analysis category)

M 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. (Calculated Values, Spatial Analysis categories)
N NetworkFlowOrientor Fixes the flow (direction) of each edge or linear feature in the network to
O fit the downstream direction to the destination node.
(Spatial Analysis category)
P NetworkTopologyCalculator Finds the connected lines that belong to the same network graph.
(Calculated Values, Spatial Analysis categories)
R NLPClassifier Classifies natural language text into different categories using a trained
NEW

model. (Filters and Joins, Strings categories)


S NLPTrainer Trains a natural language processing (NLP) classification model based on
NEW

T the user’s specifications and the provided data.


(Filters and Joins, Strings categories)

U NullAttributeMapper Maps specified attributes on a feature to specified values. This transformer


is capable of mapping to and from null values, empty strings, and missing
V attributes. (Attributes, Data Quality, Strings categories)
NumericRasterizer Draws input point, line, and polygon features onto a numeric raster filled
W with the background value. The z coordinates of the input vector features
are used to generate pixel values.
X (Cartography and Reports, Rasters categories)

38
O
2
OffsetCurveGenerator Offsets the segments of linear features, and if necessary, connects them
using stroked arcs. (Geometries category) 3
Offsetter Adds offsets to the feature’s coordinates so that the feature shifts by the
specified amount. (3D, Spatial Analysis categories) A
B
C
D
E
OneDriveConnector Accesses the Microsoft OneDrive file storage service to upload, download,
F
or delete files and folders or list the contents of a folder from a Microsoft
OneDrive account. (Integrations, Web, Workflows categories)
G
OrientationExtractor Returns a feature’s orientation. This will have different possible return H
value, based on the input geometry type. (Calculated Values category)
Orientor Adjusts the orientation of a polygonal feature or the direction of a I
linear feature. (Geometries category)
J
K
L
M
P
ParameterFetcher Adds an attribute to the feature and supplies it with the value of a N
previously published parameter. (Web, Workflows categories)
PartCounter Returns the number of parts in the geometry. For multis and aggregates,
O
this is the number of parts, and for paths, this is the number of segments.
(Calculated Values, Data Quality categories) P
PathBuilder Connects input linear features (arcs and lines) in the order they enter,
forming path features. (Geometries category)
R
PathSplitter Decomposes a path feature into its component segments. Each output feature S
contains a copy of the source feature’s attributes. (Geometries category)
PDFPageFormatter Prepares features for output to PDF by providing a convenient interface to T
set the scale and location of features on a page.
(Cartography and Reports, Format Specific categories) U
PDFStyler Sets the common Adobe® PDF style attributes for a group of features
destined for the GeoSpatial PDF Writer.
V
(Cartography and Reports, Format Specific categories)
W
PlanarityFilter Filters features based on their planarity. To be planar, a geometry must
have all of its points situated in the same plane. X
(3D, Data Quality, Filters and Joins categories)

FME Transformer Reference Guide 39


2 Player Retrieves features stored in an FME Feature Store file and outputs them
into the workspace. (Workflows category)

3 PointCloudCoercer Coerces point cloud geometries into points or multipoints. This


transformer can be used to write a point cloud to a format that does not
A support point clouds. (Point Clouds category)
PointCloudCombiner Combines multiple geometries into a single point cloud.
B (Point Clouds category)

C PointCloudComponent
Adder
Adds new components with constant values to a point cloud.
(Point Clouds category)

D PointCloudComponent
Copier
Copies an existing component to a new component with the specified
name. The existing component remains and a new component is created
E that has a different name, but the same values. (Point Clouds category)
PointCloudComponent Removes all components from a point cloud, except for the specified ones.
F Keeper (Point Clouds category)
PointCloudComponent Removes specified components from a point cloud.
G Remover (Point Clouds category)

H PointCloudComponent
Renamer
Renames an existing component. (Point Clouds category)

I PointCloudComponent Converts the type of point cloud components. (Point Clouds category)
TypeCoercer
J PointCloudConsumer Requests the point(s) from the point cloud geometry but no actual
operations are performed on the point(s). (Point Clouds category)
K PointCloudCreator Creates a new point-cloud feature with the specified size and components
L and sends it into the workspace for processing. (Point Clouds category)

M
N
O
P
R PointCloudExpression Evaluates expressions, such as algebraic operations or conditional
Evaluator statements, to set point cloud component values.
S (Calculated Values, Point Clouds categories)

T PointCloudExtractor Serializes the geometry of the feature into the Blob Attribute based on the
selected writer format. (Point Clouds category)
U PointCloudFilter Filters a point-cloud feature into one or more parts based on
evaluating expressions. (Filters and Joins, Point Clouds categories)
V PointCloudMerger Merges component values from one point cloud to another.
(Filters and Joins, Point Clouds categories)
W PointCloudOnRaster Sets point cloud component values by overlaying a point cloud on a raster.

X ComponentSetter
PointCloudPropertyExtractor
(Point Clouds, Rasters categories)
Extracts the properties of a point-cloud feature and exposes them
as attributes. (Calculated Values, Point Clouds categories)

40
PointCloudReplacer Replaces the geometry of the feature with the geometry held in the Blob
Attribute. The blob is decoded according to the selected point cloud
2
PointCloudSimplifier
format. (Point Clouds category)
Outputs point cloud features that have fewer points than the original input
3
features while maintaining the original shape. (Point Clouds category) A
PointCloudSorter Sorts a point cloud by the values of components. (Point Clouds category)

PointCloudSplitter Splits a single point cloud feature into multiple point cloud features, each
B
having a homogeneous value for the point component that governs the split.
(Point Clouds category)
C
PointCloudStatistics Calculates statistics on point cloud components and exposes them as D
Calculator attributes. (Calculated Values, Point Clouds categories)
PointCloudSurfaceBuilder Takes an input point cloud and reconstructs it into an output mesh. E
(3D, Geometries, Point Clouds categories)
PointCloudThinner Outputs point-cloud features that have fewer points than the original input
F
features. (Point Clouds category)
G
H
I
J
K
PointCloudTransformation
Applier
Applies transformations on a point cloud. (Point Clouds category) L
PointOnAreaOverlayer Performs an overlay of points on areas. M
(Filters and Joins, Spatial Analysis categories)
PointOnLineOverlayer Performs an overlay of points on lines. Each input line is split at its closest place to N
any point within the specified point tolerance.
(Filters and Joins, Spatial Analysis categories) O
PointOnPointOverlayer Performs an overlay of points on points.
(Filters and Joins, Spatial Analysis categories)
P
PointOnRasterValueExtractor Extracts the band and palette values from a raster at the location of each R
input point and sets them as attributes on the feature.
(Rasters, Spatial Analysis categories) S
T
U
V
W
PointPropertyExtractor Extracts point orientation to feature attributes. (Calculated Values category)
X

FME Transformer Reference Guide 41


2 PointPropertySetter Adds or removes point orientation. (Geometries category)
PowerPointStyler Prepares features for output to the PowerPoint Writer by providing a
3 convenient interface to set a variety of Microsoft PowerPoint
format-specific attributes. (Cartography and Reports category)
A ProjectWiseWSGConnector Accesses ProjectWise through a Bentley Web Services Gateway (WSG)
(Integrations, Web, Workflows categories)
B
C PythonCaller Executes a Python script to manipulate the feature. A Python script can
perform specialized and complex operations on a feature’s geometry,

D PythonCreator
attributes, and coordinate system. (Workflows category)
Creates features using the Python script supplied, and sends them into the
E workspace for processing. (Workflows category)

F R
RandomNumberGenerator Generates a uniformly distributed random number. The random number
G is x, where Minimum Value <= x <= Maximum Value.
(Calculated Values, Strings categories)
H RasterAspectCalculator Calculates the aspect (direction of slope) for each cell of a raster. Aspect is
measured in degrees from 0 to 360, starting clockwise from the north.
I (Calculated Values, Rasters categories)

J 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

K (that is, number of rows/columns, cell spacing, cell origin, etc.).


(Rasters category)

L RasterBandCombiner Merges multiple overlapping raster features into a single raster feature.
(Rasters category)
M RasterBandInterpretation Alters the underlying interpretation of the selected bands of the raster
Coercer geometry on the input features, using the specified conversion options.
N (Rasters category)
RasterBandKeeper Removes all bands of a raster, except for those that are selected. The
O RasterSelector can be used to modify the selection. (Rasters category)

P RasterBandMinMaxExtractor Extracts the band minimum and maximum values, palette minimum and
maximum keys, and palette minimum and maximum values of a raster
R feature, and exposes them as attributes.
(Calculated Values, Rasters category)

S RasterBandNameSetter Sets the name of selected bands on a raster. (Rasters category)


RasterBandNodataRemover Removes the existing nodata identifier from the selected bands of a
T raster feature. That is, any values that were previously equal to the
nodata value will now be considered valid data. (Rasters category)
U RasterBandNodataSetter Identifies a value to act as a nodata identifier on a raster feature at the band

V level. That is, values equal to the specified value will now be considered
invalid, and will not be affected by many operations (e.g. offsetting or
scaling). (Rasters category)
W RasterBandOrderer Specifies the order of bands in a raster. Bands are reordered according to
X the input band indices. (Rasters category)
RasterBandPropertyExtractor Extracts the band and palette properties of a raster feature and exposes
them as attributes. (Calculated Values, Rasters category)

42
RasterBandRemover Removes the selected band(s) of a raster. (Rasters category)
2
RasterBandSeparator Separates the bands and palettes from each input raster feature into one
or more output raster features based on the number of input bands and
palettes. (Rasters category)
3
A
B
C
D
RasterCellCoercer Decomposes all input numeric raster
E
features into individual points or
polygons. One vector feature is
F
output for each cell in the band.
(Rasters category) G
H
I
J
RasterCellOriginSetter Sets the raster’s cell origin. (Rasters category) K
RasterCellValueCalculator Performs an arithmetical operation on a pair of rasters. The first selected
band of raster A is combined with the first selected band of raster B, the L
second selected band of raster A is combined with the second selected
band of raster B, and so on. (Calculated Values, Rasters categories) M
N
O
P
RasterCellValueReplacer Replaces a range of values in the source raster with a new single value.
R
RasterCellValueRounder
(Rasters category)
Rounds off raster cell values. (Rasters category)
S
RasterCheckpointer Sets a checkpoint in the raster processing which forces previous processing T
to occur immediately. Once complete, it saves the current state to disk.
(Rasters, Workflows categories) U
RasterConsumer Requests the tile(s) from the raster geometry but no actual operations are
performed on the tile(s). (Rasters category) V
RasterConvolver Accepts input features containing a raster geometry and outputs the
features after applying a convolution filter to all the bands.
W
(Rasters category)
X

FME Transformer Reference Guide 43


2 RasterDEMGenerator Constructs a Delaunay triangulation
based on input points and breaklines.

3 That triangulation is then uniformly


sampled to produce a raster digital

A elevation model (DEM raster).


(3D, Rasters categories)

B
C RasterExpressionEvaluator Evaluates expressions on each cell in a raster, such as algebraic operations
D RasterExtentsCoercer
or conditional statements. (Calculated Values, Rasters categories)
Replaces the geometry of input raster features with a polygon that covers
E the extents of the raster. (Rasters category)
RasterExtractor Serializes the geometry of the feature into the Raster Blob Attribute based
F on the selected writer format. (Rasters category)

G RasterGCPExtractor Extracts the coordinate system and the Ground Control Points (GCPs)
from the raster feature and exposes them as attributes.

H RasterGCPSetter
(Coordinates, Rasters categories)
Sets the GCP on a raster with the specified Column (pixel), Row (line),
I X Coordinate, Y Coordinate and Z Coordinate.
(Coordinates, Rasters categories)
J RasterGeoreferencer Georeferences a raster with the specified parameters.
(Coordinates, Rasters categories)
K
L
M
N
O
P RasterHillshader Generates a shaded relief effect, useful for visualizing terrain.

R RasterInterpretationCoercer
(3D, Cartography and Reports, Rasters categories)
Alters the underlying interpretation of the bands of the raster geometry on
S the input features, using the specified conversion options. (Rasters category)

T
U
V
W
X

44
RasterMosaicker Mosaics multiple raster features into a single raster feature.
(Filters and Joins, Rasters categories)
2
3
A
B
C
D
RasterNumericCreator Creates a feature with a raster of the specified size with a numeric value E
and sends it into the workspace for processing. This transformer is useful
for creating a very large image with a user-specified width and height. F
(Rasters category)
RasterObjectDetection Trains a custom raster object detection model based on the positive and G
NEW

ModelTrainer negative datasets. The resulting model file can be used to detect the
desired object using RasterObjectDetector. (Rasters category) H
RasterObjectDetector Accepts a raster input and outputs rectangular geometries outlining the
I
NEW

detected object(s). (Rasters category)


RasterObjectDetector Accepts a single image to generate a large number of artificial samples that J
NEW

SampleGenerator can be used to train a custom raster object detection model.


(Rasters category) K
RasterObjectDetector Prepares manually collected samples to be used to train a custom raster
L
NEW

SamplePreparer object detection model. (Rasters category)


RasterPaletteAdder Creates a palette from an attribute and adds this palette to all selected
bands on a raster. (Rasters category)
M
RasterPaletteExtractor Creates a string representation of an existing palette and saves it to an
attribute. (Rasters category)
N
RasterPaletteGenerator Generates a palette out of the selected band(s) of a raster. (Rasters category) O
RasterPaletteInterpretation
Coercer
Alters the underlying interpretation of the palettes of the raster geometry on the
input features, using the specified conversion options. (Rasters category) P
RasterPaletteNodataSetter Identifies the nodata value on a raster feature at the palette level.
(Rasters category)
R
RasterPaletteRemover Removes the selected palette(s) of a raster. (Rasters category) S
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 T
RasterPropertyExtractor
replace the original band cell values in the raster. (Rasters category)
Extracts the geometry properties of a raster feature and exposes them
U
as attributes. (Calculated Values, Rasters categories) V
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 W
generate. (Rasters, Web categories)
RasterReplacer Replaces the feature’s geometry with the geometry held in the Raster Blob X
Attribute. The blob is decoded according to the selected raster format.
(Rasters category)

FME Transformer Reference Guide 45


2 RasterResampler Resamples an input raster using the desired dimensions, the desired cell
size in ground units, or a percentage of the size. (Rasters category)

3
A
B
C
D RasterRGBCreator Creates a feature with a raster of the specified size with an RGB value and
E sends it into the workspace for processing. (Rasters category)
RasterRotationApplier Applies the raster rotation angle on the input raster properties to the rest of
F the raster properties and data values. (Rasters category)

G RasterSelector Selects specific bands and palettes of a raster for subsequent transformer
operations. (Rasters category)

H RasterSingularCellValue
Calculator
Performs an arithmetic operation on two operands: the cell values of a
raster and a numeric value. (Calculated Values, Rasters categories)
I RasterSlopeCalculator Calculates the slope (maximum rate of change in z) for each cell of a raster.
(3D, Rasters categories)
J RasterStatisticsCalculator Calculates statistics on raster bands and exposes them as attributes. Bands
with palettes are valid. (Calculated Values, Rasters categories)
K RasterSubsetter Reduces a raster to a subset of its original size. This is essentially a clipping
L operation using pixel bounds instead of ground coordinates.
(Rasters category)
M RasterTiler Splits each input raster into a series of tiles by specifying either a tile size or
a number of tiles. (Rasters category)
N
O
P
R
S RasterToPolygonCoercer Creates polygons from input raster features. One polygon is output for
each contiguous area of pixels with the same value in the input raster.
T (Rasters category)
RCaller Executes an R script that has the ability to access feature data from a temporary
U R data frame. Input data is set up in the form of tables that will become R data
frames. R data frames are tables similar to those of a relational database that
V support columns of varying types.
(Format Specific, Integrations, Rasters categories)
W Recorder Saves a copy of all features that enter to a disk file. (Workflows category)

X ReframeReprojector Reprojects feature coordinates from one coordinate system to another


using the REFRAME library. (Coordinates, Integrations categories)

46
ReprojectAngleCalculator Converts a given angle from one coordinate system to another. The
transformer calculates the reprojected angle of a line starting at the first
2
coordinate in the feature, with the given length and angle.
(Calculated Values, Coordinates categories) 3
ReprojectLengthCalculator Converts a given distance from one coordinate system to another. The
transformer calculates the reprojected length of a line starting at the first
A
coordinate in the feature, with the given length and angle.
(Calculated Values, Coordinates categories)
B
Reprojector Reprojects feature coordinates from one coordinate system to another. C
(Coordinates category)
D
E
F
G
H
Rotator Rotates features in a counterclockwise direction about the specified point
by the rotation angle (measured in degrees). (Geometries category) I
RubberSheeter Performs warping operations on the spatial coordinates of features. It is
used to adjust a set of observed features so they more closely match a set
J
of reference features. (Coordinates, Geometries categories) K
L
M
N
O
S P
S3Connector Accesses the Amazon Simple Storage Service (S3) file storage service to
upload, download, or delete files and folders or list file/folder information
R
SalesforceConnector
from an S3 account. (Integrations, Web , Workflows, categories)
Retrieves data from the Salesforce customer relationship platform using
S
Salesforce Object Query Language (SOQL) queries.
(Integrations, Web, Workflows categories)
T
Sampler Preserves either a total number of features or a sampling of features, U
depending on the Sampling Type selection.
(Data Quality, Filters and Joins, Workflows categories) V
Scaler The Scaler scales objects to make them bigger or smaller.
(3D, Coordinates, Geometries categories) W
SchemaMapper Converts the existing schema (data model) of features to a new structure,
based on mappings defined in an external lookup table.
X
(Workflows category)

FME Transformer Reference Guide 47


2 SecondOrderConformer Performs a second-order conformal transformation on the feature’s
geometry. Depending on the input geometry, a 2D or 3D transformation is

3 SectorGenerator
performed. (3D, Coordinates categories)
Outputs circular sectors of influence for point features that have directions
A defined by azimuths (degrees clockwise from North).
(Spatial Analysis category)
B SharedItemAdder Adds or replaces Appearances, Textures, Rasters, or Geometry Definitions
in the internal FMELibrary. (3D category)
C SharedItemIDExtractor Extracts Shared Item IDs from the front and/or back side of geometries and
adds them as traits or a list attribute. (3D category)
D SharedItemIDSetter Sets Shared Object IDs onto the front and/or back sides of geometries.
E (3D category)
SharedItemRetriever Retrieves Appearances, Textures, Rasters, or Geometry Definitions from
F the internal FMELibrary. (3D category)
SherbendGeneralizer Uses the Sherbend algorithm to simplify lines by reducing unnecessary
G details based on the analysis of the line’s bends. The generalization process
may eliminate, reduce, or combine bends, while resolving conflicts.
H In this example, three bends are combined into one:
(Cartography and Reports, Geometries categories)
I
J
K
L ShortestPathFinder Computes the shortest path of a line or lines containing a source and
destination node in a network based on the length of the input or the cost
M (specified in an attribute) of each of the edges. (Spatial Analysis category)
SlackConnector Posts a message or uploads a file to the Slack group chat service.
N (Integrations, Web, Workflows categories)
Snapper Brings lines, segments, end points or vertex points of features together if
O they are within a certain distance of each other and (optionally) if they
have one or more attributes in common.
P (Data Quality, Geometries, Spatial Analysis categories)

R
S
T
U
V
W
X

48
Snipper Shortens the geometry of a line feature from the ends by snipping specified
distances, indices, or measure values. It operates on features with simple line
2
geometry and polygons without holes.
(Data Quality, Geometries categories) 3
SNSSender Using the Amazon Simple Notification Service (SNS), sends messages to
an Amazon SNS topic. (Integrations, Web categories)
A
SolidBuilder Constructs solids from surfaces and cuts hollow regions, or voids, in solid B
features with other solid features. A solid that is cut by another solid must
contain that second solid. (3D, Geometries categories) C
D
E
F
G
H
Sorter Sorts features by an attribute’s value. (Workflows category) I
SpatialFilter Filters point, line, area, and text
features based on spatial J
relationships. Each input
CANDIDATE feature is compared K
against all FILTER features, based on
the given spatial tests to meet. L
(Data Quality, Filters and Joins,
Spatial Analysis categories) M
SpatialRelator Determines topological (spatial) relationships between sets of features. It
tags – but does not otherwise change – features when they have certain N
relationships, such as touches, overlays, intersects, and so forth.
(Data Quality, Filters and Joins, Spatial Analysis categories) O
SpikeRemover Cleans up feature geometries by removing spikes in 2D.
(Data Quality, Geometries categories)
P
R
S
T
U
V
W
X

FME Transformer Reference Guide 49


2 SQLCreator Generates FME features from the results of a SQL query against a database.
One FME feature is created for each row of the results of the SQL Query.

3 (Workflows category)

A
B
C
D
E SQLExecutor Performs SQL queries against a database. (Workflows category)
F
G
H
I
J SQSDeleter Using the Amazon Simple Queue Service (SQS), deletes messages from
K an Amazon SQS queue. (Integrations, Web categories)
SQSMessageCounter Using the Amazon Simple Queue Service (SQS), counts the number of
L messages in an Amazon SQS queue. (Integrations, Web categories)
SQSReceiver Using the Amazon Simple Queue Service (SQS), receives messages from
M an Amazon SQS queue. (Integrations, Web categories)

N SQSSender Using the Amazon Simple Queue Service (SQS), sends messages to an
Amazon SQS queue. (Integrations, Web categories)

O StatisticsCalculator Calculates statistics based on a designated attribute or set of attributes of the


incoming features. (Calculated Values category)
P StreamOrderCalculator Computes the Strahler order and/or Horton order of streams in a river
network. (Calculated Values category)
R StreamPriorityCalculator Calculates the primary and secondary streams of multiple stream networks.

S StringCaseChanger
(Calculated Values category)
Changes the case of text attributes to UPPERCASE, lowercase, Title case, or
T Full Title Case. (Strings category)
StringConcatenator Concatenates the values of any number of attributes, user parameters and/or
U constants, and stores the result in a new attribute. (Strings category)

V
W
X

50
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
2
StringLengthCalculator
can be formatted into strings, characters, or numbers. (Strings category)
Calculates the length of strings and the number of bytes in a blob.
3
(Calculated Values, Strings categories) A
StringPadder Pads the selected attributes with a specified character, either on the right or
left side. (Strings category) B
StringPairReplacer Replaces characters in the value contained in the source attribute based on
the replacement key-value pairs. (Strings category) C
StringReplacer Replaces substrings matching a string or regular expression in the string
contained in the source attribute. (Strings category)
D
StringSearcher Performs a regular expression match on the specified expression. E
(Strings category)
SubstringExtractor Extracts a substring from the source attribute. F
(Calculated Values, Strings categories)
SummaryReporter Writes a summary report of incoming features to a disk file. Features are
G
sorted before they are summarized.
(Data Quality, Workflows categories)
H
SurfaceBuilder Cuts holes in surface features with other surface features. A surface that is cut by I
another surface must be co-planar with that second surface, have compatible
orientation, and contain that second surface.
(3D, Spatial Analysis categories)
J
K
L
M
N
O
SurfaceDissolver Detects coplanar regions of input surfaces and dissolves them into single
P
faces. The output faces retain the attributes, traits, and appearances of the
input. (3D, Geometries, Spatial Analysis categories)
R
1
S
1 T
2
U
V
W
X

FME Transformer Reference Guide 51


2 SurfaceDraper Constructs a Delaunay triangulation based on input points and breaklines.
Input drape features will be overlaid onto the surface model, and output as

3 draped features. (3D, Point Clouds, Spatial Analysis categories)

A
B
C
D SurfaceFootprintReplacer Replaces the geometry of a feature with a planar representation of the feature’s
shadow. (3D, Geometries categories)

E SurfaceModeller Constructs a Delaunay triangulation based on input points and breaklines.


It is useful when you need multiple representations of the same model.
F (3D, Point Clouds categories)

G
H
I
J
K
L SurfaceOnSurfaceOverlayer Performs a surface-on-surface overlay so that all input surfaces are
M intersected against each other and resultant surface features are created
and output. The output surfaces can retain all the attributes of the input

N SurfaceSplitter
features in which they are contained. (3D, Spatial Analysis categories)
Splits a double-sided input surface geometry into two single-sided
O surfaces – one equal to the front side of the input surface and one equal
to the back side of the input surface. (3D, Geometries categories)
P SystemCaller Runs a program or operating system command, and waits for it to exit
before continuing the translation. (Workflows category)
R T
S TclCaller Runs a Tool Command Language (Tcl) command and assigns its return
value to an attribute. (Workflows category)
T TCPIPReceiver Receives raw data over TCP/IP. Produces a feature each time a specified

U number of bytes is received or a particular sequence is detected.


(Integrations, Web, Workflows categories)

V TCPIPSender Sends raw data to the specified host, which may be another FME workspace
running in a different process (located on the same machine or on a different
W machine), or any client application that communicates over TCP/IP.
(Integrations, Web, Workflows categories)
X

52
TempPathnameCreator Reserves and returns a temporary file or directory path that will be deleted
upon translation completion. An optional basename and extension can be
2
supplied to further refine the filename portion of the resulting pathname.
(Calculated Values, Workflows categories) 3
Terminator Stops a translation when it detects detect non-valid situations or input data
conditions that should not exist. (Workflows category)
A
Tester Evaluates one or more tests on a feature, and routes the feature according to B
the outcome of the test(s). The tests can consist of any FME-allowed operands.
(Data Quality, Filters and Joins categories) C
TestFilter Filters features by test conditions to one or more output ports.
(Data Quality, Filters and Joins categories) D
TextAdder Sets the feature’s geometry to text using the previous geometry as the text
location. (Cartography and Reports, Geometries categories)
E
TextDecoder Decodes a string from a number of different text encodings into plain text. F
(Strings category)
TextEncoder Encodes a text string using URL, Unicode, XML, HTML, Base64, HEX, or G
Octal methods. (Strings category)
TextLocationExtractor Sets a text feature’s geometry to the location of the text.
H
(Calculated Values category)
I
TextPropertyExtractor Extracts the values of text attributes from input text geometry features.
(Calculated Values category) J
TextPropertySetter Sets the properties of a text geometry to the specified properties.
(Cartography and Reports category) K
TextStroker Takes as input a font name, text padding and width multiplier, and outputs
aggregates that describe the outline of the text. L
(Cartography and Reports, Rasters category)
M
N
O
TextureCoordinateSetter Assigns texture coordinates to surfaces. P
(Calculated Values, Coordinates categories)
Tiler Chops the input features into a series of tiles. This transformer works with R
raster, vector and point cloud data. (Geometries category)
S
T
U
V
W
X

FME Transformer Reference Guide 53


2 TINGenerator Constructs a Delaunay triangulation based on input points and breaklines.
The surface model may be output in a number of representations: a
3 triangulated irregular network (TIN), TIN vertices, TIN edges, and triangles.
(3D, Geometries categories)

A
B
C
D
TopferIndexCalculator Takes a set of point, linear, polygonal, and/or aggregate features, and
E
NEW

calculates the Topfer Index based on the bounding box of the input features.
(Spatial Analysis category)
F TopologyBuilder Computes topology on input point, line, and/or area features.
G (Spatial Analysis category)

H
I
J
K
TraitMerger Moves the traits from one geometry onto another geometry. It can also
L move the attributes from a feature onto a geometry as traits, or the traits
from a geometry onto a feature as attributes. (Filters and Joins category)
M TransporterReceiver Receives features from another FME workspace running in a different

N process, which may be located on the same or a different machine. Used


in conjunction with the TransporterSender.
(Integrations, Workflows categories)
O TransporterSender Sends features to another FME workspace running in a different process,
P which may be located on the same machine or on a different machine.
Used in conjunction with the TransporterReceiver.
R (Integrations, Workflows categories)
Triangulator Breaks an input geometry into triangular units or a mesh.
S (Geometries category)
Tweeter Sends a TwitterTM status update from Workbench.
T (Integrations, Web categories)

U TweetSearcher Runs a search for TwitterTM entries that contain the given query.
(Integrations, Web categories)

V TweetStreamer Connects to a Twitter™ stream and outputs a new feature for each tweet.
(Integrations, Web categories)
W TwitterStatusFetcher Retrieves the timeline for a particular Twitter™ user or list.
(Integrations, Web categories)
X

54
U
2
UUIDGenerator Calculates a Universally Unique IDentifier (UUID) for each incoming
feature, and adds it as a new attribute. An example UUID looks like: 3
7672aac8-fa0b-464c-b0b8-3efa9ae9cd86
(Calculated Values category) A
V
B
VariableRetriever Reads the specified variable and puts its value into the specified attribute.
This variable must have been previously set using the VariableSetter C
transformer. (Workflows category)
VariableSetter Creates and sets the specified variable to the specified value. The D
variable can later be read back into an attribute using the
VariableRetriever transformer. (Workflows category) E
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
F
to that of the input raster. (Rasters, Spatial Analysis categories)
G
VertexCounter Stores the number of a feature’s coordinates into an attribute.
(Calculated Values, Coordinates, Data Quality categories) H
VertexCreator Appends coordinates to null, point, text, line, and arc geometry, or replaces
existing geometry with point geometry. (Geometries category) I
VertexRemover Removes one or more coordinates from the geometry of the feature.
(Coordinates, Geometries categories) J
VolumeCalculator Calculates the volume of a solid object and stores the value in an attribute.
(3D, Calculated Values categories)
K
VoronoiCellGenerator Outputs circular sectors of influence for point features that have L
directions defined by azimuths (degrees clockwise from North).
(Spatial Analysis category) M
VoronoiDiagrammer Generates a Voronoi diagram or Thiessen polygon. Each polygon in the
diagram defines the area of space that is closest to a particular input point. N
(Spatial Analysis category)
O
P
R
S
T
W
WebMapTiler Creates a series of image tiles that can be utilized by web mapping U
applications such as Bing™ Maps, Google Maps™, or Web Map Tile Service.
(Cartography and Reports, Format Specific, Rasters, Web categories) V
WebSocketReceiver Receives WebSocket messages from the specified WebSocket server. Produces
a feature each time a message is received, and places the contents of the
W
WebSocketSender
message into the specified attribute. (Web, Workflows categories)
Sends WebSocket messages to the specified WebSocket server.
X
(Web, Workflows categories)

FME Transformer Reference Guide 55


2 WhiteStarLeaseBuilder Posts a query to a WhiteStar Legal2Map™ WebServices (W3) server to
obtain points or polygons that match a list of legal land descriptions.

3 WorkspaceRunner
(Integrations category)
Runs another FME Workbench workspace on the local computer by
A spawning a new FME process. This transformer is useful for batch
processing, especially in conjunction with the Directory and File Reader.
B (Workflows category)

C X
XMLAppender Assembles several XML documents into one.
D (Format Specific, Web categories)
XMLFeatureMapper Constructs features from XML documents via xfMaps.
E (Format Specific, Web categories)

F XMLFlattener Flattens content of XML element(s) into feature attributes.


(Format Specific, Web categories)

G XMLFormatter Provides various options for formatting and cleaning up XML documents.
(Format Specific, Web categories)
H XMLFragmenter Maps elements from an XML document into XML fragments. Can
decompose large XML documents into parts, where these parts may be
I further operated on via downstream XML, XQuery, XSLT or generic text
processing transformers. (Format Specific, Web categories)
J XMLNamespaceDeclarer Declares missing namespaces in XML documents by matching prefixes
from another sample XML file whose namespaces are fully declared.
K (Format Specific, Web categories)

L XMLSampleGenerator This transformer generates an XML document based on an XML Schema


(XSD) file. While the sample document may not pass a schema validation,
M it will provide a generate outline of what a valid XML document looks like.
The XML generated by this transformer can be used as a base for an XML

N template used in the XMLTemplater transformer.


(Format Specific, Web categories)

O XMLTemplater Populates an XML document with FME feature attribute values. The
document is provided as a template, and the transformer will use XQuery to
P insert attribute values and geometry information into the template.
(Format Specific, Web categories)
R XMLUpdater This transformer creates, modifies, replaces, or deletes XML elements and
attributes in an XML document. (Format Specific, Web categories)
S XMLValidator Validates the syntax or schema of an XML file or text.
(Format Specific, Web categories)
T XMLXQueryExploder Uses XQuery expression to extract portions of XML text into new FME
U features. (Format Specific, Web categories)
XMLXQueryExtractor Uses XQuery expressions to extract portions of XML text into
V feature attributes. (Format Specific, Web categories)
XMLXQueryUpdater Provides updates to an XML document using XQuery Update expressions.
W (Format Specific, Web categories)

X XSLTProcessor The XSLTProcessor uses an XSL (eXtensible Stylesheet Language)


stylesheet to convert an XML document. Common output formats include
text, RSS, SVG, and CSV. (Format Specific, Web, Workflows categories)

56
604-501-9985 | [email protected] | www.safe.com
TM

Suite 1200 - 9639 137A Street, Surrey, BC V3T 0M1 Canada

Copyright © Safe Software Inc. 2019. All rights are reserved.


FME is a registered trademark of Safe Software Inc. All other product names may be trademarks or registered trademarks of their
respective owners.

Version 2019

You might also like