Class H2SpatialStoreParameters

java.lang.Object
org.gvsig.fmap.dal.spi.AbstractDataParameters
org.gvsig.fmap.dal.spi.AbstractDataStoreParameters
org.gvsig.fmap.dal.store.db.AbstractDBStoreParameters
org.gvsig.fmap.dal.store.jdbc.JDBCStoreParametersBase
org.gvsig.fmap.dal.store.h2.H2SpatialStoreParameters
All Implemented Interfaces:
org.gvsig.fmap.dal.DataParameters, org.gvsig.fmap.dal.DataStoreParameters, org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters, org.gvsig.fmap.dal.OpenDataStoreParameters, org.gvsig.fmap.dal.resource.db.DBParameters, org.gvsig.fmap.dal.serverexplorer.db.DBConnectionParameter, org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters, org.gvsig.fmap.dal.store.db.DBStoreParameters, H2SpatialConnectionParameters, org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters, org.gvsig.fmap.dal.store.jdbc.JDBCStoreParameters, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportToJson, org.gvsig.tools.dynobject.DynObject, org.gvsig.tools.persistence.Persistent, org.gvsig.tools.util.HasAFile, org.gvsig.tools.util.Validator

public class H2SpatialStoreParameters extends org.gvsig.fmap.dal.store.jdbc.JDBCStoreParametersBase implements H2SpatialConnectionParameters
  • Field Summary

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

    CRS_PARAMTER_NAME

    Fields inherited from interface org.gvsig.fmap.dal.resource.db.DBParameters

    DBNAME_PARAMTER_NAME, HOST_PARAMTER_NAME, PASSWORD_PARAMTER_NAME, PORT_PARAMTER_NAME, USER_PARAMTER_NAME

    Fields inherited from interface org.gvsig.fmap.dal.store.db.DBStoreParameters

    BASEFILTER_PARAMTER_NAME, BASEORDER_PARAMTER_NAME, DEFAULTGEOMETRY_PARAMTER_NAME, FIELDS_PARAMTER_NAME, GEOMETRYSUBTYPE_PARAMTER_NAME, GEOMETRYTYPE_PARAMTER_NAME, PARAMETERS_DEFINITION_NAME, PKFIELDS_PARAMTER_NAME, SQL_PARAMTER_NAME, TABLE_PARAMTER_NAME, WORKINGAREA_PARAMTER_NAME

    Fields inherited from interface org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters

    BATCH_SIZE_PARAMETER_NAME, CATALOG_PARAMTER_NAME, DEFAULT_BATCH_SIZE, JDBC_DRIVER_CLASS_PARAMTER_NAME, SCHEMA_PARAMTER_NAME, URL_PARAMTER_NAME

    Fields inherited from interface org.gvsig.fmap.dal.store.jdbc.JDBCStoreParameters

    BATCHSIZE_PARAMTER_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    int
     
     
    boolean
     
    int
     
     
     
    int
     
     
    boolean
    isTheSameExplorer(org.gvsig.fmap.dal.DataStoreParameters params)
     
    void
    setFile(File database)
     
    void
     

    Methods inherited from class org.gvsig.fmap.dal.store.jdbc.JDBCStoreParametersBase

    escapeName, getBaseFilter, getBaseOrder, getBatchSize, getCatalog, getCopy, getDBName, getFields, getFieldsString, getHost, getJDBCDriverClassName, getPassword, getPkFields, getPkFieldsString, getPort, getSchema, getSQL, getTable, getUser, isTheSameStore, isValid, setBaseFilter, setBaseOrder, setBatchSize, setCatalog, setDBName, setFields, setFields, setHost, setJDBCDriverClassName, setPassword, setPkFields, setPkFields, setPort, setPort, setSchema, setSQL, setTable, setUrl, setUser, tableID

    Methods inherited from class org.gvsig.fmap.dal.store.db.AbstractDBStoreParameters

    getCRS, getDataStoreName, getDefaultGeometryField, getDelegatedDynObject, getDescription, getGeometrySubtype, getGeometryType, getWorkingArea, setCRS, setCRS, setDefaultGeometryField, setGeometrySubtype, setGeometryType, setWorkingArea

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

    clear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getDynClass, getDynValue, getMessage, getProviderName, hasDynValue, hashCode, implement, invokeDynMethod, invokeDynMethod, isValid, loadFromState, loadPRJ, loadWLD, saveToState, setDynValue, toByteArray, toJson, toJsonBuilder, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

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

    clear, toByteArray, toString

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

    getProviderName

    Methods inherited from interface org.gvsig.fmap.dal.store.db.DBStoreParameters

    getCRS, getDataStoreName, getDefaultGeometryField, getDescription, getGeometrySubtype, getGeometryType, getWorkingArea, setCRS, setCRS, setDefaultGeometryField, setGeometrySubtype, setGeometryType, setWorkingArea

    Methods inherited from interface org.gvsig.tools.dynobject.DynObject

    delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue

    Methods inherited from interface org.gvsig.tools.persistence.Persistent

    loadFromState, saveToState

    Methods inherited from interface org.gvsig.json.SupportFromJson

    fromJson

    Methods inherited from interface org.gvsig.json.SupportToJson

    toJson, toJson, toJsonBuilder, toJsonBuilder
  • Constructor Details

    • H2SpatialStoreParameters

      public H2SpatialStoreParameters()
  • Method Details

    • getUrl

      public String getUrl()
      Specified by:
      getUrl in interface org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters
      Specified by:
      getUrl in interface org.gvsig.fmap.dal.store.jdbc.JDBCStoreParameters
      Overrides:
      getUrl in class org.gvsig.fmap.dal.store.jdbc.JDBCStoreParametersBase
    • validate

      public void validate() throws org.gvsig.fmap.dal.exception.ValidateDataParametersException
      Specified by:
      validate in interface org.gvsig.fmap.dal.DataParameters
      Overrides:
      validate in class org.gvsig.fmap.dal.spi.AbstractDataParameters
      Throws:
      org.gvsig.fmap.dal.exception.ValidateDataParametersException
    • getProperties

      public Properties getProperties()
      Specified by:
      getProperties in interface H2SpatialConnectionParameters
    • getFile

      public File getFile()
      Specified by:
      getFile in interface org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters
      Specified by:
      getFile in interface org.gvsig.tools.util.HasAFile
    • setFile

      public void setFile(File database)
      Specified by:
      setFile in interface org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters
      Specified by:
      setFile in interface org.gvsig.tools.util.HasAFile
    • getMaxSecondsIdle

      public int getMaxSecondsIdle()
      Specified by:
      getMaxSecondsIdle in interface H2SpatialConnectionParameters
    • getServerAllowOthers

      public boolean getServerAllowOthers()
      Specified by:
      getServerAllowOthers in interface H2SpatialConnectionParameters
    • getServerPort

      public int getServerPort()
      Specified by:
      getServerPort in interface H2SpatialConnectionParameters
    • getServerPortAsString

      public String getServerPortAsString()
      Specified by:
      getServerPortAsString in interface H2SpatialConnectionParameters
    • getSplitSize

      public int getSplitSize()
      Specified by:
      getSplitSize in interface H2SpatialConnectionParameters
    • isTheSameExplorer

      public boolean isTheSameExplorer(org.gvsig.fmap.dal.DataStoreParameters params)
      Specified by:
      isTheSameExplorer in interface org.gvsig.fmap.dal.DataStoreParameters
      Overrides:
      isTheSameExplorer in class org.gvsig.fmap.dal.store.jdbc.JDBCStoreParametersBase
    • getMaintainGlobalConnection

      public boolean getMaintainGlobalConnection()
      Specified by:
      getMaintainGlobalConnection in interface H2SpatialConnectionParameters
    • getSourceId

      public String getSourceId()
      Specified by:
      getSourceId in interface org.gvsig.fmap.dal.DataStoreParameters
      Specified by:
      getSourceId in interface org.gvsig.fmap.dal.store.jdbc.JDBCStoreParameters
      Overrides:
      getSourceId in class org.gvsig.fmap.dal.store.jdbc.JDBCStoreParametersBase