|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAISRequest
Provides access to members that controls an AIS request.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
IStringArray |
getArguments()
The AIS request arguments. |
IGeoImageDescription |
getGeoImageDescription()
The request image description. |
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(String pName)
The AIS request name, e.g. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String pName) throws IOException, AutomationException
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoImageDescription getGeoImageDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeoImageDescriptionByRef(IGeoImageDescription ppImageDescription) throws IOException, AutomationException
ppImageDescription
- A reference to a com.esri.arcgis.carto.IGeoImageDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getArguments() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setArgumentsByRef(IStringArray ppArguments) throws IOException, AutomationException
ppArguments
- A reference to a com.esri.arcgis.system.IStringArray (in)
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 |