|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DriverProperties | |
|---|---|
| com.vividsolutions.jump.io | |
| com.vividsolutions.jump.io.datasource | The DataSource API is the core API for input and output of data. |
| Uses of DriverProperties in com.vividsolutions.jump.io |
|---|
| Methods in com.vividsolutions.jump.io that return DriverProperties | |
|---|---|
DriverProperties |
DriverProperties.set(java.lang.String key,
java.lang.String value)
Sets a key/value pair in the object. |
| Methods in com.vividsolutions.jump.io with parameters of type DriverProperties | |
|---|---|
FeatureCollection |
JUMPReader.read(DriverProperties dp)
Read the specified file using the filename given by the "File" property and any other parameters. |
FeatureCollection |
FMEGMLReader.read(DriverProperties dp)
Main method - reads in FMEGML file specified in the DriverProperties ('InputFile' or 'DefaultValue') |
FeatureCollection |
WKTReader.read(DriverProperties dp)
Main function -read in a file containing a list of WKT geometries |
FeatureCollection |
ShapefileReader.read(DriverProperties dp)
Main method to read a shapefile. |
FeatureCollection |
JMLReader.read(DriverProperties dp)
Read a JML file - passes the work off to GMLReader. |
FeatureCollection |
GMLReader.read(DriverProperties dp)
Main Entry - load in a GML file |
void |
ShapefileWriter.write(FeatureCollection featureCollection,
DriverProperties dp)
Main method - write the featurecollection to a shapefile (2d, 3d or 4d). |
void |
JMLWriter.write(FeatureCollection featureCollection,
DriverProperties dp)
Writes the feature collection to the specified file in JML format. |
void |
GMLWriter.write(FeatureCollection featureCollection,
DriverProperties dp)
Main entry function - write the GML file. |
void |
JUMPWriter.write(FeatureCollection featureCollection,
DriverProperties dp)
Write the specified file (dp property 'OutputFile' or 'DefaultValue') with any other specific parameters. |
void |
FMEGMLWriter.write(FeatureCollection featureCollection,
DriverProperties dp)
Cause a featureCollection to be written using the outputfile (and format) specified in the dp parameter. |
void |
WKTWriter.write(FeatureCollection featureCollection,
DriverProperties dp)
Main method - writes a list of wkt features (no attributes). |
| Uses of DriverProperties in com.vividsolutions.jump.io.datasource |
|---|
| Methods in com.vividsolutions.jump.io.datasource that return DriverProperties | |
|---|---|
protected DriverProperties |
StandardReaderWriterFileDataSource.GML.getReaderDriverProperties()
|
protected DriverProperties |
ReaderWriterFileDataSource.getReaderDriverProperties()
|
protected DriverProperties |
StandardReaderWriterFileDataSource.GML.getWriterDriverProperties()
|
protected DriverProperties |
ReaderWriterFileDataSource.getWriterDriverProperties()
|
| Methods in com.vividsolutions.jump.io.datasource with parameters of type DriverProperties | |
|---|---|
protected void |
DelegatingCompressedFileHandler.mangle(DriverProperties dp,
java.lang.String fileProperty,
java.lang.String compressedFileProperty,
java.util.Collection myEndings)
|
FeatureCollection |
DelegatingCompressedFileHandler.read(DriverProperties dp)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||