com.esri.arcgis.datasourcesraster
Interface ISeamlineTaskInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ISeamlineTaskInfo2
All Known Implementing Classes:
ISeamlineTaskInfo2Proxy, ISeamlineTaskInfoProxy, SeamlineTaskInfo

public interface ISeamlineTaskInfo
extends java.io.Serializable

COM Interface 'ISeamlineTaskInfo'. 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 IID528269bf_e314_4fc5_adcc_2d6dbb812411
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPoint getCellSize()
          The cell size at which seamlines are computed.
 IRaster getDifferenceRaster()
          The difference raster built using the selected item raster and the accumulated mosaic raster.
 IPoint getEndPoint()
          The recommended end point for the creation of the seamline.
 IGeometry getItemGeometry()
          The footprint geometry of the item for which the seamline is being computed.
 int getItemID()
          The object ID of the item for which the seamline is being computed.
 IMosaicFunction getMosaicFunction()
          The mosaic function associated with the mosaic dataset.
 IGeometry getMosaicGeometry()
          The geometry of the mosaic built using all items that appear below the selected item.
 IFIDSet getMosaicItemIDs()
          The object IDs of all items that appear below the selected item.
 int getRequestSize()
          The request size.
 IPoint getStartPoint()
          The recommended start point for the creation of the seamline.
 void setCellSizeByRef(IPoint ppCellsize)
          The cell size at which seamlines are computed.
 void setDifferenceRasterByRef(IRaster ppDifferenceRaster)
          The difference raster built using the selected item raster and the accumulated mosaic raster.
 void setEndPointByRef(IPoint ppEndPoint)
          The recommended end point for the creation of the seamline.
 void setItemGeometryByRef(IGeometry ppItemGeometry)
          The footprint geometry of the item for which the seamline is being computed.
 void setItemID(int pItemID)
          The object ID of the item for which the seamline is being computed.
 void setMosaicFunctionByRef(IMosaicFunction ppMosaicFunction)
          The mosaic function associated with the mosaic dataset.
 void setMosaicGeometryByRef(IGeometry ppMosaicGeometry)
          The geometry of the mosaic built using all items that appear below the selected item.
 void setMosaicItemIDsByRef(IFIDSet ppMosaicItemIDs)
          The object IDs of all items that appear below the selected item.
 void setRequestSize(int pRequestSize)
          The request size.
 void setStartPointByRef(IPoint ppStartPoint)
          The recommended start point for the creation of the seamline.
 

Field Detail

IID528269bf_e314_4fc5_adcc_2d6dbb812411

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

setItemGeometryByRef

void setItemGeometryByRef(IGeometry ppItemGeometry)
                          throws java.io.IOException,
                                 AutomationException
The footprint geometry of the item for which the seamline is being computed.

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

getItemGeometry

IGeometry getItemGeometry()
                          throws java.io.IOException,
                                 AutomationException
The footprint geometry of the item for which the seamline is being computed.

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

setItemID

void setItemID(int pItemID)
               throws java.io.IOException,
                      AutomationException
The object ID of the item for which the seamline is being computed.

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

getItemID

int getItemID()
              throws java.io.IOException,
                     AutomationException
The object ID of the item for which the seamline is being computed.

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

setCellSizeByRef

void setCellSizeByRef(IPoint ppCellsize)
                      throws java.io.IOException,
                             AutomationException
The cell size at which seamlines are computed.

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

getCellSize

IPoint getCellSize()
                   throws java.io.IOException,
                          AutomationException
The cell size at which seamlines are computed.

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

setMosaicGeometryByRef

void setMosaicGeometryByRef(IGeometry ppMosaicGeometry)
                            throws java.io.IOException,
                                   AutomationException
The geometry of the mosaic built using all items that appear below the selected item.

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

getMosaicGeometry

IGeometry getMosaicGeometry()
                            throws java.io.IOException,
                                   AutomationException
The geometry of the mosaic built using all items that appear below the selected item.

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

setMosaicItemIDsByRef

void setMosaicItemIDsByRef(IFIDSet ppMosaicItemIDs)
                           throws java.io.IOException,
                                  AutomationException
The object IDs of all items that appear below the selected item.

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

getMosaicItemIDs

IFIDSet getMosaicItemIDs()
                         throws java.io.IOException,
                                AutomationException
The object IDs of all items that appear below the selected item.

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

setMosaicFunctionByRef

void setMosaicFunctionByRef(IMosaicFunction ppMosaicFunction)
                            throws java.io.IOException,
                                   AutomationException
The mosaic function associated with the mosaic dataset.

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

getMosaicFunction

IMosaicFunction getMosaicFunction()
                                  throws java.io.IOException,
                                         AutomationException
The mosaic function associated with the mosaic dataset.

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

setDifferenceRasterByRef

void setDifferenceRasterByRef(IRaster ppDifferenceRaster)
                              throws java.io.IOException,
                                     AutomationException
The difference raster built using the selected item raster and the accumulated mosaic raster.

Parameters:
ppDifferenceRaster - 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.

getDifferenceRaster

IRaster getDifferenceRaster()
                            throws java.io.IOException,
                                   AutomationException
The difference raster built using the selected item raster and the accumulated mosaic raster.

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.

setStartPointByRef

void setStartPointByRef(IPoint ppStartPoint)
                        throws java.io.IOException,
                               AutomationException
The recommended start point for the creation of the seamline.

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

getStartPoint

IPoint getStartPoint()
                     throws java.io.IOException,
                            AutomationException
The recommended start point for the creation of the seamline.

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

setEndPointByRef

void setEndPointByRef(IPoint ppEndPoint)
                      throws java.io.IOException,
                             AutomationException
The recommended end point for the creation of the seamline.

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

getEndPoint

IPoint getEndPoint()
                   throws java.io.IOException,
                          AutomationException
The recommended end point for the creation of the seamline.

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

getRequestSize

int getRequestSize()
                   throws java.io.IOException,
                          AutomationException
The request size.

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

setRequestSize

void setRequestSize(int pRequestSize)
                    throws java.io.IOException,
                           AutomationException
The request size.

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