Class SODSReaderFactory

java.lang.Object
org.gvsig.fmap.dal.feature.spi.simpleprovider.AbstractSimpleSequentialReaderFactory
org.gvsig.ods.dal.provider.sods.SODSReaderFactory
All Implemented Interfaces:
FileFilter, org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReaderFactory

public class SODSReaderFactory extends org.gvsig.fmap.dal.feature.spi.simpleprovider.AbstractSimpleSequentialReaderFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.gvsig.fmap.dal.feature.spi.simpleprovider.AbstractSimpleSequentialReaderFactory

    LOGGER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader
    createReader(org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters params)
     
    getInformation(String name, Object... params)
     

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

    accept, createFilesystemServerProviderFactory, createStoreProviderFactory, fetchDefaultParameters, getDescription, getExtensions, getName, isValidExtension, logger, selfRegister, selfRegister

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • SODSReaderFactory

      public SODSReaderFactory()
  • Method Details

    • createReader

      public org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReader createReader(org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters params)
      Specified by:
      createReader in interface org.gvsig.fmap.dal.feature.spi.simpleprovider.SimpleSequentialReaderFactory
      Specified by:
      createReader in class org.gvsig.fmap.dal.feature.spi.simpleprovider.AbstractSimpleSequentialReaderFactory
    • getInformation

      public Object getInformation(String name, Object... params)