|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jump.io.FMEGMLReader
public class FMEGMLReader
A driver that reads GML files following the FME default schema.
| 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 Summary | |
|---|---|
FMEGMLReader()
Creates new FMEGMLReader |
|
| Method Summary | |
|---|---|
GMLInputTemplate |
getGMLInputTemplate(java.io.Reader r,
java.lang.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') |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FMEGMLReader()
| Method Detail |
|---|
public FeatureCollection read(DriverProperties dp)
throws IllegalParametersException,
java.lang.Exception
read in interface JUMPReaderdp - DriverProperties to specify the file to read ('InputFile' or 'DefaultValue')
IllegalParametersException
java.lang.Exception
public GMLInputTemplate getGMLInputTemplate(java.io.Reader r,
java.lang.String fname)
throws java.io.IOException,
ParseException
fname - just used in error messager - Java Reader
java.io.IOException
ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||