com.esri.arcgis.carto
Interface IAISRequest

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AISRequest, IAISRequestProxy

public interface IAISRequest
extends java.io.Serializable

COM Interface 'IAISRequest'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that controls an AIS request.' 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 IIDe55ef83e_4042_49c6_8b54_bb0c3ffa982f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IStringArray getArguments()
          The AIS request arguments.
 IGeoImageDescription getGeoImageDescription()
          The request image description.
 java.lang.String getName()
          The AIS request name, e.g.
 void setArgumentsByRef(IStringArray ppArguments)
          The AIS request arguments.
 void setGeoImageDescriptionByRef(IGeoImageDescription ppImageDescription)
          The request image description.
 void setName(java.lang.String pName)
          The AIS request name, e.g.
 

Field Detail

IIDe55ef83e_4042_49c6_8b54_bb0c3ffa982f

static final int IIDe55ef83e_4042_49c6_8b54_bb0c3ffa982f
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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The AIS request name, e.g. PutServiceProperties, and etc.

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

setName

void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
The AIS request name, e.g. PutServiceProperties, and etc.

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

getGeoImageDescription

IGeoImageDescription getGeoImageDescription()
                                            throws java.io.IOException,
                                                   AutomationException
The request image description.

Returns:
A reference to a com.esri.arcgis.carto.IGeoImageDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeoImageDescriptionByRef

void setGeoImageDescriptionByRef(IGeoImageDescription ppImageDescription)
                                 throws java.io.IOException,
                                        AutomationException
The request image description.

Parameters:
ppImageDescription - A reference to a com.esri.arcgis.carto.IGeoImageDescription (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getArguments

IStringArray getArguments()
                          throws java.io.IOException,
                                 AutomationException
The AIS request arguments.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setArgumentsByRef

void setArgumentsByRef(IStringArray ppArguments)
                       throws java.io.IOException,
                              AutomationException
The AIS request arguments.

Parameters:
ppArguments - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.