FeatureCollection |
FMEGMLReader.read(DriverProperties dp) |
Main method - reads in FMEGML file specified in the DriverProperties ('InputFile' or 'DefaultValue')
|
FeatureCollection |
GMLReader.read(DriverProperties dp) |
Main Entry - load in a GML file
|
FeatureCollection |
JMLReader.read(DriverProperties dp) |
Read a JML file - passes the work off to GMLReader .
|
FeatureCollection |
JUMPReader.read(DriverProperties dp) |
Read the specified file using the filename given by the "File" property
and any other parameters.
|
FeatureCollection |
ShapefileReader.read(DriverProperties dp) |
Main method to read a shapefile.
|
FeatureCollection |
WKTReader.read(DriverProperties dp) |
Main function -read in a file containing a list of WKT geometries
|
void |
FMEGMLWriter.write(FeatureCollection featureCollection,
DriverProperties dp) |
Cause a featureCollection to be written using the outputfile (and format) specified in the dp parameter.
A GMLOutputTemplate will be autogenerated, then the write request passed off to the GMLWriter .
|
void |
GMLWriter.write(FeatureCollection featureCollection,
DriverProperties dp) |
Main entry function - write the GML file.
|
void |
JMLWriter.write(FeatureCollection featureCollection,
DriverProperties dp) |
Writes the feature collection to the specified file in JML format.
|
void |
JUMPWriter.write(FeatureCollection featureCollection,
DriverProperties dp) |
Write the specified file (dp property 'OutputFile' or 'DefaultValue') with any other
specific parameters.
|
void |
ShapefileWriter.write(FeatureCollection featureCollection,
DriverProperties dp) |
Main method - write the featurecollection to a shapefile (2d, 3d or 4d).
|
void |
WKTWriter.write(FeatureCollection featureCollection,
DriverProperties dp) |
Main method - writes a list of wkt features (no attributes).
|