public class SeamlineByDisparity extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ISeamlineModifier, ISeamlineModifierInit
Description 'A seamline modifier that finds a route that avoids surface objects.' 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 =
IID, IID655e1cf3_c906_4ec9_8e92_289b9b256cb5, xxDummy
IID, IIDedb2353c_3627_41bc_85c1_7436f98f3c21, xxDummy
Constructor and Description |
---|
SeamlineByDisparity()
Constructs a SeamlineByDisparity using ArcGIS Engine.
|
SeamlineByDisparity(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
SeamlineByDisparity theSeamlineByDisparity = (SeamlineByDisparity) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
IMosaicDataset |
getMosaicDataset()
The mosaic dataset for which seamlines are being computed.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
The mosaic dataset for which seamlines are being computed.
|
IGeometry |
update(ISeamlineTaskInfo pSeamlineTaskInfo,
ITrackCancel pTrackCancel)
Recomputes and returns the seamline geometry for the item referenced by the specified seamline task info object.
|
public SeamlineByDisparity() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic SeamlineByDisparity(java.lang.Object obj) throws java.io.IOException
SeamlineByDisparity theSeamlineByDisparity = (SeamlineByDisparity) obj;
obj
to SeamlineByDisparity
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IGeometry update(ISeamlineTaskInfo pSeamlineTaskInfo, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
update
in interface ISeamlineModifier
pSeamlineTaskInfo
- A reference to a com.esri.arcgis.datasourcesraster.ISeamlineTaskInfo (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset) throws java.io.IOException, AutomationException
setMosaicDatasetByRef
in interface ISeamlineModifierInit
ppMosaicDataset
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IMosaicDataset getMosaicDataset() throws java.io.IOException, AutomationException
getMosaicDataset
in interface ISeamlineModifierInit
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.