| java.lang.Object com.vividsolutions.jump.io.FMEGMLReader
FMEGMLReader | public class FMEGMLReader implements JUMPReader(Code) | | A driver that reads GML files following the FME default schema.
DataProperties for the driver
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.
|
FMEGMLReader | public FMEGMLReader()(Code) | | Creates new FMEGMLReader
|
FMEtypeToJCSType | String FMEtypeToJCSType(String fmeType)(Code) | | converts the name of an FME type to a JCS type (STRING,DOUBLE, INTEGER)
Parameters: fmeType - type that fme reports (ie. fme_char, fme_decimal, long) |
|
|