public interface IAISRequest
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe55ef83e_4042_49c6_8b54_bb0c3ffa982f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDe55ef83e_4042_49c6_8b54_bb0c3ffa982f
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeoImageDescription getGeoImageDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeoImageDescriptionByRef(IGeoImageDescription ppImageDescription) throws java.io.IOException, AutomationException
ppImageDescription
- A reference to a com.esri.arcgis.carto.IGeoImageDescription (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getArguments() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setArgumentsByRef(IStringArray ppArguments) throws java.io.IOException, AutomationException
ppArguments
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.