|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICalculateCellSizeRangesParameters
Provides access to members that control parameters for computing cell size ranges in a mosaic dataset.
| 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 |
|---|
void setCalculateRasterMinCellSizes(boolean pbDoCalculateMin)
throws IOException,
AutomationException
pbDoCalculateMin - The pbDoCalculateMin (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCalculateRasterMinCellSizes()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCalculateRasterMaxCellSizes(boolean pbDoCalculateMax)
throws IOException,
AutomationException
pbDoCalculateMax - The pbDoCalculateMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCalculateRasterMaxCellSizes()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCalculateMosaicCellSizes(boolean pbDoMosaicCellSizeRanges)
throws IOException,
AutomationException
pbDoMosaicCellSizeRanges - The pbDoMosaicCellSizeRanges (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCalculateMosaicCellSizes()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCalculateLevels(boolean pbCalculateLevels)
throws IOException,
AutomationException
pbCalculateLevels - The pbCalculateLevels (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCalculateLevels()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxRangeFactor(double pMaxRangeFactor)
throws IOException,
AutomationException
pMaxRangeFactor - The pMaxRangeFactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMaxRangeFactor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxOverviewFactor(double pMaxOverviewFactor)
throws IOException,
AutomationException
pMaxOverviewFactor - The pMaxOverviewFactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMaxOverviewFactor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
throws IOException,
AutomationException
pCellSizeClusterTolerance - The pCellSizeClusterTolerance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getCellSizeClusterTolerance()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUpdateMissingValuesOnly(boolean pbUpdateMissingValuesOnly)
throws IOException,
AutomationException
pbUpdateMissingValuesOnly - The pbUpdateMissingValuesOnly (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUpdateMissingValuesOnly()
throws IOException,
AutomationException
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 | ||||||||