|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.ISeamlineTaskInfoProxy
public class ISeamlineTaskInfoProxy
Provides access to members that control information defining a seamline task.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISeamlineTaskInfoProxy()
|
|
ISeamlineTaskInfoProxy(Object obj)
|
protected |
ISeamlineTaskInfoProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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. |
IPoint |
getStartPoint()
The recommended start point for the creation of the seamline. |
void |
removeListener(String iidStr,
Object theListener)
|
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 |
setStartPointByRef(IPoint ppStartPoint)
The recommended start point for the creation of the seamline. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ISeamlineTaskInfoProxy()
public ISeamlineTaskInfoProxy(Object obj) throws IOException
IOException
protected ISeamlineTaskInfoProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setItemGeometryByRef(IGeometry ppItemGeometry) throws IOException, AutomationException
setItemGeometryByRef
in interface ISeamlineTaskInfo
ppItemGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getItemGeometry() throws IOException, AutomationException
getItemGeometry
in interface ISeamlineTaskInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setItemID(int pItemID) throws IOException, AutomationException
setItemID
in interface ISeamlineTaskInfo
pItemID
- The pItemID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getItemID() throws IOException, AutomationException
getItemID
in interface ISeamlineTaskInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCellSizeByRef(IPoint ppCellsize) throws IOException, AutomationException
setCellSizeByRef
in interface ISeamlineTaskInfo
ppCellsize
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getCellSize() throws IOException, AutomationException
getCellSize
in interface ISeamlineTaskInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMosaicGeometryByRef(IGeometry ppMosaicGeometry) throws IOException, AutomationException
setMosaicGeometryByRef
in interface ISeamlineTaskInfo
ppMosaicGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getMosaicGeometry() throws IOException, AutomationException
getMosaicGeometry
in interface ISeamlineTaskInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMosaicItemIDsByRef(IFIDSet ppMosaicItemIDs) throws IOException, AutomationException
setMosaicItemIDsByRef
in interface ISeamlineTaskInfo
ppMosaicItemIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFIDSet getMosaicItemIDs() throws IOException, AutomationException
getMosaicItemIDs
in interface ISeamlineTaskInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMosaicFunctionByRef(IMosaicFunction ppMosaicFunction) throws IOException, AutomationException
setMosaicFunctionByRef
in interface ISeamlineTaskInfo
ppMosaicFunction
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicFunction (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMosaicFunction getMosaicFunction() throws IOException, AutomationException
getMosaicFunction
in interface ISeamlineTaskInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDifferenceRasterByRef(IRaster ppDifferenceRaster) throws IOException, AutomationException
setDifferenceRasterByRef
in interface ISeamlineTaskInfo
ppDifferenceRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRaster getDifferenceRaster() throws IOException, AutomationException
getDifferenceRaster
in interface ISeamlineTaskInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartPointByRef(IPoint ppStartPoint) throws IOException, AutomationException
setStartPointByRef
in interface ISeamlineTaskInfo
ppStartPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getStartPoint() throws IOException, AutomationException
getStartPoint
in interface ISeamlineTaskInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEndPointByRef(IPoint ppEndPoint) throws IOException, AutomationException
setEndPointByRef
in interface ISeamlineTaskInfo
ppEndPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getEndPoint() throws IOException, AutomationException
getEndPoint
in interface ISeamlineTaskInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |