Class AbstractSimpleSequentialReader
java.lang.Object
org.gvsig.fmap.dal.feature.spi.simpleprovider.AbstractSimpleSequentialReader
- All Implemented Interfaces:
AutomaticDetectionOfTypes.Rows,SimpleSequentialReader
public abstract class AbstractSimpleSequentialReader
extends Object
implements SimpleSequentialReader
- Author:
- jjdelcerro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSimpleSequentialReader(SimpleSequentialReaderFactory factory, org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters params) -
Method Summary
Methods 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
close, getFieldNames, getFile, getName, read, rewind
-
Constructor Details
-
AbstractSimpleSequentialReader
protected AbstractSimpleSequentialReader(SimpleSequentialReaderFactory factory, org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters params)
-
-
Method Details
-
getFactory
- Specified by:
getFactoryin interfaceSimpleSequentialReader
-
getParameters
public org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters getParameters()- Specified by:
getParametersin interfaceSimpleSequentialReader
-
getParameter
-
getLabel
- Specified by:
getLabelin interfaceSimpleSequentialReader
-
getAlias
- Specified by:
getAliasin interfaceSimpleSequentialReader
-
getDescription
- Specified by:
getDescriptionin interfaceSimpleSequentialReader
-
getTags
- Specified by:
getTagsin interfaceSimpleSequentialReader
-
getChildren
- Specified by:
getChildrenin interfaceSimpleSequentialReader
-
getRowCount
public long getRowCount()- Specified by:
getRowCountin interfaceSimpleSequentialReader
-
getStoresRepository
public org.gvsig.fmap.dal.StoresRepository getStoresRepository()- Specified by:
getStoresRepositoryin interfaceSimpleSequentialReader
-
getResourcesStorage
public org.gvsig.tools.resourcesstorage.ResourcesStorage getResourcesStorage()- Specified by:
getResourcesStoragein interfaceSimpleSequentialReader
-