com.esri.arcgis.datasourcesraster
Interface ICalculateCellSizeRangesParameters

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CalculateCellSizeRangesParameters, DefineOverviewsParameters, ICalculateCellSizeRangesParametersProxy

public interface ICalculateCellSizeRangesParameters
extends java.io.Serializable

COM Interface 'ICalculateCellSizeRangesParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6b9ceb1d_7c5f_4de3_a1a8_843851fa1904
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 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.
 

Field Detail

IID6b9ceb1d_7c5f_4de3_a1a8_843851fa1904

static final int IID6b9ceb1d_7c5f_4de3_a1a8_843851fa1904
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setCalculateRasterMinCellSizes

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

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

isCalculateRasterMinCellSizes

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

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

setCalculateRasterMaxCellSizes

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

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

isCalculateRasterMaxCellSizes

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

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

setCalculateMosaicCellSizes

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

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

isCalculateMosaicCellSizes

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

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

setCalculateLevels

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

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

isCalculateLevels

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

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

setMaxRangeFactor

void setMaxRangeFactor(double pMaxRangeFactor)
                       throws java.io.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?G?^??

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

getMaxRangeFactor

double getMaxRangeFactor()
                         throws java.io.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?G?^??

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

setMaxOverviewFactor

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

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

getMaxOverviewFactor

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

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

setCellSizeClusterTolerance

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

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

getCellSizeClusterTolerance

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

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

setUpdateMissingValuesOnly

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

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

isUpdateMissingValuesOnly

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

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