Adding new GML application schemas

Community-specific GML application schemas are specialized extensions of GML created by local organizations. They are used to support data interoperability within a community of interest—enabling users to refer to features with agreed-on names such as roads, highways, and bridges instead of as points, lines, and polygons. If a particular GML application schema is not supported out of the box, you can add it to ArcGIS by creating a custom format.

To create a custom format, you must install the Data Interoperability extension, then purchase a license and enable the extension in the desktop application. After enabling the extension, you can create a preliminary translation using the standard GML reader and a dataset on your system that is already in the community-specific schema. Then use FME Workbench to modify the translation to meet your specific schema requirements.

The following steps describe how to add a custom GML format to ArcGIS. The custom format is saved as an external .fds file and added to FME Reader Gallery. Subsequent use of the gallery includes the custom format as a selectable option.

Steps

  1. In the Catalog window, expand the Interoperability Connections folder.
    Catalog window
  2. Double-click Add Interoperability Connection.
    Interoperability Connection dialog box
  3. Click the Format browse (ellipsis) button to open FME Reader Gallery.
    FME Reader Gallery
  4. Click New to open Create Custom Format Wizard.
    Create Custom Format Wizard
  5. Click Next.
    Select Source Format
  6. Click the browse (ellipsis) button and choose GML (Geography Markup Language) for the source format.
  7. Click Next.
    Locate Source Data
  8. Click the browse (ellipsis) button and choose the dataset on your system that is already in the new GML schema.
  9. Click Next.
    Expose Parameters
  10. Check the check boxes for any parameters you want to specify each time you use the custom format.
  11. Click Next.
    Name the Custom Format
  12. Type a name and description for your custom GML format.
  13. Click Next.
    FME Workbench
  14. FME Workbench opens a (.fds) workspace with a model of the information you provided. Modify the workspace so that it performs any translation and conversion operations necessary to transform and use your GML data source.
  15. On the FME Workbench main menu, click File > Save to save your .fds workspace as a custom format.

Related Topics

3/5/2014