Class DataStoreProviderToFeatureStoreProviderFactoryWrapper

java.lang.Object
org.gvsig.fmap.dal.spi.AbstractDataFactory
org.gvsig.fmap.dal.spi.AbstractDataStoreProviderFactory
org.gvsig.fmap.dal.feature.spi.AbstractFeatureStoreProviderFactory
org.gvsig.fmap.dal.impl.DataStoreProviderToFeatureStoreProviderFactoryWrapper
All Implemented Interfaces:
org.gvsig.fmap.dal.DataFactory, org.gvsig.fmap.dal.DataStoreProviderFactory, org.gvsig.fmap.dal.feature.FeatureStoreProviderFactory, org.gvsig.tools.extensionpoint.ExtensionSingleton

public class DataStoreProviderToFeatureStoreProviderFactoryWrapper extends org.gvsig.fmap.dal.feature.spi.AbstractFeatureStoreProviderFactory
  • Field Summary

    Fields inherited from interface org.gvsig.fmap.dal.DataStoreProviderFactory

    NO, UNKNOWN, YES
  • Constructor Summary

    Constructors
    Constructor
    Description
    DataStoreProviderToFeatureStoreProviderFactoryWrapper(String name, String description, Class provider, Class parametersClass)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final org.gvsig.tools.dynobject.DynObject
     
    org.gvsig.fmap.dal.DataStoreProvider
    createProvider(org.gvsig.fmap.dal.DataParameters parameters, org.gvsig.fmap.dal.spi.DataStoreProviderServices providerServices)
     
    protected Constructor
    findConstructor(Class clazz, Class[] types)
     

    Methods inherited from class org.gvsig.fmap.dal.feature.spi.AbstractFeatureStoreProviderFactory

    allowEditableFeatureType, allowFunction, allowGroupBy, allowsMandatoryAttributes, allowSpatialIndexSupport, allowsPrimaryKeyAttributes, createDefaultFeatureType, getMaxAttributeNameSize, getSupportedDataTypes, getSupportedGeometryTypesSubtypes, isOptimalRecoverFeaturesByReference, preferNotToUseNonNullRestrictions, supportInsertOrUpdate, supportNumericOID, supportPassthroughMode, useLocalIndexesCanImprovePerformance

    Methods inherited from class org.gvsig.fmap.dal.spi.AbstractDataStoreProviderFactory

    allowCreate, allowRead, allowWrite, create, hasRasterSupport, hasSQLSupport, hasTabularSupport, hasVectorialSupport, isTiledSupported, worksBestTiled

    Methods inherited from class org.gvsig.fmap.dal.spi.AbstractDataFactory

    getDescription, getName, isHidden

    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.DataFactory

    create, isHidden

    Methods inherited from interface org.gvsig.fmap.dal.DataStoreProviderFactory

    allowCreate, allowRead, allowWrite, getDescription, getName, hasRasterSupport, hasSQLSupport, hasTabularSupport, hasVectorialSupport, isTiledSupported, worksBestTiled
  • Constructor Details

    • DataStoreProviderToFeatureStoreProviderFactoryWrapper

      public DataStoreProviderToFeatureStoreProviderFactoryWrapper(String name, String description, Class provider, Class parametersClass)
  • Method Details

    • createProvider

      public org.gvsig.fmap.dal.DataStoreProvider createProvider(org.gvsig.fmap.dal.DataParameters parameters, org.gvsig.fmap.dal.spi.DataStoreProviderServices providerServices) throws org.gvsig.fmap.dal.exception.InitializeException
      Throws:
      org.gvsig.fmap.dal.exception.InitializeException
    • createParameters

      public final org.gvsig.tools.dynobject.DynObject createParameters()
    • findConstructor

      protected Constructor findConstructor(Class clazz, Class[] types) throws SecurityException, NoSuchMethodException
      Throws:
      SecurityException
      NoSuchMethodException