Interface DataStoreParameters

All Superinterfaces:
DataParameters, org.gvsig.tools.dynobject.DynObject, org.gvsig.tools.persistence.Persistent, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportToJson
All Known Subinterfaces:
DBNewStoreParameters, DBStoreParameters, JDBCNewStoreParameters, JDBCStoreParameters, NewDataStoreParameters, NewFeatureStoreParameters, NewRasterStoreParameters, OpenDataStoreParameters, OpenFeatureStoreParameters, OpenRasterStoreParameters

public interface DataStoreParameters extends DataParameters
This interface is used by any store implementation that requires store specific parameters.
  • Method Details

    • getDataStoreName

      String getDataStoreName()
      Returns the DataStore's name
      Returns:
      a String containing the DataStore's name
    • getProviderName

      String getProviderName()
      Return the provider name associated to this parameters.
      Returns:
      a String containing the name of the provider
    • isValid

      boolean isValid()
      Indicates whether these parameters are valid.
      Returns:
      true if these parameters are valid, false if not.
    • getDescription

      String getDescription()
      Returns the DataStore's description
      Returns:
      a String containing the DataStore's description
    • isTheSameStore

      boolean isTheSameStore(DataStoreParameters params)
    • isTheSameExplorer

      boolean isTheSameExplorer(DataStoreParameters parameters)
    • getSourceId

      String getSourceId()