com.esri.arcgis.datasourcesraster
Class ICalculateCellSizeRangesParametersProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.ICalculateCellSizeRangesParametersProxy
All Implemented Interfaces:
ICalculateCellSizeRangesParameters, Externalizable, Serializable

public class ICalculateCellSizeRangesParametersProxy
extends com.esri.arcgis.interop.Dispatch
implements ICalculateCellSizeRangesParameters, Serializable

Provides access to members that control parameters for computing cell size ranges in a mosaic dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

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

noncastable

public boolean noncastable
Constructor Detail

ICalculateCellSizeRangesParametersProxy

public ICalculateCellSizeRangesParametersProxy()

ICalculateCellSizeRangesParametersProxy

public ICalculateCellSizeRangesParametersProxy(Object obj)
                                        throws IOException
Throws:
IOException

ICalculateCellSizeRangesParametersProxy

protected ICalculateCellSizeRangesParametersProxy(Object obj,
                                                  String iid)
                                           throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

setCalculateRasterMinCellSizes

public void setCalculateRasterMinCellSizes(boolean pbDoCalculateMin)
                                    throws IOException,
                                           AutomationException
Indicates whether minimum visibility values are calculated for selected items.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setCalculateRasterMinCellSizes in interface ICalculateCellSizeRangesParameters
Parameters:
pbDoCalculateMin - The pbDoCalculateMin (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCalculateRasterMinCellSizes

public boolean isCalculateRasterMinCellSizes()
                                      throws IOException,
                                             AutomationException
Indicates whether minimum visibility values are calculated for selected items.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isCalculateRasterMinCellSizes in interface ICalculateCellSizeRangesParameters
Returns:
The pbDoCalculateMin
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCalculateRasterMaxCellSizes

public void setCalculateRasterMaxCellSizes(boolean pbDoCalculateMax)
                                    throws IOException,
                                           AutomationException
Indicates whether maximum visibility values are calculated for selected items.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setCalculateRasterMaxCellSizes in interface ICalculateCellSizeRangesParameters
Parameters:
pbDoCalculateMax - The pbDoCalculateMax (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCalculateRasterMaxCellSizes

public boolean isCalculateRasterMaxCellSizes()
                                      throws IOException,
                                             AutomationException
Indicates whether maximum visibility values are calculated for selected items.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isCalculateRasterMaxCellSizes in interface ICalculateCellSizeRangesParameters
Returns:
The pbDoCalculateMax
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCalculateMosaicCellSizes

public void setCalculateMosaicCellSizes(boolean pbDoMosaicCellSizeRanges)
                                 throws IOException,
                                        AutomationException
Indicates whether mosaic dataset's maximum visible cell size is calculated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setCalculateMosaicCellSizes in interface ICalculateCellSizeRangesParameters
Parameters:
pbDoMosaicCellSizeRanges - The pbDoMosaicCellSizeRanges (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCalculateMosaicCellSizes

public boolean isCalculateMosaicCellSizes()
                                   throws IOException,
                                          AutomationException
Indicates whether mosaic dataset's maximum visible cell size is calculated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isCalculateMosaicCellSizes in interface ICalculateCellSizeRangesParameters
Returns:
The pbDoMosaicCellSizeRanges
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCalculateLevels

public void setCalculateLevels(boolean pbCalculateLevels)
                        throws IOException,
                               AutomationException
Indicates whether all unique cell size levels for the mosaic dataset are computed and stored.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setCalculateLevels in interface ICalculateCellSizeRangesParameters
Parameters:
pbCalculateLevels - The pbCalculateLevels (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCalculateLevels

public boolean isCalculateLevels()
                          throws IOException,
                                 AutomationException
Indicates whether all unique cell size levels for the mosaic dataset are computed and stored.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isCalculateLevels in interface ICalculateCellSizeRangesParameters
Returns:
The pbCalculateLevels
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxRangeFactor

public void setMaxRangeFactor(double pMaxRangeFactor)
                       throws IOException,
                              AutomationException
The multiplicative factor used for computing maximum visibility of those items that don't their footprints completely covered by footprints of lower resolution items. The maximum pixel size values of such items are computed by multiplying the corresponding low????&

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setMaxRangeFactor in interface ICalculateCellSizeRangesParameters
Parameters:
pMaxRangeFactor - The pMaxRangeFactor (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxRangeFactor

public double getMaxRangeFactor()
                         throws IOException,
                                AutomationException
The multiplicative factor used for computing maximum visibility of those items that don't their footprints completely covered by footprints of lower resolution items. The maximum pixel size values of such items are computed by multiplying the corresponding low????&

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getMaxRangeFactor in interface ICalculateCellSizeRangesParameters
Returns:
The pMaxRangeFactor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxOverviewFactor

public void setMaxOverviewFactor(double pMaxOverviewFactor)
                          throws IOException,
                                 AutomationException
The multiplicative factor used for computing the maximum visibility of the top-most (lowest resolution) overview items.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setMaxOverviewFactor in interface ICalculateCellSizeRangesParameters
Parameters:
pMaxOverviewFactor - The pMaxOverviewFactor (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxOverviewFactor

public double getMaxOverviewFactor()
                            throws IOException,
                                   AutomationException
The multiplicative factor used for computing the maximum visibility of the top-most (lowest resolution) overview items.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getMaxOverviewFactor in interface ICalculateCellSizeRangesParameters
Returns:
The pMaxOverviewFactor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellSizeClusterTolerance

public void setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
                                 throws IOException,
                                        AutomationException
The factor controlling clustering of cell sizes values. Two cell size values with a difference factor less than the value in this property are considered one.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setCellSizeClusterTolerance in interface ICalculateCellSizeRangesParameters
Parameters:
pCellSizeClusterTolerance - The pCellSizeClusterTolerance (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellSizeClusterTolerance

public double getCellSizeClusterTolerance()
                                   throws IOException,
                                          AutomationException
The factor controlling clustering of cell sizes values. Two cell size values with a difference factor less than the value in this property are considered one.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getCellSizeClusterTolerance in interface ICalculateCellSizeRangesParameters
Returns:
The pCellSizeClusterTolerance
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUpdateMissingValuesOnly

public void setUpdateMissingValuesOnly(boolean pbUpdateMissingValuesOnly)
                                throws IOException,
                                       AutomationException
Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setUpdateMissingValuesOnly in interface ICalculateCellSizeRangesParameters
Parameters:
pbUpdateMissingValuesOnly - The pbUpdateMissingValuesOnly (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUpdateMissingValuesOnly

public boolean isUpdateMissingValuesOnly()
                                  throws IOException,
                                         AutomationException
Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isUpdateMissingValuesOnly in interface ICalculateCellSizeRangesParameters
Returns:
The pbUpdateMissingValuesOnly
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.