public interface IRasterItemFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Raster Item function arguments.' 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 |
IID28ca1646_8e41_45b1_aa40_97b2ab2cb02f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getImageService()
The image service that can be an image server or name object.
|
int |
getRasterID()
The raster item ID.
|
java.lang.String |
getURL()
The image service URL.
|
void |
setImageServiceByRef(java.lang.Object ppImageService)
The image service that can be an image server or name object.
|
void |
setRasterID(int pRID)
The raster item ID.
|
void |
setURL(java.lang.String pURL)
The image service URL.
|
static final int IID28ca1646_8e41_45b1_aa40_97b2ab2cb02f
static final int xxDummy
static final java.lang.String IID
java.lang.Object getImageService() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setImageServiceByRef(java.lang.Object ppImageService) throws java.io.IOException, AutomationException
ppImageService
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getURL() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setURL(java.lang.String pURL) throws java.io.IOException, AutomationException
pURL
- The pURL (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRasterID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterID(int pRID) throws java.io.IOException, AutomationException
pRID
- The pRID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.