|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAISRequest
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 |
---|
static final int IIDe55ef83e_4042_49c6_8b54_bb0c3ffa982f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |