Uses of Class
org.gvsig.fmap.dal.store.csv.CSVStoreParameters
Packages that use CSVStoreParameters
-
Uses of CSVStoreParameters in org.gvsig.fmap.dal.store.csv
Subclasses of CSVStoreParameters in org.gvsig.fmap.dal.store.csvMethods in org.gvsig.fmap.dal.store.csv with parameters of type CSVStoreParametersModifier and TypeMethodDescriptionvoidCSVFeatureWriter.initialize(CSVStoreParameters storeParameters, File file, org.gvsig.fmap.dal.feature.FeatureType ftype, org.supercsv.prefs.CsvPreference csvpreferences) voidCSVFeatureWriter.initialize(CSVStoreParameters storeParameters, File file, org.gvsig.fmap.dal.feature.FeatureType ftype, org.supercsv.prefs.CsvPreference csvpreferences, Map<String, org.gvsig.fmap.geom.SpatialIndex> spatialIndex) Constructors in org.gvsig.fmap.dal.store.csv with parameters of type CSVStoreParametersModifierConstructorDescriptionCSVFeatureTypeLoader(CSVStoreParameters parameters) CSVStoreProvider(CSVStoreParameters parameters, org.gvsig.fmap.dal.spi.DataStoreProviderServices storeServices) -
Uses of CSVStoreParameters in org.gvsig.fmap.dal.store.csv.simplereaders
Methods in org.gvsig.fmap.dal.store.csv.simplereaders that return CSVStoreParametersConstructors in org.gvsig.fmap.dal.store.csv.simplereaders with parameters of type CSVStoreParametersModifierConstructorDescriptionCSVReaderSuperCSV(Reader in, CSVStoreParameters parameters) CSVReaderSuperCSV(CSVStoreParameters parameters) FixedLenReader(Reader reader, CSVStoreParameters parameters)