public interface IAISClientObjectX
extends java.io.Serializable
Description: 'IAISClientObject Interface' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5496a49e_d690_412e_ad57_adf29e49bfe5 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
close()
Shuts down and cleans up the Client object.
|
java.lang.String |
getServerInfo(java.lang.String requestString)
Gets the information on the Server.
|
java.lang.String |
getStatus()
Returns an XML detailing the status of the last operation performed on this object.
|
float |
getVersion(java.lang.String serverHost,
java.lang.String serverPort)
Returns the version number of Server on specified host and port.
|
boolean |
init(java.lang.String iscConfig)
initialize the Server Connection with an ISCConfig file/string.
|
IAISImageServiceX |
openImageService(java.lang.String imageServiceSource,
java.lang.String serviceInitializationProperties)
Opens an image service as defined by the fully qualified
|
void |
report(java.lang.String statusString)
This function is intended for internal use by other Image Service objects.
|
static final int IID5496a49e_d690_412e_ad57_adf29e49bfe5
static final int xxDummy
static final java.lang.String IID
boolean init(java.lang.String iscConfig)
throws java.io.IOException,
AutomationException
iscConfig - The iscConfig (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean close()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.float getVersion(java.lang.String serverHost,
java.lang.String serverPort)
throws java.io.IOException,
AutomationException
serverHost - The serverHost (in)serverPort - The serverPort (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getServerInfo(java.lang.String requestString)
throws java.io.IOException,
AutomationException
requestString - The requestString (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IAISImageServiceX openImageService(java.lang.String imageServiceSource, java.lang.String serviceInitializationProperties) throws java.io.IOException, AutomationException
imageServiceSource - The imageServiceSource (in)serviceInitializationProperties - The serviceInitializationProperties (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getStatus()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void report(java.lang.String statusString)
throws java.io.IOException,
AutomationException
statusString - The statusString (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.