public interface ISynchronizeParameters2 extends ISynchronizeParameters, 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 |
IIDa1234642_e293_419a_b650_6ca72c69d9d7 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID241b22c3_75ef_468b_a4a3_758fd9da08df
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getAuxiliaryFieldValues()
A field value property set that maps field names to possible metadata values.
|
ICachedRasterFunctionArguments |
getCacheParameters()
The parameters used for defining cache of the selected mosaic dataset items.
|
IStringArray |
getExcludedFields()
The collection of field names that are excluded from being updated during synchronization.
|
IGeodataXform |
getGeodataXform()
The georefencing of the raster item.
|
int |
getGeodataXformApplyMethod()
The method used for applying the GeodataXform.
|
double |
getMaximumCellSizeFactor()
The maximum visible pixel size factor.
|
double |
getMinimumCellSizeFactor()
The minimum visible pixel size factor.
|
boolean |
isDefineCache()
Indicates whether an attempt is made to define cache of the selected mosaic dataset items.
|
boolean |
isForceDefaultSpatialReference()
Indicates whether to overwrite the native spatial reference in a dataset with the one specified in the default spatial reference property.
|
boolean |
isRebuildDataSource()
Indicates whether the original datasource added to the mosaic dataset will be rebuilt in order to update the metadata fields.
|
boolean |
isRefreshCache()
Indicates whether an attempt is made to refresh the cache of the selected mosaic dataset items.
|
boolean |
isUpdateExistingItems()
Indicates whether mosaic dataset items are updated as part of the synchronization operation.
|
void |
setAuxiliaryFieldValuesByRef(IPropertySet ppFieldValues)
A field value property set that maps field names to possible metadata values.
|
void |
setCacheParametersByRef(ICachedRasterFunctionArguments ppParameters)
The parameters used for defining cache of the selected mosaic dataset items.
|
void |
setDefineCache(boolean pbDefineCache)
Indicates whether an attempt is made to define cache of the selected mosaic dataset items.
|
void |
setExcludedFieldsByRef(IStringArray ppExcludedFields)
The collection of field names that are excluded from being updated during synchronization.
|
void |
setForceDefaultSpatialReference(boolean pbForceDefaultSpatialReference)
Indicates whether to overwrite the native spatial reference in a dataset with the one specified in the default spatial reference property.
|
void |
setGeodataXformApplyMethod(int pMethod)
The method used for applying the GeodataXform.
|
void |
setGeodataXformByRef(IGeodataXform ppXf)
The georefencing of the raster item.
|
void |
setMaximumCellSizeFactor(double pMaxCellSizeFactor)
The maximum visible pixel size factor.
|
void |
setMinimumCellSizeFactor(double pMinCellSizeFactor)
The minimum visible pixel size factor.
|
void |
setRebuildDataSource(boolean pbRebuildDataSource)
Indicates whether the original datasource added to the mosaic dataset will be rebuilt in order to update the metadata fields.
|
void |
setRefreshCache(boolean pbRefreshCache)
Indicates whether an attempt is made to refresh the cache of the selected mosaic dataset items.
|
void |
setUpdateExistingItems(boolean pbUpdateExistingItems)
Indicates whether mosaic dataset items are updated as part of the synchronization operation.
|
getDefaultSpatialReference, getDensificationFactor, getMaximumHighCellSize, getMaximumPyramidLevel, getMinimumColumns, getMinimumRows, getThumbnailBuilder, isBuildPyramids, isBuildThumbnail, isComputeStatistics, isRemoveInvalidItems, isResetVisibility, isSyncOnlyStaleItems, setBuildPyramids, setBuildThumbnail, setComputeStatistics, setDefaultSpatialReferenceByRef, setDensificationFactor, setMaximumHighCellSize, setMaximumPyramidLevel, setMinimumColumns, setMinimumRows, setRemoveInvalidItems, setResetVisibility, setSyncOnlyStaleItems, setThumbnailBuilderByRef
static final int IIDa1234642_e293_419a_b650_6ca72c69d9d7
static final int xxDummy
static final java.lang.String IID
void setAuxiliaryFieldValuesByRef(IPropertySet ppFieldValues) throws java.io.IOException, AutomationException
ppFieldValues
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getAuxiliaryFieldValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinimumCellSizeFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinimumCellSizeFactor(double pMinCellSizeFactor) throws java.io.IOException, AutomationException
pMinCellSizeFactor
- The pMinCellSizeFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximumCellSizeFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumCellSizeFactor(double pMaxCellSizeFactor) throws java.io.IOException, AutomationException
pMaxCellSizeFactor
- The pMaxCellSizeFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRebuildDataSource(boolean pbRebuildDataSource) throws java.io.IOException, AutomationException
pbRebuildDataSource
- The pbRebuildDataSource (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRebuildDataSource() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExcludedFieldsByRef(IStringArray ppExcludedFields) throws java.io.IOException, AutomationException
ppExcludedFields
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getExcludedFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRefreshCache(boolean pbRefreshCache) throws java.io.IOException, AutomationException
pbRefreshCache
- The pbRefreshCache (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRefreshCache() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefineCache(boolean pbDefineCache) throws java.io.IOException, AutomationException
pbDefineCache
- The pbDefineCache (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDefineCache() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICachedRasterFunctionArguments getCacheParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCacheParametersByRef(ICachedRasterFunctionArguments ppParameters) throws java.io.IOException, AutomationException
ppParameters
- A reference to a com.esri.arcgis.datasourcesraster.ICachedRasterFunctionArguments (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeodataXform getGeodataXform() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeodataXformByRef(IGeodataXform ppXf) throws java.io.IOException, AutomationException
ppXf
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getGeodataXformApplyMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeodataXformApplyMethod(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.datasourcesraster.esriGeodataXformApplyMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setForceDefaultSpatialReference(boolean pbForceDefaultSpatialReference) throws java.io.IOException, AutomationException
pbForceDefaultSpatialReference
- The pbForceDefaultSpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isForceDefaultSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUpdateExistingItems(boolean pbUpdateExistingItems) throws java.io.IOException, AutomationException
pbUpdateExistingItems
- The pbUpdateExistingItems (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUpdateExistingItems() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.