This is documentation of an archived release.
For documentation on the current version, please check Knowledge Base.

FME Resources

Orbit supports FME from Safe Software to read resources that are supported by their “FME Objects” library.
The Orbit resource driver to support the FME library is included. FME has to be purchased separately :

Install and Configure FME for Orbit

Use FME engine inside Orbit

Complete the steps below and restart Orbit.

  1. Install FME
    • FME version 2016.1.2.1 build 16674 or earlier. Version 2018 and later.
      Due to an issue with the Java API of FME version 2017, this version cannot be supported by Orbit.
    • FME and Orbit must be installed on the same computer.
    • Keep one FME installation on one computer. Uninstall previous versions.
    • Runtime (64 or 32bit) of FME and Orbit must be the same.
  2. Add FME Objects library to Orbit
    Copy the files fmeobjects.jar,fmeobj_java.dll of your FME installation into the Orbit installation software directory
    1. copy <FME installation directory>/FME/fmeobjects/java/fmeobjects.jar
      into <Orbit installation directory>/program/software/lib/fmeobjects.jar
    2. copy <FME installation directory>/FME/fmeobj_java.dll
      into <Orbit installation directory>/program/software/bin/fmeobj_java.dll
  3. Autodesk configuration, verify and add the Orbit configuration for AutoCad DWG if missing :
    <Orbit installation directory>/program/config/orbit.ini
    acad-fme.driver.format.name					ACAD
    • ACAD-FME configuration options
      1. ACAD : Autodesk AutoCAD DWG/DXF (default)
      2. REALDWG: Autodesk AutoCAD RealDWG DWG/DXF
      3. AUTOCAD_OD : Autodesk AutoCAD Map 3D Object Data
      4. CIVIL3D : Autodesk AutoCAD Civil 3D
  4. Restart Orbit.
    Drag and drop the resource you would like to visualize in Orbit. The layer should be visible and selectable in the Dataset List.

Stop using FME engine

A conflict between the installed version of FME and the configured FME Objects Library for Orbit might prevent Orbit to start up.
Verify the installation requirements as listed above.

To disconnect Orbit from using the FME engine, remove following Orbit software file :

  • <Orbit installation directory>/program/software/lib/fmeobjects.jar 1)

Use in Orbit

Any by FME supported resource can be used (read only) like other supported resources.

Layout Component : Legend and Labeling

When opening a FME vector resource in Orbit the original object color will be retained. A direct color classification will be applied on the received object color code. Pay attention for possible white colored objects, change the map backdrop color if required.

The FME color code and other FME legend parameters are listed as attributes in the object GraphicAttributes table. The object color can be changed by adjusting this color code in the Object Inspector or by creating a new Orbit legend via the dataset Legend Editor.

Spatial Component

When opening a FME vector resource in Orbit, the available layers will be split into different dataset models. Each model can contain only one type of spatial objects (points, lines or areas).
A DWG or DXF layer can be split into 4 models : points, lines, areas and text. A text model are points with text labels.
More information about dataset models can be read here : Vector Data Structure.

Each dataset can be exported to or saved as a native supported vector file for future editing, see Context Menu.
Note that a FME resources probably cannot be exported to one single Esri Shape file. A Shape file supports only one dataset model.
The use of an Orbit Vector File is advised for future editing.

Attribute Component

FME resources will have 2 or 3 attributes sets :

  • Graphic Attributes : contains the visualization attributes of the objects (Color, Line Visibility, Line Width), review legend above.
  • Format Attributes : contains the properties of CAD-layer like cad_layer, cad_entity, …
  • Attributes : contains any other available attribute (not always available).

1)
For Orbit version 17.1.1 following software file must be removed as well
<Orbit installation directory>/program/software/lib/fmeobjects_old.jar
 
Last modified:: 2023/01/09 12:48