| |
|
| java.lang.Object org.geotools.arcsde.ArcSDEDataStoreFactory
ArcSDEDataStoreFactory | public class ArcSDEDataStoreFactory implements DataStoreFactorySpi(Code) | | Factory to create DataStores over a live ArcSDE instance.
author: Gabriel Roldan, Axios Engineering version: $Id: ArcSDEDataStoreFactory.java 28901 2008-01-23 13:50:05Z groldan $ |
JSDE_CLIENT_VERSION | public static int JSDE_CLIENT_VERSION(Code) | | |
JSDE_VERSION_90 | final public static int JSDE_VERSION_90(Code) | | |
JSDE_VERSION_91 | final public static int JSDE_VERSION_91(Code) | | |
JSDE_VERSION_92 | final public static int JSDE_VERSION_92(Code) | | |
JSDE_VERSION_DUMMY | final public static int JSDE_VERSION_DUMMY(Code) | | |
LOGGER | final protected static Logger LOGGER(Code) | | package's logger
|
ArcSDEDataStoreFactory | public ArcSDEDataStoreFactory()(Code) | | empty constructor
|
canProcess | public boolean canProcess(Map params)(Code) | | DOCUMENT ME!
Parameters: params - |
createDataStore | public DataStore createDataStore(Map params) throws java.io.IOException(Code) | | crates an SdeDataSource based on connection parameters holded in
params .
Expected parameters are:
- dbtype : MUST be
"arcsde"
- server : machine name where ArcSDE is running
- port : por number where ArcSDE listens for connections on
server
- instance : database instance name to connect to
- user : database user name with at least reading privileges
over SDE instance
- password : database user password
Parameters: params - connection parameters a new SdeDataStore pointing to the databasedefined by params throws: java.io.IOException - if somthing goes wrong creating the datastore. |
getDescription | public String getDescription()(Code) | | A human friendly name for this data source factory
this factory's description |
getDisplayName | public String getDisplayName()(Code) | | Display name for this DataStore Factory
DOCUMENT ME! |
getImplementationHints | public Map getImplementationHints()(Code) | | Returns the implementation hints. The default implementation returns en empty map.
|
isAvailable | public boolean isAvailable()(Code) | | Test to see if this datastore is available, if it has all the appropriate
libraries to construct a datastore.
true if and only if this factory is available tocreate DataStores. |
|
|
|