public class FMEGMLReader extends Object implements JUMPReader
| Parameter | Meaning |
|---|---|
| File or DefaultValue | File name for the input FME .xml file |
| CompressedFile | File 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.
| Constructor and Description |
|---|
FMEGMLReader()
Creates new FMEGMLReader
|
| Modifier and Type | Method and Description |
|---|---|
GMLInputTemplate |
getGMLInputTemplate(Reader r,
String fname)
Parse the input file and make a GMLInputTemplate out of it
|
FeatureCollection |
read(DriverProperties dp)
Main method - reads in FMEGML file specified in the DriverProperties ('InputFile' or 'DefaultValue')
|
public FeatureCollection read(DriverProperties dp) throws IllegalParametersException, Exception
read in interface JUMPReaderdp - DriverProperties to specify the file to read ('InputFile' or 'DefaultValue')IllegalParametersExceptionExceptionpublic GMLInputTemplate getGMLInputTemplate(Reader r, String fname) throws IOException, ParseException
fname - just used in error messager - Java ReaderIOExceptionParseExceptionCopyright © 2015. All rights reserved.