public interface ICalculateCellSizeRangesParameters
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6b9ceb1d_7c5f_4de3_a1a8_843851fa1904 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID6b9ceb1d_7c5f_4de3_a1a8_843851fa1904
static final int xxDummy
static final java.lang.String IID
void setCalculateRasterMinCellSizes(boolean pbDoCalculateMin) throws java.io.IOException, AutomationException
pbDoCalculateMin
- The pbDoCalculateMin (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCalculateRasterMinCellSizes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCalculateRasterMaxCellSizes(boolean pbDoCalculateMax) throws java.io.IOException, AutomationException
pbDoCalculateMax
- The pbDoCalculateMax (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCalculateRasterMaxCellSizes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCalculateMosaicCellSizes(boolean pbDoMosaicCellSizeRanges) throws java.io.IOException, AutomationException
pbDoMosaicCellSizeRanges
- The pbDoMosaicCellSizeRanges (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCalculateMosaicCellSizes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCalculateLevels(boolean pbCalculateLevels) throws java.io.IOException, AutomationException
pbCalculateLevels
- The pbCalculateLevels (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCalculateLevels() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxRangeFactor(double pMaxRangeFactor) throws java.io.IOException, AutomationException
pMaxRangeFactor
- The pMaxRangeFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaxRangeFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxOverviewFactor(double pMaxOverviewFactor) throws java.io.IOException, AutomationException
pMaxOverviewFactor
- The pMaxOverviewFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaxOverviewFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellSizeClusterTolerance(double pCellSizeClusterTolerance) throws java.io.IOException, AutomationException
pCellSizeClusterTolerance
- The pCellSizeClusterTolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getCellSizeClusterTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUpdateMissingValuesOnly(boolean pbUpdateMissingValuesOnly) throws java.io.IOException, AutomationException
pbUpdateMissingValuesOnly
- The pbUpdateMissingValuesOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUpdateMissingValuesOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.