Class FMEGMLReader

  • All Implemented Interfaces:
    JUMPReader

    public class FMEGMLReader
    extends Object
    implements JUMPReader
    A driver that reads GML files following the FME default schema.

    DataProperties for the driver

    ParameterMeaning
    File or DefaultValueFile name for the input FME .xml file
    CompressedFileFile name (a .zip or .gz) with a .jml/.xml/.gml inside (specified by File)

    This is implemented using the more general GMLReader. It makes a GMLInputTemplate to pass to the GMLReader by examining the schema specified in the input file.