|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGxGDSConnection
Provides access to members of GxObject that connects to a GeoData Server.
| Method Summary | |
|---|---|
void |
attachGeoDatabase(String gdbName,
String gdbFileName)
Attaches a Geodatabase. |
void |
connect()
Connects to a GIS Data server. |
void |
createGeoDatabase(String gdbName,
String gdbFileName,
int gdbFileSize)
Creates a new Geodatabase. |
void |
disconnect()
Disconnects from a GIS Data server. |
Object |
getDataServerManager()
The Data Server Manager object. |
String |
getServerName()
The server name. |
boolean |
isAdministrator()
Indicates whether the connected user is an administrator or not. |
boolean |
isConnected()
Indicates whether the GIS Data server connection has been made. |
void |
pause()
Pauses a Database server. |
void |
restoreGeodatabase(String gdbName,
String backupFileName,
String dbFileName)
Restores a backup to the specified Geodatabase. |
void |
resume()
Resumes a Database server. |
void |
start()
Starts a Database server. |
void |
stop()
Stops a Database server. |
| Method Detail |
|---|
boolean isConnected()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAdministrator()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void connect()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disconnect()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getServerName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getDataServerManager()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void createGeoDatabase(String gdbName,
String gdbFileName,
int gdbFileSize)
throws IOException,
AutomationException
gdbName - The gdbName (in)gdbFileName - The gdbFileName (in)gdbFileSize - The gdbFileSize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void attachGeoDatabase(String gdbName,
String gdbFileName)
throws IOException,
AutomationException
gdbName - The gdbName (in)gdbFileName - The gdbFileName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void restoreGeodatabase(String gdbName,
String backupFileName,
String dbFileName)
throws IOException,
AutomationException
gdbName - The gdbName (in)backupFileName - The backupFileName (in)dbFileName - The dbFileName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void start()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stop()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void resume()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void pause()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||