com.esri.arcgis.datasourcesraster
Interface IMergeRastersFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMergeRastersFunctionArgumentsProxy, MergeRastersFunctionArguments

public interface IMergeRastersFunctionArguments
extends java.io.Serializable

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

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 IID8223c812_31c2_4bfd_8c4e_d8e4d53f6a94
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getFootprints()
          The optional list of matching footprints to which each corresponding raster is clipped.
 java.lang.Object getRasters()
          The list of rasters.
 void setFootprintsByRef(java.lang.Object ppFootprintGeometries)
          The optional list of matching footprints to which each corresponding raster is clipped.
 void setRastersByRef(java.lang.Object ppRasters)
          The list of rasters.
 

Field Detail

IID8223c812_31c2_4bfd_8c4e_d8e4d53f6a94

static final int IID8223c812_31c2_4bfd_8c4e_d8e4d53f6a94
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.

getFootprints

java.lang.Object getFootprints()
                               throws java.io.IOException,
                                      AutomationException
The optional list of matching footprints to which each corresponding raster is clipped.

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

setFootprintsByRef

void setFootprintsByRef(java.lang.Object ppFootprintGeometries)
                        throws java.io.IOException,
                               AutomationException
The optional list of matching footprints to which each corresponding raster is clipped.

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