public interface ISynchronizeParameters
extends 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 |
IID241b22c3_75ef_468b_a4a3_758fd9da08df |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ISpatialReference |
getDefaultSpatialReference()
The default spatial reference used by all raster types for those dataset which do not have an associated native spatial reference.
|
double |
getDensificationFactor()
The maximum segment length value as a factor of each incoming dataset fooprint's average dimension.
|
double |
getMaximumHighCellSize()
The maximum allowed computed value for the high pixel size for the function raster dataset associated with a synchronized item.
|
int |
getMaximumPyramidLevel()
The maximum number of pyramid levels to use from the function raster dataset associated with a synchronized item.
|
int |
getMinimumColumns()
The minimum number of pixel columnns allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item.
|
int |
getMinimumRows()
The minimum number of pixel rows allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item.
|
IRasterThumbnailBuilder |
getThumbnailBuilder()
The thumbnail builder object associated with this operation.
|
boolean |
isBuildPyramids()
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
|
boolean |
isBuildThumbnail()
Indicates whether items thumbnails are built and saved.
|
boolean |
isComputeStatistics()
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
|
boolean |
isRemoveInvalidItems()
Indicates whether items with category set to 'Incomplete' or items that cannot be rebuilt using their corresponding data sources are removed from the mosaic dataset.
|
boolean |
isResetVisibility()
Indicates whether each selected item's visibility values (MinPS and MaxPS) are reset to null.
|
boolean |
isSyncOnlyStaleItems()
Indicates if only those items found to be stale are synchronized.
|
void |
setBuildPyramids(boolean pbBuildPyramids)
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
|
void |
setBuildThumbnail(boolean pbBuildThumbnail)
Indicates whether items thumbnails are built and saved.
|
void |
setComputeStatistics(boolean pbComputeStatistics)
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
|
void |
setDefaultSpatialReferenceByRef(ISpatialReference ppDefaultSrs)
The default spatial reference used by all raster types for those dataset which do not have an associated native spatial reference.
|
void |
setDensificationFactor(double pDensificationFactor)
The maximum segment length value as a factor of each incoming dataset fooprint's average dimension.
|
void |
setMaximumHighCellSize(double pMaximumHighCellSize)
The maximum allowed computed value for the high pixel size for the function raster dataset associated with a synchronized item.
|
void |
setMaximumPyramidLevel(int pMaximumPyramidLevel)
The maximum number of pyramid levels to use from the function raster dataset associated with a synchronized item.
|
void |
setMinimumColumns(int pMinimumColumns)
The minimum number of pixel columnns allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item.
|
void |
setMinimumRows(int pMinimumRows)
The minimum number of pixel rows allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item.
|
void |
setRemoveInvalidItems(boolean pbRemoveInvalidItems)
Indicates whether items with category set to 'Incomplete' or items that cannot be rebuilt using their corresponding data sources are removed from the mosaic dataset.
|
void |
setResetVisibility(boolean pbResetVisibility)
Indicates whether each selected item's visibility values (MinPS and MaxPS) are reset to null.
|
void |
setSyncOnlyStaleItems(boolean pbSyncOnlyStaleItems)
Indicates if only those items found to be stale are synchronized.
|
void |
setThumbnailBuilderByRef(IRasterThumbnailBuilder ppThumbnailBuilder)
The thumbnail builder object associated with this operation.
|
static final int IID241b22c3_75ef_468b_a4a3_758fd9da08df
static final int xxDummy
static final java.lang.String IID
void setDefaultSpatialReferenceByRef(ISpatialReference ppDefaultSrs) throws java.io.IOException, AutomationException
ppDefaultSrs
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpatialReference getDefaultSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSyncOnlyStaleItems(boolean pbSyncOnlyStaleItems) throws java.io.IOException, AutomationException
pbSyncOnlyStaleItems
- The pbSyncOnlyStaleItems (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSyncOnlyStaleItems() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRemoveInvalidItems(boolean pbRemoveInvalidItems) throws java.io.IOException, AutomationException
pbRemoveInvalidItems
- The pbRemoveInvalidItems (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRemoveInvalidItems() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumPyramidLevel(int pMaximumPyramidLevel) throws java.io.IOException, AutomationException
pMaximumPyramidLevel
- The pMaximumPyramidLevel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaximumPyramidLevel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinimumRows(int pMinimumRows) throws java.io.IOException, AutomationException
pMinimumRows
- The pMinimumRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMinimumRows() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinimumColumns(int pMinimumColumns) throws java.io.IOException, AutomationException
pMinimumColumns
- The pMinimumColumns (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMinimumColumns() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumHighCellSize(double pMaximumHighCellSize) throws java.io.IOException, AutomationException
pMaximumHighCellSize
- The pMaximumHighCellSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximumHighCellSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setComputeStatistics(boolean pbComputeStatistics) throws java.io.IOException, AutomationException
pbComputeStatistics
- The pbComputeStatistics (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isComputeStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBuildPyramids(boolean pbBuildPyramids) throws java.io.IOException, AutomationException
pbBuildPyramids
- The pbBuildPyramids (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isBuildPyramids() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBuildThumbnail(boolean pbBuildThumbnail) throws java.io.IOException, AutomationException
pbBuildThumbnail
- The pbBuildThumbnail (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isBuildThumbnail() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setThumbnailBuilderByRef(IRasterThumbnailBuilder ppThumbnailBuilder) throws java.io.IOException, AutomationException
ppThumbnailBuilder
- A reference to a com.esri.arcgis.datasourcesraster.IRasterThumbnailBuilder (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterThumbnailBuilder getThumbnailBuilder() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDensificationFactor(double pDensificationFactor) throws java.io.IOException, AutomationException
pDensificationFactor
- The pDensificationFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getDensificationFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResetVisibility(boolean pbResetVisibility) throws java.io.IOException, AutomationException
pbResetVisibility
- The pbResetVisibility (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isResetVisibility() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.