com.esri.arcgis.datasourcesraster
Interface ICalculateCellSizeRangesParameters

All Superinterfaces:
Serializable
All Known Implementing Classes:
CalculateCellSizeRangesParameters, DefineOverviewsParameters, ICalculateCellSizeRangesParametersProxy

public interface ICalculateCellSizeRangesParameters
extends 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.


Method Summary
 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 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.
 

Method Detail

setCalculateRasterMinCellSizes

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.

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

isCalculateRasterMinCellSizes

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.

Returns:
The pbDoCalculateMin
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCalculateRasterMaxCellSizes

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.

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

isCalculateRasterMaxCellSizes

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.

Returns:
The pbDoCalculateMax
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCalculateMosaicCellSizes

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.

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

isCalculateMosaicCellSizes

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.

Returns:
The pbDoMosaicCellSizeRanges
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCalculateLevels

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.

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

isCalculateLevels

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.

Returns:
The pbCalculateLevels
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxRangeFactor

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.

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

getMaxRangeFactor

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.

Returns:
The pMaxRangeFactor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxOverviewFactor

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.

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

getMaxOverviewFactor

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.

Returns:
The pMaxOverviewFactor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellSizeClusterTolerance

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.

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

getCellSizeClusterTolerance

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.

Returns:
The pCellSizeClusterTolerance
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUpdateMissingValuesOnly

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.

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

isUpdateMissingValuesOnly

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.

Returns:
The pbUpdateMissingValuesOnly
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.