Package org.gvsig.fmap.dal
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
This interface is used by any store implementation that requires
store specific parameters.
-
Field Summary
Fields inherited from interface org.gvsig.fmap.dal.DataParameters
CRS_PARAMTER_NAME -
Method Summary
Modifier and TypeMethodDescriptionReturns the DataStore's nameReturns the DataStore's descriptionReturn the provider name associated to this parameters.booleanisTheSameExplorer(DataStoreParameters parameters) booleanisTheSameStore(DataStoreParameters params) booleanisValid()Indicates whether these parameters are valid.Methods inherited from interface org.gvsig.fmap.dal.DataParameters
clear, getCopy, toByteArray, toString, validateMethods inherited from interface org.gvsig.tools.dynobject.DynObject
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValueMethods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToStateMethods inherited from interface org.gvsig.json.SupportFromJson
fromJsonMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJson, toJsonBuilder, toJsonBuilder
-
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
-
isTheSameExplorer
-
getSourceId
String getSourceId()
-