Australian Asset Design & As Constructed (ADAC) XML Reader/Writer

Licensing options for this format begin with FME Professional Edition.

The ADAC XML format is developed by the Asset Design & As Constructed (ADAC) consortium. This reader/writer supports the ADAC XML version 3.0.1, 4.0.0, 4.1.0, and 4.2.0.

Further information on ADAC can be found at http://www.adac.com.au.

Overview

An ADAC XML document consists of a root ADAC element containing various data structures from civil engineering assets.

ADAC v3 defines the following asset themes:

  • Sewerage
  • Roads
  • Water
  • Stormwater
  • Cadastre

For backwards compatibility, the interpretation/mapping of the ADAC v3 assets remains unchanged.

ADAC v4 defines the following asset themes:

  • Sewerage
  • Transport
  • WaterSupply
  • StormWater
  • OpenSpace
  • Cadastre
  • Surface
  • Enhancements
  • Supplementary

Reader Overview

The ADAC reader creates FME features from the various ADAC asset structures.

The reader now supports ADAC v4. The asset structures in v4 are mapped differently from the ADAC v3.

See Feature Representation for details.

Coordinate Systems

FME ADAC features are tagged with a coordinate system when the reader finds a mapping between the name specified in the ADAC <HorizontalCoordinateSystem> element and an FME coordinate system name.

The ADAC <HorizontalCoordinateSystem> is a child of the <CoordinateSystem> element which is a child of the ADAC <Project> element.

Writer Overview

The ADAC writer generates ADAC v4 XML files. The writer has fixed feature types, which are the same as the schema used by the ADAC v4 reader.  

See Feature Representation for details on the writer feature types.