com.esri.arcgis.datasourcesraster
Interface IRasterItemFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterItemFunctionArgumentsProxy, RasterItemFunctionArguments

public interface IRasterItemFunctionArguments
extends java.io.Serializable

COM Interface 'IRasterItemFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID28ca1646_8e41_45b1_aa40_97b2ab2cb02f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID28ca1646_8e41_45b1_aa40_97b2ab2cb02f

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

getImageService

java.lang.Object getImageService()
                                 throws java.io.IOException,
                                        AutomationException
The image service that can be an image server or name object.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImageServiceByRef

void setImageServiceByRef(java.lang.Object ppImageService)
                          throws java.io.IOException,
                                 AutomationException
The image service that can be an image server or name object.

Parameters:
ppImageService - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURL

java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
The image service URL.

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

setURL

void setURL(java.lang.String pURL)
            throws java.io.IOException,
                   AutomationException
The image service URL.

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

getRasterID

int getRasterID()
                throws java.io.IOException,
                       AutomationException
The raster item ID.

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

setRasterID

void setRasterID(int pRID)
                 throws java.io.IOException,
                        AutomationException
The raster item ID.

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