Class jOpendocumentODSReader

java.lang.Object
org.gvsig.fmap.dal.feature.spi.simpleprovider.AbstractSimpleSequentialReader
org.gvsig.ods.dal.provider.jopendocument.jOpendocumentODSReader
All Implemented Interfaces:
org.gvsig.fmap.dal.feature.spi.simpleprovider.AutomaticDetectionOfTypes.Rows, org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader

public class jOpendocumentODSReader extends org.gvsig.fmap.dal.feature.spi.simpleprovider.AbstractSimpleSequentialReader implements org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
Author:
jjdelcerro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    jOpendocumentODSReader(org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReaderFactory readerfactory, org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReaderFactory
     
     
     
     
     
    void
     

    Methods inherited from class org.gvsig.fmap.dal.feature.spi.simpleprovider.AbstractSimpleSequentialReader

    getAlias, getChildren, getDescription, getLabel, getParameter, getParameters, getResourcesStorage, getRowCount, getStoresRepository, getTags

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader

    getAlias, getChildren, getDescription, getLabel, getParameters, getResourcesStorage, getRowCount, getStoresRepository, getTags
  • Field Details

  • Constructor Details

    • jOpendocumentODSReader

      public jOpendocumentODSReader(org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReaderFactory readerfactory, org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters params)
  • Method Details

    • getFile

      public File getFile()
      Specified by:
      getFile in interface org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
    • getFieldNames

      public List<String> getFieldNames()
      Specified by:
      getFieldNames in interface org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
    • rewind

      public void rewind()
      Specified by:
      rewind in interface org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
    • read

      public List<Object> read()
      Specified by:
      read in interface org.gvsig.fmap.dal.feature.spi.simpleprovider.AutomaticDetectionOfTypes.Rows
      Specified by:
      read in interface org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
    • close

      public void close()
      Specified by:
      close in interface org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
    • getName

      public String getName()
      Specified by:
      getName in interface org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
    • getFactory

      public org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReaderFactory getFactory()
      Specified by:
      getFactory in interface org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
      Overrides:
      getFactory in class org.gvsig.fmap.dal.feature.spi.simpleprovider.AbstractSimpleSequentialReader