public interface ISynchronizeParameters5 extends ISynchronizeParameters4, java.io.Serializable
Description: 'Provides access to members that control parameters for synchronizing items 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 |
IIDc68e8c4a_964c_44e9_bcce_9574621e05f9 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID273e8947_7166_4388_b024_7da20fcd7e77IID59414e9a_d8d5_4e32_a1bc_0f5c5d086faaIIDa1234642_e293_419a_b650_6ca72c69d9d7IID241b22c3_75ef_468b_a4a3_758fd9da08df| Modifier and Type | Method and Description |
|---|---|
int |
getPixelCacheCompression()
The pixel cache compression type.
|
int |
getPixelCacheCompressionQuality()
The pixel cache compression quality.
|
java.lang.String |
getPixelCacheLocation()
The pixel cache location.
|
boolean |
isPixelCacheEnabled()
Indicates whether to create and embed MRF as raster value.
|
void |
setPixelCacheCompression(int pCompressionType)
The pixel cache compression type.
|
void |
setPixelCacheCompressionQuality(int pCompressionQuality)
The pixel cache compression quality.
|
void |
setPixelCacheEnabled(boolean pbPixelCacheEnabled)
Indicates whether to create and embed MRF as raster value.
|
void |
setPixelCacheLocation(java.lang.String pPixelCacheLocation)
The pixel cache location.
|
isEstimateStatistics, setEstimateStatisticsisRefreshMensurationCapabilities, isRefreshMultidimensionalInfo, setRefreshMensurationCapabilities, setRefreshMultidimensionalInfogetAuxiliaryFieldValues, getCacheParameters, getExcludedFields, getGeodataXform, getGeodataXformApplyMethod, getMaximumCellSizeFactor, getMinimumCellSizeFactor, isDefineCache, isForceDefaultSpatialReference, isRebuildDataSource, isRefreshCache, isUpdateExistingItems, setAuxiliaryFieldValuesByRef, setCacheParametersByRef, setDefineCache, setExcludedFieldsByRef, setForceDefaultSpatialReference, setGeodataXformApplyMethod, setGeodataXformByRef, setMaximumCellSizeFactor, setMinimumCellSizeFactor, setRebuildDataSource, setRefreshCache, setUpdateExistingItemsgetDefaultSpatialReference, getDensificationFactor, getMaximumHighCellSize, getMaximumPyramidLevel, getMinimumColumns, getMinimumRows, getThumbnailBuilder, isBuildPyramids, isBuildThumbnail, isComputeStatistics, isRemoveInvalidItems, isResetVisibility, isSyncOnlyStaleItems, setBuildPyramids, setBuildThumbnail, setComputeStatistics, setDefaultSpatialReferenceByRef, setDensificationFactor, setMaximumHighCellSize, setMaximumPyramidLevel, setMinimumColumns, setMinimumRows, setRemoveInvalidItems, setResetVisibility, setSyncOnlyStaleItems, setThumbnailBuilderByRefstatic final int IIDc68e8c4a_964c_44e9_bcce_9574621e05f9
static final int xxDummy
static final java.lang.String IID
void setPixelCacheEnabled(boolean pbPixelCacheEnabled)
throws java.io.IOException,
AutomationException
pbPixelCacheEnabled - The pbPixelCacheEnabled (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isPixelCacheEnabled()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPixelCacheLocation(java.lang.String pPixelCacheLocation)
throws java.io.IOException,
AutomationException
pPixelCacheLocation - The pPixelCacheLocation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getPixelCacheLocation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPixelCacheCompression(int pCompressionType)
throws java.io.IOException,
AutomationException
pCompressionType - A com.esri.arcgis.geodatabase.esriRasterCompressionType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getPixelCacheCompression()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPixelCacheCompressionQuality(int pCompressionQuality)
throws java.io.IOException,
AutomationException
pCompressionQuality - The pCompressionQuality (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getPixelCacheCompressionQuality()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.