|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectArcSDEDataStoreFactory
public class ArcSDEDataStoreFactory
Factory to create DataStores over a live ArcSDE instance.
modules/unsupported/arcsde (gt2-arcsde.jar) (Maven report) (SVN head)| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface DataStoreFactorySpi |
|---|
DataStoreFactorySpi.Param |
| Field Summary | |
|---|---|
static int |
JSDE_CLIENT_VERSION
|
static int |
JSDE_VERSION_90
|
static int |
JSDE_VERSION_91
|
static int |
JSDE_VERSION_92
|
static int |
JSDE_VERSION_DUMMY
|
protected static Logger |
LOGGER
package's logger |
| Constructor Summary | |
|---|---|
ArcSDEDataStoreFactory()
empty constructor |
|
| Method Summary | |
|---|---|
boolean |
canProcess(Map params)
DOCUMENT ME! |
DataStore |
createDataStore(Map params)
crates an SdeDataSource based on connection parameters holded in params. |
DataStore |
createNewDataStore(Map map)
DOCUMENT ME! |
String |
getDescription()
A human friendly name for this data source factory |
String |
getDisplayName()
Display name for this DataStore Factory |
Map |
getImplementationHints()
Returns the implementation hints. |
DataStoreFactorySpi.Param[] |
getParametersInfo()
DOCUMENT ME! |
boolean |
isAvailable()
Test to see if this datastore is available, if it has all the appropriate libraries to construct a datastore. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Logger LOGGER
public static final int JSDE_VERSION_DUMMY
public static final int JSDE_VERSION_90
public static final int JSDE_VERSION_91
public static final int JSDE_VERSION_92
public static int JSDE_CLIENT_VERSION
| Constructor Detail |
|---|
public ArcSDEDataStoreFactory()
| Method Detail |
|---|
public DataStore createNewDataStore(Map map)
createNewDataStore in interface DataStoreFactorySpimap - DOCUMENT ME!
UnsupportedOperationException - DOCUMENT ME!
public DataStore createDataStore(Map params)
throws IOException
params.
Expected parameters are:
"arcsde"
createDataStore in interface DataStoreFactorySpiparams - connection parameters
SdeDataStore pointing to the database
defined by params
IOException - if somthing goes wrong creating the datastore.public String getDisplayName()
getDisplayName in interface DataStoreFactorySpipublic String getDescription()
getDescription in interface DataStoreFactorySpipublic boolean canProcess(Map params)
canProcess in interface DataStoreFactorySpiparams -
public boolean isAvailable()
isAvailable in interface DataStoreFactorySpipublic DataStoreFactorySpi.Param[] getParametersInfo()
getParametersInfo in interface DataStoreFactorySpipublic Map getImplementationHints()
getImplementationHints in interface Factory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||