com.esri.arcgis.datasourcesraster
Interface IMosaicRastersFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMosaicRastersFunctionArgumentsProxy, MosaicRastersFunctionArguments

public interface IMosaicRastersFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control mosaicrasters 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 IIDc67e338b_bdc7_4f41_9caa_854871c2be85
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getMosaicType()
          The current mosaic type.
 java.lang.Object getRasters()
          The list of rasters.
 void setMosaicType(int pMosaicType)
          The current mosaic type.
 void setRastersByRef(java.lang.Object ppRasters)
          The list of rasters.
 

Field Detail

IIDc67e338b_bdc7_4f41_9caa_854871c2be85

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

getRasters

java.lang.Object getRasters()
                            throws java.io.IOException,
                                   AutomationException
The list of rasters.

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

setRastersByRef

void setRastersByRef(java.lang.Object ppRasters)
                     throws java.io.IOException,
                            AutomationException
The list of rasters.

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

getMosaicType

int getMosaicType()
                  throws java.io.IOException,
                         AutomationException
The current mosaic type.

Returns:
A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicType

void setMosaicType(int pMosaicType)
                   throws java.io.IOException,
                          AutomationException
The current mosaic type.

Parameters:
pMosaicType - A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.