com.esri.arcgis.datasourcesraster
Class SeamlineTaskInfo

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.SeamlineTaskInfo
All Implemented Interfaces:
ISeamlineTaskInfo, ISeamlineTaskInfo2, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class SeamlineTaskInfo
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, ISeamlineTaskInfo, ISeamlineTaskInfo2

COM Class 'SeamlineTaskInfo'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description 'A seamline task information object.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ISeamlineTaskInfo2
IID, IIDfa85970c_6c4c_43d6_800d_38cefcf8e842, xxDummy
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ISeamlineTaskInfo
IID528269bf_e314_4fc5_adcc_2d6dbb812411
 
Constructor Summary
SeamlineTaskInfo()
          Constructs a SeamlineTaskInfo using ArcGIS Engine.
SeamlineTaskInfo(java.lang.Object obj)
          Construct a SeamlineTaskInfo using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 IPoint getCellSize()
          The cell size at which seamlines are computed.
static java.lang.String getClsid()
          getClsid.
 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.
 IRaster getItemRaster()
          The item raster for which the seamline is being computed.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 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.
 IRaster getMosaicRaster()
          The mosaic raster used for computing the seamline
 int getRequestSize()
          The request size.
 int getRequestSizeType()
          The unit of the value specified for the 'RequestSize' property.
 IPoint getStartPoint()
          The recommended start point for the creation of the seamline.
 int hashCode()
          the hashcode for this object
 void release()
          Release a SeamlineTaskInfo.
 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 setItemRasterByRef(IRaster ppItemRaster)
          The item raster 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 setMosaicRasterByRef(IRaster ppMosaicRaster)
          The mosaic raster used for computing the seamline
 void setRequestSize(int pRequestSize)
          The request size.
 void setRequestSizeType(int pRequestSizeType)
          The unit of the value specified for the 'RequestSize' property.
 void setStartPointByRef(IPoint ppStartPoint)
          The recommended start point for the creation of the seamline.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamlineTaskInfo

public SeamlineTaskInfo()
                 throws java.io.IOException,
                        java.net.UnknownHostException
Constructs a SeamlineTaskInfo using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

SeamlineTaskInfo

public SeamlineTaskInfo(java.lang.Object obj)
                 throws java.io.IOException
Construct a SeamlineTaskInfo using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to SeamlineTaskInfo.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems SeamlineTaskInfo theSeamlineTaskInfo = (SeamlineTaskInfo) obj;
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a SeamlineTaskInfo.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

setItemGeometryByRef

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

Specified by:
setItemGeometryByRef in interface ISeamlineTaskInfo
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

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

Specified by:
getItemGeometry in interface ISeamlineTaskInfo
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

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

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

getItemID

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

Specified by:
getItemID in interface ISeamlineTaskInfo
Returns:
The pItemID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellSizeByRef

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

Specified by:
setCellSizeByRef in interface ISeamlineTaskInfo
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

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

Specified by:
getCellSize in interface ISeamlineTaskInfo
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

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

Specified by:
setMosaicGeometryByRef in interface ISeamlineTaskInfo
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

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

Specified by:
getMosaicGeometry in interface ISeamlineTaskInfo
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

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

Specified by:
setMosaicItemIDsByRef in interface ISeamlineTaskInfo
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

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

Specified by:
getMosaicItemIDs in interface ISeamlineTaskInfo
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

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

Specified by:
setMosaicFunctionByRef in interface ISeamlineTaskInfo
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

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

Specified by:
getMosaicFunction in interface ISeamlineTaskInfo
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

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

Specified by:
setDifferenceRasterByRef in interface ISeamlineTaskInfo
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

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

Specified by:
getDifferenceRaster in interface ISeamlineTaskInfo
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

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

Specified by:
setStartPointByRef in interface ISeamlineTaskInfo
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

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

Specified by:
getStartPoint in interface ISeamlineTaskInfo
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

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

Specified by:
setEndPointByRef in interface ISeamlineTaskInfo
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

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

Specified by:
getEndPoint in interface ISeamlineTaskInfo
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

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

Specified by:
getRequestSize in interface ISeamlineTaskInfo
Returns:
The pRequestSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRequestSize

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

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

setItemRasterByRef

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

Specified by:
setItemRasterByRef in interface ISeamlineTaskInfo2
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

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

Specified by:
getItemRaster in interface ISeamlineTaskInfo2
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

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

Specified by:
setMosaicRasterByRef in interface ISeamlineTaskInfo2
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

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

Specified by:
getMosaicRaster in interface ISeamlineTaskInfo2
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

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

Specified by:
getRequestSizeType in interface ISeamlineTaskInfo2
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

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

Specified by:
setRequestSizeType in interface ISeamlineTaskInfo2
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.