Uses of Class
com.vividsolutions.jump.io.DriverProperties
-
Packages that use DriverProperties Package Description com.vividsolutions.jump.io com.vividsolutions.jump.io.datasource The DataSource API is the core API for input and output of data.com.vividsolutions.jump.io.geojson -
-
Uses of DriverProperties in com.vividsolutions.jump.io
Methods in com.vividsolutions.jump.io that return DriverProperties Modifier and Type Method Description DriverPropertiesDriverProperties. set(String key, String value)Sets a key/value pair in the object.Methods in com.vividsolutions.jump.io with parameters of type DriverProperties Modifier and Type Method Description protected StringShapefileReader. getCharset(String shpFileName, DriverProperties dp)abstract FeatureCollectionAbstractJUMPReader. read(DriverProperties dp)Read the specified file using the filename given by the "File" property and any other parameters.FeatureCollectionFMEGMLReader. read(DriverProperties dp)Main method - reads in FMEGML file specified in the DriverProperties ('InputFile' or 'DefaultValue')FeatureCollectionGMLReader. read(DriverProperties dp)Main Entry - load in a GML fileFeatureCollectionJUMPReader. read(DriverProperties dp)Read the specified file using the filename given by the "File" property and any other parameters.FeatureCollectionShapefileReader. read(DriverProperties dp)Main method to read a shapefile.FeatureCollectionWKTReader. read(DriverProperties dp)Main function -read in a file containing a list of WKT geometriesabstract voidAbstractJUMPWriter. write(FeatureCollection featureCollection, DriverProperties dp)voidFMEGMLWriter. 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 theGMLWriter.voidGMLWriter. write(FeatureCollection featureCollection, DriverProperties dp)Main entry function - write the GML file.voidJUMPWriter. write(FeatureCollection featureCollection, DriverProperties dp)Write the specified file (dp property 'OutputFile' or 'DefaultValue') with any other specific parameters.voidShapefileWriter. write(FeatureCollection featureCollection, DriverProperties dp)Main method - write the featurecollection to a shapefile (2d, 3d or 4d).voidWKTWriter. 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 Modifier and Type Method Description protected DriverPropertiesReaderWriterFileDataSource. getDriverProperties()protected DriverPropertiesReaderWriterFileDataSource. getReaderDriverProperties()protected DriverPropertiesStandardReaderWriterFileDataSource.GML. getReaderDriverProperties()protected DriverPropertiesReaderWriterFileDataSource. getWriterDriverProperties()protected DriverPropertiesStandardReaderWriterFileDataSource.GML. getWriterDriverProperties()Methods in com.vividsolutions.jump.io.datasource with parameters of type DriverProperties Modifier and Type Method Description protected voidDelegatingCompressedFileHandler. mangle(DriverProperties dp, String fileProperty, String compressedFileProperty, Collection<String> myEndings)Deprecated.FeatureCollectionDelegatingCompressedFileHandler. read(DriverProperties dp)Deprecated. -
Uses of DriverProperties in com.vividsolutions.jump.io.geojson
Methods in com.vividsolutions.jump.io.geojson with parameters of type DriverProperties Modifier and Type Method Description FeatureCollectionGeoJSONReader. read(DriverProperties dp)voidGeoJSONWriter. write(FeatureCollection featureCollection, DriverProperties dp)
-