|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.ImageViewOperationParameters
public class ImageViewOperationParameters
COM Class 'ImageViewOperationParameters'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description 'An object that controls image view operations on a mosaic dataset.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IImageViewOperationParameters |
|---|
IID, IID9cf99e96_a05c_409d_b194_486a73f0b731, xxDummy |
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters3 |
|---|
IID, IID0f656cef_47b0_46dc_a9fa_be3c31103086, xxDummy |
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters2 |
|---|
IID38662eb1_a3ae_42ab_a7d6_1f87ef453b32 |
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters |
|---|
IID379006f4_6f75_4c3b_b783_0c2e88a7b280 |
| Constructor Summary | |
|---|---|
ImageViewOperationParameters()
Constructs a ImageViewOperationParameters using ArcGIS Engine. |
|
ImageViewOperationParameters(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ImageViewOperationParameters theImageViewOperationParameters = (ImageViewOperationParameters) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IPropertySet |
getParameters()
All parameters associated with the mosaic dataset operation. |
IProgressor |
getProgressor()
The external progressor object associated with the mosaic dataset operation. |
IPropertySet |
getResults()
The properties of the result associated with the mosaic dataset operation. |
int |
hashCode()
the hashcode for this object |
boolean |
isDatasetReadOnly()
Indicates whether the mosaic dataset is in read-only mode. |
boolean |
isPrepareResults()
Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the ‘Results’ property. |
boolean |
isRefresh()
Indicates whether the geodatabase data dictionary should be refreshed by the operation. |
boolean |
isRemoveOrphanItems()
Indicates whether member items that are orphaned by the removal of an image view are also removed from the mosaic dataset. |
boolean |
isUpdateMembership()
Indicates whether the view membership table associated with the mosaic dataset is updated. |
void |
release()
Release a ImageViewOperationParameters. |
void |
setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
Indicates whether the mosaic dataset is in read-only mode. |
void |
setParametersByRef(IPropertySet ppAllParameters)
All parameters associated with the mosaic dataset operation. |
void |
setPrepareResults(boolean pbPrepareResults)
Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the ‘Results’ property. |
void |
setProgressorByRef(IProgressor ppProgressor)
The external progressor object associated with the mosaic dataset operation. |
void |
setRefresh(boolean pbRefresh)
Indicates whether the geodatabase data dictionary should be refreshed by the operation. |
void |
setRemoveOrphanItems(boolean pbRemoveOrphanItems)
Indicates whether member items that are orphaned by the removal of an image view are also removed from the mosaic dataset. |
void |
setResultsByRef(IPropertySet ppOperationResults)
The properties of the result associated with the mosaic dataset operation. |
void |
setUpdateMembership(boolean pbUpdateMembership)
Indicates whether the view membership table associated with the mosaic dataset is updated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageViewOperationParameters()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ImageViewOperationParameters(java.lang.Object obj)
throws java.io.IOException
ImageViewOperationParameters theImageViewOperationParameters = (ImageViewOperationParameters) obj;
obj to ImageViewOperationParameters.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setUpdateMembership(boolean pbUpdateMembership)
throws java.io.IOException,
AutomationException
setUpdateMembership in interface IImageViewOperationParameterspbUpdateMembership - The pbUpdateMembership (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUpdateMembership()
throws java.io.IOException,
AutomationException
isUpdateMembership in interface IImageViewOperationParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRemoveOrphanItems(boolean pbRemoveOrphanItems)
throws java.io.IOException,
AutomationException
setRemoveOrphanItems in interface IImageViewOperationParameterspbRemoveOrphanItems - The pbRemoveOrphanItems (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRemoveOrphanItems()
throws java.io.IOException,
AutomationException
isRemoveOrphanItems in interface IImageViewOperationParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParametersByRef(IPropertySet ppAllParameters)
throws java.io.IOException,
AutomationException
setParametersByRef in interface IMosaicDatasetOperationParametersppAllParameters - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getParameters()
throws java.io.IOException,
AutomationException
getParameters in interface IMosaicDatasetOperationParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProgressorByRef(IProgressor ppProgressor)
throws java.io.IOException,
AutomationException
setProgressorByRef in interface IMosaicDatasetOperationParametersppProgressor - A reference to a com.esri.arcgis.system.IProgressor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IProgressor getProgressor()
throws java.io.IOException,
AutomationException
getProgressor in interface IMosaicDatasetOperationParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
throws java.io.IOException,
AutomationException
setIsDatasetReadOnly in interface IMosaicDatasetOperationParameterspbIsDatasetReadOnly - The pbIsDatasetReadOnly (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDatasetReadOnly()
throws java.io.IOException,
AutomationException
isDatasetReadOnly in interface IMosaicDatasetOperationParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResultsByRef(IPropertySet ppOperationResults)
throws java.io.IOException,
AutomationException
setResultsByRef in interface IMosaicDatasetOperationParametersppOperationResults - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getResults()
throws java.io.IOException,
AutomationException
getResults in interface IMosaicDatasetOperationParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrepareResults(boolean pbPrepareResults)
throws java.io.IOException,
AutomationException
setPrepareResults in interface IMosaicDatasetOperationParameters2pbPrepareResults - The pbPrepareResults (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPrepareResults()
throws java.io.IOException,
AutomationException
isPrepareResults in interface IMosaicDatasetOperationParameters2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRefresh(boolean pbRefresh)
throws java.io.IOException,
AutomationException
setRefresh in interface IMosaicDatasetOperationParameters3pbRefresh - The pbRefresh (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRefresh()
throws java.io.IOException,
AutomationException
isRefresh in interface IMosaicDatasetOperationParameters3java.io.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 | ||||||||