public class ICalculateCellSizeRangesParametersProxy extends com.esri.arcgis.interop.Dispatch implements ICalculateCellSizeRangesParameters, java.io.Serializable
Description: 'Provides access to members that control parameters for computing cell size ranges in 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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID6b9ceb1d_7c5f_4de3_a1a8_843851fa1904| Modifier | Constructor and Description |
|---|---|
|
ICalculateCellSizeRangesParametersProxy()
For internal use only
|
|
ICalculateCellSizeRangesParametersProxy(java.lang.Object obj) |
protected |
ICalculateCellSizeRangesParametersProxy(java.lang.Object obj,
java.lang.String iid) |
|
ICalculateCellSizeRangesParametersProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ICalculateCellSizeRangesParametersProxy(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.
|
double |
getCellSizeClusterTolerance()
The factor controlling clustering of cell size values.
|
double |
getMaxOverviewFactor()
The multiplicative factor used for computing the maximum visibility of the top-most (lowest resolution) overview items.
|
double |
getMaxRangeFactor()
The multiplicative factor used for computing maximum visibility of those items that don't their footprints completely covered by footprints of lower resolution items.
|
boolean |
isCalculateLevels()
Indicates whether all unique cell size levels for the mosaic dataset are computed and stored.
|
boolean |
isCalculateMosaicCellSizes()
Indicates whether mosaic dataset's maximum visible cell size is calculated.
|
boolean |
isCalculateRasterMaxCellSizes()
Indicates whether maximum visibility values are calculated for selected items.
|
boolean |
isCalculateRasterMinCellSizes()
Indicates whether minimum visibility values are calculated for selected items.
|
boolean |
isUpdateMissingValuesOnly()
Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated.
|
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 |
setCalculateLevels(boolean pbCalculateLevels)
Indicates whether all unique cell size levels for the mosaic dataset are computed and stored.
|
void |
setCalculateMosaicCellSizes(boolean pbDoMosaicCellSizeRanges)
Indicates whether mosaic dataset's maximum visible cell size is calculated.
|
void |
setCalculateRasterMaxCellSizes(boolean pbDoCalculateMax)
Indicates whether maximum visibility values are calculated for selected items.
|
void |
setCalculateRasterMinCellSizes(boolean pbDoCalculateMin)
Indicates whether minimum visibility values are calculated for selected items.
|
void |
setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
The factor controlling clustering of cell size values.
|
void |
setMaxOverviewFactor(double pMaxOverviewFactor)
The multiplicative factor used for computing the maximum visibility of the top-most (lowest resolution) overview items.
|
void |
setMaxRangeFactor(double pMaxRangeFactor)
The multiplicative factor used for computing maximum visibility of those items that don't their footprints completely covered by footprints of lower resolution items.
|
void |
setUpdateMissingValuesOnly(boolean pbUpdateMissingValuesOnly)
Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ICalculateCellSizeRangesParametersProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ICalculateCellSizeRangesParametersProxy()
public ICalculateCellSizeRangesParametersProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ICalculateCellSizeRangesParametersProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ICalculateCellSizeRangesParametersProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void setCalculateRasterMinCellSizes(boolean pbDoCalculateMin)
throws java.io.IOException,
AutomationException
setCalculateRasterMinCellSizes in interface ICalculateCellSizeRangesParameterspbDoCalculateMin - The pbDoCalculateMin (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isCalculateRasterMinCellSizes()
throws java.io.IOException,
AutomationException
isCalculateRasterMinCellSizes in interface ICalculateCellSizeRangesParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCalculateRasterMaxCellSizes(boolean pbDoCalculateMax)
throws java.io.IOException,
AutomationException
setCalculateRasterMaxCellSizes in interface ICalculateCellSizeRangesParameterspbDoCalculateMax - The pbDoCalculateMax (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isCalculateRasterMaxCellSizes()
throws java.io.IOException,
AutomationException
isCalculateRasterMaxCellSizes in interface ICalculateCellSizeRangesParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCalculateMosaicCellSizes(boolean pbDoMosaicCellSizeRanges)
throws java.io.IOException,
AutomationException
setCalculateMosaicCellSizes in interface ICalculateCellSizeRangesParameterspbDoMosaicCellSizeRanges - The pbDoMosaicCellSizeRanges (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isCalculateMosaicCellSizes()
throws java.io.IOException,
AutomationException
isCalculateMosaicCellSizes in interface ICalculateCellSizeRangesParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCalculateLevels(boolean pbCalculateLevels)
throws java.io.IOException,
AutomationException
setCalculateLevels in interface ICalculateCellSizeRangesParameterspbCalculateLevels - The pbCalculateLevels (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isCalculateLevels()
throws java.io.IOException,
AutomationException
isCalculateLevels in interface ICalculateCellSizeRangesParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMaxRangeFactor(double pMaxRangeFactor)
throws java.io.IOException,
AutomationException
setMaxRangeFactor in interface ICalculateCellSizeRangesParameterspMaxRangeFactor - The pMaxRangeFactor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getMaxRangeFactor()
throws java.io.IOException,
AutomationException
getMaxRangeFactor in interface ICalculateCellSizeRangesParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMaxOverviewFactor(double pMaxOverviewFactor)
throws java.io.IOException,
AutomationException
setMaxOverviewFactor in interface ICalculateCellSizeRangesParameterspMaxOverviewFactor - The pMaxOverviewFactor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getMaxOverviewFactor()
throws java.io.IOException,
AutomationException
getMaxOverviewFactor in interface ICalculateCellSizeRangesParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
throws java.io.IOException,
AutomationException
setCellSizeClusterTolerance in interface ICalculateCellSizeRangesParameterspCellSizeClusterTolerance - The pCellSizeClusterTolerance (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getCellSizeClusterTolerance()
throws java.io.IOException,
AutomationException
getCellSizeClusterTolerance in interface ICalculateCellSizeRangesParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setUpdateMissingValuesOnly(boolean pbUpdateMissingValuesOnly)
throws java.io.IOException,
AutomationException
setUpdateMissingValuesOnly in interface ICalculateCellSizeRangesParameterspbUpdateMissingValuesOnly - The pbUpdateMissingValuesOnly (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isUpdateMissingValuesOnly()
throws java.io.IOException,
AutomationException
isUpdateMissingValuesOnly in interface ICalculateCellSizeRangesParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.