|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.ICalculateCellSizeRangesParametersProxy
public class ICalculateCellSizeRangesParametersProxy
Provides access to members that control parameters for computing cell size ranges in a mosaic dataset.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
ICalculateCellSizeRangesParametersProxy()
|
|
ICalculateCellSizeRangesParametersProxy(Object obj)
|
protected |
ICalculateCellSizeRangesParametersProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
double |
getCellSizeClusterTolerance()
The factor controlling clustering of cell sizes 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(String iidStr,
Object theListener)
|
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 sizes 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. |
| 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 ICalculateCellSizeRangesParametersProxy()
public ICalculateCellSizeRangesParametersProxy(Object obj)
throws IOException
IOException
protected ICalculateCellSizeRangesParametersProxy(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.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public void setCalculateRasterMinCellSizes(boolean pbDoCalculateMin)
throws IOException,
AutomationException
setCalculateRasterMinCellSizes in interface ICalculateCellSizeRangesParameterspbDoCalculateMin - The pbDoCalculateMin (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCalculateRasterMinCellSizes()
throws IOException,
AutomationException
isCalculateRasterMinCellSizes in interface ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCalculateRasterMaxCellSizes(boolean pbDoCalculateMax)
throws IOException,
AutomationException
setCalculateRasterMaxCellSizes in interface ICalculateCellSizeRangesParameterspbDoCalculateMax - The pbDoCalculateMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCalculateRasterMaxCellSizes()
throws IOException,
AutomationException
isCalculateRasterMaxCellSizes in interface ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCalculateMosaicCellSizes(boolean pbDoMosaicCellSizeRanges)
throws IOException,
AutomationException
setCalculateMosaicCellSizes in interface ICalculateCellSizeRangesParameterspbDoMosaicCellSizeRanges - The pbDoMosaicCellSizeRanges (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCalculateMosaicCellSizes()
throws IOException,
AutomationException
isCalculateMosaicCellSizes in interface ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCalculateLevels(boolean pbCalculateLevels)
throws IOException,
AutomationException
setCalculateLevels in interface ICalculateCellSizeRangesParameterspbCalculateLevels - The pbCalculateLevels (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCalculateLevels()
throws IOException,
AutomationException
isCalculateLevels in interface ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxRangeFactor(double pMaxRangeFactor)
throws IOException,
AutomationException
setMaxRangeFactor in interface ICalculateCellSizeRangesParameterspMaxRangeFactor - The pMaxRangeFactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaxRangeFactor()
throws IOException,
AutomationException
getMaxRangeFactor in interface ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxOverviewFactor(double pMaxOverviewFactor)
throws IOException,
AutomationException
setMaxOverviewFactor in interface ICalculateCellSizeRangesParameterspMaxOverviewFactor - The pMaxOverviewFactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaxOverviewFactor()
throws IOException,
AutomationException
getMaxOverviewFactor in interface ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
throws IOException,
AutomationException
setCellSizeClusterTolerance in interface ICalculateCellSizeRangesParameterspCellSizeClusterTolerance - The pCellSizeClusterTolerance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getCellSizeClusterTolerance()
throws IOException,
AutomationException
getCellSizeClusterTolerance in interface ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUpdateMissingValuesOnly(boolean pbUpdateMissingValuesOnly)
throws IOException,
AutomationException
setUpdateMissingValuesOnly in interface ICalculateCellSizeRangesParameterspbUpdateMissingValuesOnly - The pbUpdateMissingValuesOnly (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUpdateMissingValuesOnly()
throws IOException,
AutomationException
isUpdateMissingValuesOnly in interface ICalculateCellSizeRangesParametersIOException - 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 | ||||||||