Package org.gvsig.ods.dal.provider.sods
Class SODSReader
java.lang.Object
org.gvsig.fmap.dal.feature.spi.simpleprovider.AbstractSimpleSequentialReader
org.gvsig.ods.dal.provider.sods.SODSReader
- All Implemented Interfaces:
org.gvsig.fmap.dal.feature.spi.simpleprovider.AutomaticDetectionOfTypes.Rows,org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
public class SODSReader
extends org.gvsig.fmap.dal.feature.spi.simpleprovider.AbstractSimpleSequentialReader
implements org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
- Author:
- jjdelcerro
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSODSReader(org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReaderFactory readerfactory, org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters params) -
Method Summary
Methods inherited from class org.gvsig.fmap.dal.feature.spi.simpleprovider.AbstractSimpleSequentialReader
getAlias, getChildren, getDescription, getLabel, getParameter, getParameters, getResourcesStorage, getRowCount, getStoresRepository, getTagsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
getAlias, getChildren, getDescription, getLabel, getParameters, getResourcesStorage, getRowCount, getStoresRepository, getTags
-
Field Details
-
SHEET
- See Also:
-
-
Constructor Details
-
SODSReader
public SODSReader(org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReaderFactory readerfactory, org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters params)
-
-
Method Details
-
getFile
- Specified by:
getFilein interfaceorg.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
-
getFieldNames
- Specified by:
getFieldNamesin interfaceorg.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
-
rewind
public void rewind()- Specified by:
rewindin interfaceorg.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
-
read
- Specified by:
readin interfaceorg.gvsig.fmap.dal.feature.spi.simpleprovider.AutomaticDetectionOfTypes.Rows- Specified by:
readin interfaceorg.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
-
close
public void close()- Specified by:
closein interfaceorg.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
-
getName
- Specified by:
getNamein interfaceorg.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
-
getFactory
public org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReaderFactory getFactory()- Specified by:
getFactoryin interfaceorg.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader- Overrides:
getFactoryin classorg.gvsig.fmap.dal.feature.spi.simpleprovider.AbstractSimpleSequentialReader
-