FME defines a large number of units (for example, meters, US feet, degrees, radians, etc.). If your coordinate system is measured in a unit that FME does not already know about, you can define the new unit.
Unit definitions may occur in an FME mapping file, as well as in the file:
LocalCoordSysDefs.fme
The syntax of a unit definition is:
UNIT_DEF <unit name>
\
UNIT_TYPE <unit type> \
UNIT_ABBREVIATION <unit abbreviation> \
UNIT_FACTOR <unit size>
In this example, we define the unit “GRIDUNIT” (abbreviated as “GRD”) where the unit length is 0.999738 meters.
UNIT_DEF GRIDUNIT \
UNIT_TYPE LENGTH \
UNIT_ABBREVIATION GRD \
UNIT_FACTOR 0.999738