com.esri.arcgis.datasourcesraster
Interface IAISClientObjectX

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IAISClientObjectXProxy

public interface IAISClientObjectX
extends java.io.Serializable

COM Interface 'IAISClientObjectX'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5496a49e_d690_412e_ad57_adf29e49bfe5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID5496a49e_d690_412e_ad57_adf29e49bfe5

static final int IID5496a49e_d690_412e_ad57_adf29e49bfe5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

init

boolean init(java.lang.String iscConfig)
             throws java.io.IOException,
                    AutomationException
initialize the Server Connection with an ISCConfig file/string.

Parameters:
iscConfig - The iscConfig (in)
Returns:
The retVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

close

boolean close()
              throws java.io.IOException,
                     AutomationException
Shuts down and cleans up the Client object.

Returns:
The retVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersion

float getVersion(java.lang.String serverHost,
                 java.lang.String serverPort)
                 throws java.io.IOException,
                        AutomationException
Returns the version number of Server on specified host and port. An empty port will use the default server port

Parameters:
serverHost - The serverHost (in)
serverPort - The serverPort (in)
Returns:
The version
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerInfo

java.lang.String getServerInfo(java.lang.String requestString)
                               throws java.io.IOException,
                                      AutomationException
Gets the information on the Server.

Parameters:
requestString - The requestString (in)
Returns:
The serverInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openImageService

IAISImageServiceX openImageService(java.lang.String imageServiceSource,
                                   java.lang.String serviceInitializationProperties)
                                   throws java.io.IOException,
                                          AutomationException
Opens an image service as defined by the fully qualified

Parameters:
imageServiceSource - The imageServiceSource (in)
serviceInitializationProperties - The serviceInitializationProperties (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IAISImageServiceX
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatus

java.lang.String getStatus()
                           throws java.io.IOException,
                                  AutomationException
Returns an XML detailing the status of the last operation performed on this object.

Returns:
The status
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

report

void report(java.lang.String statusString)
            throws java.io.IOException,
                   AutomationException
This function is intended for internal use by other Image Service objects.

Parameters:
statusString - The statusString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.