com.esri.arcgis.datasourcesraster
Interface ISeamlineTaskInfo2

All Superinterfaces:
ISeamlineTaskInfo, java.io.Serializable
All Known Implementing Classes:
ISeamlineTaskInfo2Proxy, SeamlineTaskInfo

public interface ISeamlineTaskInfo2
extends ISeamlineTaskInfo, java.io.Serializable

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

Description: 'Provides access to members that control information defining a seamline task.' 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 IIDfa85970c_6c4c_43d6_800d_38cefcf8e842
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ISeamlineTaskInfo
IID528269bf_e314_4fc5_adcc_2d6dbb812411
 
Method Summary
 IRaster getItemRaster()
          The item raster for which the seamline is being computed.
 IRaster getMosaicRaster()
          The mosaic raster used for computing the seamline
 int getRequestSizeType()
          The unit of the value specified for the 'RequestSize' property.
 void setItemRasterByRef(IRaster ppItemRaster)
          The item raster for which the seamline is being computed.
 void setMosaicRasterByRef(IRaster ppMosaicRaster)
          The mosaic raster used for computing the seamline
 void setRequestSizeType(int pRequestSizeType)
          The unit of the value specified for the 'RequestSize' property.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.ISeamlineTaskInfo
getCellSize, getDifferenceRaster, getEndPoint, getItemGeometry, getItemID, getMosaicFunction, getMosaicGeometry, getMosaicItemIDs, getRequestSize, getStartPoint, setCellSizeByRef, setDifferenceRasterByRef, setEndPointByRef, setItemGeometryByRef, setItemID, setMosaicFunctionByRef, setMosaicGeometryByRef, setMosaicItemIDsByRef, setRequestSize, setStartPointByRef
 

Field Detail

IIDfa85970c_6c4c_43d6_800d_38cefcf8e842

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

setItemRasterByRef

void setItemRasterByRef(IRaster ppItemRaster)
                        throws java.io.IOException,
                               AutomationException
The item raster for which the seamline is being computed.

Parameters:
ppItemRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemRaster

IRaster getItemRaster()
                      throws java.io.IOException,
                             AutomationException
The item raster for which the seamline is being computed.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRaster
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicRasterByRef

void setMosaicRasterByRef(IRaster ppMosaicRaster)
                          throws java.io.IOException,
                                 AutomationException
The mosaic raster used for computing the seamline

Parameters:
ppMosaicRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicRaster

IRaster getMosaicRaster()
                        throws java.io.IOException,
                               AutomationException
The mosaic raster used for computing the seamline

Returns:
A reference to a com.esri.arcgis.geodatabase.IRaster
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRequestSizeType

int getRequestSizeType()
                       throws java.io.IOException,
                              AutomationException
The unit of the value specified for the 'RequestSize' property.

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

setRequestSizeType

void setRequestSizeType(int pRequestSizeType)
                        throws java.io.IOException,
                               AutomationException
The unit of the value specified for the 'RequestSize' property.

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