public class ISeamlineTaskInfoProxy extends com.esri.arcgis.interop.Dispatch implements ISeamlineTaskInfo, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID528269bf_e314_4fc5_adcc_2d6dbb812411
Modifier | Constructor and Description |
---|---|
|
ISeamlineTaskInfoProxy()
For internal use only
|
|
ISeamlineTaskInfoProxy(java.lang.Object obj) |
protected |
ISeamlineTaskInfoProxy(java.lang.Object obj,
java.lang.String iid) |
|
ISeamlineTaskInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ISeamlineTaskInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public ISeamlineTaskInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ISeamlineTaskInfoProxy()
public ISeamlineTaskInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISeamlineTaskInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISeamlineTaskInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setItemGeometryByRef(IGeometry ppItemGeometry) throws java.io.IOException, AutomationException
setItemGeometryByRef
in interface ISeamlineTaskInfo
ppItemGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getItemGeometry() throws java.io.IOException, AutomationException
getItemGeometry
in interface ISeamlineTaskInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setItemID(int pItemID) throws java.io.IOException, AutomationException
setItemID
in interface ISeamlineTaskInfo
pItemID
- The pItemID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getItemID() throws java.io.IOException, AutomationException
getItemID
in interface ISeamlineTaskInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCellSizeByRef(IPoint ppCellsize) throws java.io.IOException, AutomationException
setCellSizeByRef
in interface ISeamlineTaskInfo
ppCellsize
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getCellSize() throws java.io.IOException, AutomationException
getCellSize
in interface ISeamlineTaskInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMosaicGeometryByRef(IGeometry ppMosaicGeometry) throws java.io.IOException, AutomationException
setMosaicGeometryByRef
in interface ISeamlineTaskInfo
ppMosaicGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getMosaicGeometry() throws java.io.IOException, AutomationException
getMosaicGeometry
in interface ISeamlineTaskInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMosaicItemIDsByRef(IFIDSet ppMosaicItemIDs) throws java.io.IOException, AutomationException
setMosaicItemIDsByRef
in interface ISeamlineTaskInfo
ppMosaicItemIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IFIDSet getMosaicItemIDs() throws java.io.IOException, AutomationException
getMosaicItemIDs
in interface ISeamlineTaskInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMosaicFunctionByRef(IMosaicFunction ppMosaicFunction) throws java.io.IOException, AutomationException
setMosaicFunctionByRef
in interface ISeamlineTaskInfo
ppMosaicFunction
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicFunction (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IMosaicFunction getMosaicFunction() throws java.io.IOException, AutomationException
getMosaicFunction
in interface ISeamlineTaskInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDifferenceRasterByRef(IRaster ppDifferenceRaster) throws java.io.IOException, AutomationException
setDifferenceRasterByRef
in interface ISeamlineTaskInfo
ppDifferenceRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRaster getDifferenceRaster() throws java.io.IOException, AutomationException
getDifferenceRaster
in interface ISeamlineTaskInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStartPointByRef(IPoint ppStartPoint) throws java.io.IOException, AutomationException
setStartPointByRef
in interface ISeamlineTaskInfo
ppStartPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getStartPoint() throws java.io.IOException, AutomationException
getStartPoint
in interface ISeamlineTaskInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setEndPointByRef(IPoint ppEndPoint) throws java.io.IOException, AutomationException
setEndPointByRef
in interface ISeamlineTaskInfo
ppEndPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getEndPoint() throws java.io.IOException, AutomationException
getEndPoint
in interface ISeamlineTaskInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getRequestSize() throws java.io.IOException, AutomationException
getRequestSize
in interface ISeamlineTaskInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRequestSize(int pRequestSize) throws java.io.IOException, AutomationException
setRequestSize
in interface ISeamlineTaskInfo
pRequestSize
- The pRequestSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.