1Spatial Mercator MCF Reader/Writer

FME can read and write the Mercator MCF format.

The Mercator MCF format is a collection of different types of data which include lines, areas, points, text, externals, and jobs.

Each type of data is stored in a separate file, often with all the files of a particular dataset residing in the same folder. The files are stored in DTO format, have the extension .dto, and are named <dataset name>_<file type identifier>.dto.

File Type Identifiers

File Type Identifier

Definition

a

areas

e

externals

j

jobs

l

lines

p

points

t

text

1Spatial Mercator MCF Product and System Requirements

Format

FME Platform

Operating System

Reader/Writer

FME Form

FME Flow

FME Flow Hosted

Windows 64-bit

Linux

Mac

Reader

Yes

Yes

Yes

Yes

Yes

Yes

Writer

Yes

Yes

Yes

Yes

Yes

Yes

Reader Overview

FME considers a Mercator MCF dataset to be a set of files in the same folder with the same dataset name. The reader produces FME features for all feature data held in files that reside in a particular folder.

The MCF reader extracts features one at a time and passes them on to the rest of the FME for further processing. When the file is exhausted, the reader starts on the next file. When all MCF files in the folder have been read, the reader is closed.

Note  MCF uses an upper-left origin for its coordinates and FME uses a bottom-left origin. To compensate for this, all y values are multiplied by -1 to “flip” them over the x-axis.