| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.AddRastersParameters
public class AddRastersParameters
An object that controls how rasters are added to a mosaic dataset.
| Constructor Summary | |
|---|---|
AddRastersParameters()
Constructs a AddRastersParameters using ArcGIS Engine.  | 
|
AddRastersParameters(Object obj)
Construct a AddRastersParameters using a reference to such an object returned from ArcGIS Engine or Server.  | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object o)
Compare this object with another  | 
 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.  | 
static String | 
getClsid()
getClsid.  | 
 int | 
getCompressionQuality()
The pyramid compression quality.  | 
 int | 
getCompressionType()
The pyramid compression type.  | 
 IDataSourceCrawler | 
getCrawler()
The data source crawler that provides incoming data source items.  | 
 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.  | 
 int | 
getDuplicateItemsAction()
Indicates how incoming duplicates items are handled.  | 
 IStringArray | 
getExcludedFields()
The collection of field names that are excluded from being updated during synchronization.  | 
 String | 
getFilter()
Regular expression formed using wild card characters ('*', '?', or '.') for matching data source items created by the crawler.  | 
 IGeodataXform | 
getGeodataXform()
The georefencing of the raster item.  | 
 int | 
getGeodataXformApplyMethod()
The method used for applying the GeodataXform.  | 
 Object | 
getIgnoreValues()
The ignore values for statistics.  | 
 double | 
getMaximumCellSizeFactor()
The maximum visible pixel size factor.  | 
 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.  | 
 double | 
getMinimumCellSizeFactor()
The minimum visible pixel size factor.  | 
 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.  | 
 int | 
getNumThreads()
The number of parallel threads that execute parts of the associated operation.  | 
 IPropertySet | 
getParameters()
All parameters associated with the mosaic dataset operation.  | 
 IProgressor | 
getProgressor()
The external progressor object associated with the mosaic dataset operation.  | 
 int | 
getPyramidLevel()
The number of pyramid levels.  | 
 int | 
getPyramidResampleType()
The method used for pyramid resampling.  | 
 IRasterType | 
getRasterType()
The raster type used for constructing raster datasets using incoming data source items.  | 
 void | 
getRecommendedNumThreads(int[] pRecommendedNumThreads)
The number of parallel threads of execution recommended by the system.  | 
 IPropertySet | 
getResults()
The properties of the result associated with the mosaic dataset operation.  | 
 String | 
getServerName()
The URL to the server object name where parts of the operation may be remotely executed.  | 
 IRasterThumbnailBuilder | 
getThumbnailBuilder()
The thumbnail builder object associated with this operation.  | 
 ITimeExtent | 
getTimeExtent()
The range of allowed time value for Item URIs.  | 
 int | 
getXSkipFactor()
The X skip factor for statistics.  | 
 int | 
getYSkipFactor()
The Y skip factor for statistics.  | 
 int | 
hashCode()
the hashcode for this object  | 
 boolean | 
isAllowInPlaceSync()
Inidicates whether to allow items to be build as soon as they are added to the mosaic dataset (as long as the raster type allows in-place synchronization).  | 
 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 | 
isDatasetReadOnly()
Indicates whether the mosaic dataset is in read-only mode.  | 
 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 | 
isPrepareResults()
Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the ‘Results’ 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 | 
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 | 
isSynchronizeItems()
Indicates whether catalog items are synchronized once added to the mosaic dataset.  | 
 boolean | 
isSyncOnlyStaleItems()
Indicates if only those items found to be stale are synchronized.  | 
 boolean | 
isUpdateExistingItems()
Indicates whether mosaic dataset items are updated as part of the synchronization operation.  | 
 void | 
setAllowInPlaceSync(boolean pbAllowInPlaceSync)
Inidicates whether to allow items to be build as soon as they are added to the mosaic dataset (as long as the raster type allows in-place synchronization).  | 
 void | 
setAuxiliaryFieldValuesByRef(IPropertySet ppFieldValues)
A field value property set that maps field names to possible metadata values.  | 
 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 | 
setCacheParametersByRef(ICachedRasterFunctionArguments ppParameters)
The parameters used for defining cache of the selected mosaic dataset items.  | 
 void | 
setCompressionQuality(int value)
The pyramid compression quality.  | 
 void | 
setCompressionType(int pType)
The pyramid compression type.  | 
 void | 
setComputeStatistics(boolean pbComputeStatistics)
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.  | 
 void | 
setCrawlerByRef(IDataSourceCrawler ppCrawler)
The data source crawler that provides incoming data source items.  | 
 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 | 
setDefineCache(boolean pbDefineCache)
Indicates whether an attempt is made to define cache of the selected mosaic dataset items.  | 
 void | 
setDensificationFactor(double pDensificationFactor)
The maximum segment length value as a factor of each incoming dataset fooprint's average dimension.  | 
 void | 
setDuplicateItemsAction(int pAction)
Indicates how incoming duplicates items are handled.  | 
 void | 
setExcludedFieldsByRef(IStringArray ppExcludedFields)
The collection of field names that are excluded from being updated during synchronization.  | 
 void | 
setFilter(String pFilter)
Regular expression formed using wild card characters ('*', '?', or '.') for matching data source items created by the crawler.  | 
 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 | 
setIgnoreValues(Object vIgnoreValues)
The ignore values for statistics.  | 
 void | 
setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
Indicates whether the mosaic dataset is in read-only mode.  | 
 void | 
setMaximumCellSizeFactor(double pMaxCellSizeFactor)
The maximum visible pixel size factor.  | 
 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 | 
setMinimumCellSizeFactor(double pMinCellSizeFactor)
The minimum visible pixel size factor.  | 
 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 | 
setNumThreads(int pNumThreads)
The number of parallel threads that execute parts of the associated operation.  | 
 void | 
setParametersByRef(IPropertySet ppAllParameters)
All parameters associated with the mosaic dataset operation.  | 
 void | 
setPrepareResults(boolean pbPrepareResults)
Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the ‘Results’ property.  | 
 void | 
setProgressorByRef(IProgressor ppProgressor)
The external progressor object associated with the mosaic dataset operation.  | 
 void | 
setPyramidLevel(int pLevel)
The number of pyramid levels.  | 
 void | 
setPyramidResampleType(int pMethod)
The method used for pyramid resampling.  | 
 void | 
setRasterTypeByRef(IRasterType ppRasterType)
The raster type used for constructing raster datasets using incoming data source items.  | 
 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 | 
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 | 
setResultsByRef(IPropertySet ppOperationResults)
The properties of the result associated with the mosaic dataset operation.  | 
 void | 
setServerName(String pServerUrl)
The URL to the server object name where parts of the operation may be remotely executed.  | 
 void | 
setSynchronizeItems(boolean pbSynchronizeItems)
Indicates whether catalog items are synchronized once added to the mosaic dataset.  | 
 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.  | 
 void | 
setTimeExtentByRef(ITimeExtent ppTimeExtent)
The range of allowed time value for Item URIs.  | 
 void | 
setUpdateExistingItems(boolean pbUpdateExistingItems)
Indicates whether mosaic dataset items are updated as part of the synchronization operation.  | 
 void | 
setXSkipFactor(int xSkipFactor)
The X skip factor for statistics.  | 
 void | 
setYSkipFactor(int ySkipFactor)
The Y skip factor for statistics.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef | 
|---|
getJintegraDispatch, release | 
| Constructor Detail | 
|---|
public AddRastersParameters()
                     throws IOException,
                            UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public AddRastersParameters(Object obj)
                     throws IOException
obj to AddRastersParameters.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
  AddRastersParameters theAddRastersParameters = (AddRastersParameters) obj;| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setParametersByRef(IPropertySet ppAllParameters)
                        throws IOException,
                               AutomationException
setParametersByRef in interface IMosaicDatasetOperationParametersppAllParameters - A reference to a com.esri.arcgis.system.IPropertySet  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getParameters()
                           throws IOException,
                                  AutomationException
getParameters in interface IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProgressorByRef(IProgressor ppProgressor)
                        throws IOException,
                               AutomationException
setProgressorByRef in interface IMosaicDatasetOperationParametersppProgressor - A reference to a com.esri.arcgis.system.IProgressor  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IProgressor getProgressor()
                          throws IOException,
                                 AutomationException
getProgressor in interface IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
                          throws IOException,
                                 AutomationException
setIsDatasetReadOnly in interface IMosaicDatasetOperationParameterspbIsDatasetReadOnly - The pbIsDatasetReadOnly  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDatasetReadOnly()
                          throws IOException,
                                 AutomationException
isDatasetReadOnly in interface IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResultsByRef(IPropertySet ppOperationResults)
                     throws IOException,
                            AutomationException
setResultsByRef in interface IMosaicDatasetOperationParametersppOperationResults - A reference to a com.esri.arcgis.system.IPropertySet  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getResults()
                        throws IOException,
                               AutomationException
getResults in interface IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrepareResults(boolean pbPrepareResults)
                       throws IOException,
                              AutomationException
setPrepareResults in interface IMosaicDatasetOperationParameters2pbPrepareResults - The pbPrepareResults  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPrepareResults()
                         throws IOException,
                                AutomationException
isPrepareResults in interface IMosaicDatasetOperationParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCrawlerByRef(IDataSourceCrawler ppCrawler)
                     throws IOException,
                            AutomationException
setCrawlerByRef in interface IAddRastersParametersppCrawler - A reference to a com.esri.arcgis.datasourcesraster.IDataSourceCrawler  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataSourceCrawler getCrawler()
                              throws IOException,
                                     AutomationException
getCrawler in interface IAddRastersParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRasterTypeByRef(IRasterType ppRasterType)
                        throws IOException,
                               AutomationException
setRasterTypeByRef in interface IAddRastersParametersppRasterType - A reference to a com.esri.arcgis.datasourcesraster.IRasterType  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRasterType getRasterType()
                          throws IOException,
                                 AutomationException
getRasterType in interface IAddRastersParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDuplicateItemsAction(int pAction)
                             throws IOException,
                                    AutomationException
setDuplicateItemsAction in interface IAddRastersParameterspAction - A com.esri.arcgis.datasourcesraster.esriDuplicateItemsAction constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDuplicateItemsAction()
                            throws IOException,
                                   AutomationException
getDuplicateItemsAction in interface IAddRastersParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSynchronizeItems(boolean pbSynchronizeItems)
                         throws IOException,
                                AutomationException
setSynchronizeItems in interface IAddRastersParameterspbSynchronizeItems - The pbSynchronizeItems  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSynchronizeItems()
                           throws IOException,
                                  AutomationException
isSynchronizeItems in interface IAddRastersParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllowInPlaceSync(boolean pbAllowInPlaceSync)
                         throws IOException,
                                AutomationException
setAllowInPlaceSync in interface IAddRastersParameterspbAllowInPlaceSync - The pbAllowInPlaceSync  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAllowInPlaceSync()
                           throws IOException,
                                  AutomationException
isAllowInPlaceSync in interface IAddRastersParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFilter(String pFilter)
               throws IOException,
                      AutomationException
setFilter in interface IAddRastersParameterspFilter - The pFilter  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFilter()
                 throws IOException,
                        AutomationException
getFilter in interface IAddRastersParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeExtentByRef(ITimeExtent ppTimeExtent)
                        throws IOException,
                               AutomationException
setTimeExtentByRef in interface IAddRastersParametersppTimeExtent - A reference to a com.esri.arcgis.system.ITimeExtent  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITimeExtent getTimeExtent()
                          throws IOException,
                                 AutomationException
getTimeExtent in interface IAddRastersParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultSpatialReferenceByRef(ISpatialReference ppDefaultSrs)
                                     throws IOException,
                                            AutomationException
setDefaultSpatialReferenceByRef in interface ISynchronizeParametersppDefaultSrs - A reference to a com.esri.arcgis.geometry.ISpatialReference  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISpatialReference getDefaultSpatialReference()
                                             throws IOException,
                                                    AutomationException
getDefaultSpatialReference in interface ISynchronizeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSyncOnlyStaleItems(boolean pbSyncOnlyStaleItems)
                           throws IOException,
                                  AutomationException
setSyncOnlyStaleItems in interface ISynchronizeParameterspbSyncOnlyStaleItems - The pbSyncOnlyStaleItems  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSyncOnlyStaleItems()
                             throws IOException,
                                    AutomationException
isSyncOnlyStaleItems in interface ISynchronizeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRemoveInvalidItems(boolean pbRemoveInvalidItems)
                           throws IOException,
                                  AutomationException
setRemoveInvalidItems in interface ISynchronizeParameterspbRemoveInvalidItems - The pbRemoveInvalidItems  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRemoveInvalidItems()
                             throws IOException,
                                    AutomationException
isRemoveInvalidItems in interface ISynchronizeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaximumPyramidLevel(int pMaximumPyramidLevel)
                            throws IOException,
                                   AutomationException
setMaximumPyramidLevel in interface ISynchronizeParameterspMaximumPyramidLevel - The pMaximumPyramidLevel  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaximumPyramidLevel()
                           throws IOException,
                                  AutomationException
getMaximumPyramidLevel in interface ISynchronizeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimumRows(int pMinimumRows)
                    throws IOException,
                           AutomationException
setMinimumRows in interface ISynchronizeParameterspMinimumRows - The pMinimumRows  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMinimumRows()
                   throws IOException,
                          AutomationException
getMinimumRows in interface ISynchronizeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimumColumns(int pMinimumColumns)
                       throws IOException,
                              AutomationException
setMinimumColumns in interface ISynchronizeParameterspMinimumColumns - The pMinimumColumns  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMinimumColumns()
                      throws IOException,
                             AutomationException
getMinimumColumns in interface ISynchronizeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaximumHighCellSize(double pMaximumHighCellSize)
                            throws IOException,
                                   AutomationException
setMaximumHighCellSize in interface ISynchronizeParameterspMaximumHighCellSize - The pMaximumHighCellSize  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaximumHighCellSize()
                              throws IOException,
                                     AutomationException
getMaximumHighCellSize in interface ISynchronizeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setComputeStatistics(boolean pbComputeStatistics)
                          throws IOException,
                                 AutomationException
setComputeStatistics in interface ISynchronizeParameterspbComputeStatistics - The pbComputeStatistics  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isComputeStatistics()
                            throws IOException,
                                   AutomationException
isComputeStatistics in interface ISynchronizeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBuildPyramids(boolean pbBuildPyramids)
                      throws IOException,
                             AutomationException
setBuildPyramids in interface ISynchronizeParameterspbBuildPyramids - The pbBuildPyramids  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBuildPyramids()
                        throws IOException,
                               AutomationException
isBuildPyramids in interface ISynchronizeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBuildThumbnail(boolean pbBuildThumbnail)
                       throws IOException,
                              AutomationException
setBuildThumbnail in interface ISynchronizeParameterspbBuildThumbnail - The pbBuildThumbnail  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBuildThumbnail()
                         throws IOException,
                                AutomationException
isBuildThumbnail in interface ISynchronizeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setThumbnailBuilderByRef(IRasterThumbnailBuilder ppThumbnailBuilder)
                              throws IOException,
                                     AutomationException
setThumbnailBuilderByRef in interface ISynchronizeParametersppThumbnailBuilder - A reference to a com.esri.arcgis.datasourcesraster.IRasterThumbnailBuilder  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRasterThumbnailBuilder getThumbnailBuilder()
                                            throws IOException,
                                                   AutomationException
getThumbnailBuilder in interface ISynchronizeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDensificationFactor(double pDensificationFactor)
                            throws IOException,
                                   AutomationException
setDensificationFactor in interface ISynchronizeParameterspDensificationFactor - The pDensificationFactor  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDensificationFactor()
                              throws IOException,
                                     AutomationException
getDensificationFactor in interface ISynchronizeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResetVisibility(boolean pbResetVisibility)
                        throws IOException,
                               AutomationException
setResetVisibility in interface ISynchronizeParameterspbResetVisibility - The pbResetVisibility  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isResetVisibility()
                          throws IOException,
                                 AutomationException
isResetVisibility in interface ISynchronizeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAuxiliaryFieldValuesByRef(IPropertySet ppFieldValues)
                                  throws IOException,
                                         AutomationException
setAuxiliaryFieldValuesByRef in interface ISynchronizeParameters2ppFieldValues - A reference to a com.esri.arcgis.system.IPropertySet  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getAuxiliaryFieldValues()
                                     throws IOException,
                                            AutomationException
getAuxiliaryFieldValues in interface ISynchronizeParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinimumCellSizeFactor()
                                throws IOException,
                                       AutomationException
getMinimumCellSizeFactor in interface ISynchronizeParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimumCellSizeFactor(double pMinCellSizeFactor)
                              throws IOException,
                                     AutomationException
setMinimumCellSizeFactor in interface ISynchronizeParameters2pMinCellSizeFactor - The pMinCellSizeFactor  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaximumCellSizeFactor()
                                throws IOException,
                                       AutomationException
getMaximumCellSizeFactor in interface ISynchronizeParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaximumCellSizeFactor(double pMaxCellSizeFactor)
                              throws IOException,
                                     AutomationException
setMaximumCellSizeFactor in interface ISynchronizeParameters2pMaxCellSizeFactor - The pMaxCellSizeFactor  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRebuildDataSource(boolean pbRebuildDataSource)
                          throws IOException,
                                 AutomationException
setRebuildDataSource in interface ISynchronizeParameters2pbRebuildDataSource - The pbRebuildDataSource  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRebuildDataSource()
                            throws IOException,
                                   AutomationException
isRebuildDataSource in interface ISynchronizeParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExcludedFieldsByRef(IStringArray ppExcludedFields)
                            throws IOException,
                                   AutomationException
setExcludedFieldsByRef in interface ISynchronizeParameters2ppExcludedFields - A reference to a com.esri.arcgis.system.IStringArray  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getExcludedFields()
                               throws IOException,
                                      AutomationException
getExcludedFields in interface ISynchronizeParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRefreshCache(boolean pbRefreshCache)
                     throws IOException,
                            AutomationException
setRefreshCache in interface ISynchronizeParameters2pbRefreshCache - The pbRefreshCache  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRefreshCache()
                       throws IOException,
                              AutomationException
isRefreshCache in interface ISynchronizeParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefineCache(boolean pbDefineCache)
                    throws IOException,
                           AutomationException
setDefineCache in interface ISynchronizeParameters2pbDefineCache - The pbDefineCache  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDefineCache()
                      throws IOException,
                             AutomationException
isDefineCache in interface ISynchronizeParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ICachedRasterFunctionArguments getCacheParameters()
                                                  throws IOException,
                                                         AutomationException
getCacheParameters in interface ISynchronizeParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCacheParametersByRef(ICachedRasterFunctionArguments ppParameters)
                             throws IOException,
                                    AutomationException
setCacheParametersByRef in interface ISynchronizeParameters2ppParameters - A reference to a com.esri.arcgis.datasourcesraster.ICachedRasterFunctionArguments  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeodataXform getGeodataXform()
                              throws IOException,
                                     AutomationException
getGeodataXform in interface ISynchronizeParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeodataXformByRef(IGeodataXform ppXf)
                          throws IOException,
                                 AutomationException
setGeodataXformByRef in interface ISynchronizeParameters2ppXf - A reference to a com.esri.arcgis.geodatabase.IGeodataXform  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGeodataXformApplyMethod()
                               throws IOException,
                                      AutomationException
getGeodataXformApplyMethod in interface ISynchronizeParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeodataXformApplyMethod(int pMethod)
                                throws IOException,
                                       AutomationException
setGeodataXformApplyMethod in interface ISynchronizeParameters2pMethod - A com.esri.arcgis.datasourcesraster.esriGeodataXformApplyMethod constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setForceDefaultSpatialReference(boolean pbForceDefaultSpatialReference)
                                     throws IOException,
                                            AutomationException
setForceDefaultSpatialReference in interface ISynchronizeParameters2pbForceDefaultSpatialReference - The pbForceDefaultSpatialReference  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isForceDefaultSpatialReference()
                                       throws IOException,
                                              AutomationException
isForceDefaultSpatialReference in interface ISynchronizeParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUpdateExistingItems(boolean pbUpdateExistingItems)
                            throws IOException,
                                   AutomationException
setUpdateExistingItems in interface ISynchronizeParameters2pbUpdateExistingItems - The pbUpdateExistingItems  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUpdateExistingItems()
                              throws IOException,
                                     AutomationException
isUpdateExistingItems in interface ISynchronizeParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPyramidResampleType(int pMethod)
                            throws IOException,
                                   AutomationException
setPyramidResampleType in interface IBuildPyramidsParameterspMethod - A com.esri.arcgis.geodatabase.rstResamplingTypes constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPyramidResampleType()
                           throws IOException,
                                  AutomationException
getPyramidResampleType in interface IBuildPyramidsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPyramidLevel(int pLevel)
                     throws IOException,
                            AutomationException
setPyramidLevel in interface IBuildPyramidsParameterspLevel - The pLevel  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPyramidLevel()
                    throws IOException,
                           AutomationException
getPyramidLevel in interface IBuildPyramidsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCompressionType(int pType)
                        throws IOException,
                               AutomationException
setCompressionType in interface IBuildPyramidsParameterspType - A com.esri.arcgis.geodatabase.esriRasterCompressionType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCompressionType()
                       throws IOException,
                              AutomationException
getCompressionType in interface IBuildPyramidsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCompressionQuality(int value)
                           throws IOException,
                                  AutomationException
setCompressionQuality in interface IBuildPyramidsParametersvalue - The value  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCompressionQuality()
                          throws IOException,
                                 AutomationException
getCompressionQuality in interface IBuildPyramidsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getXSkipFactor()
                   throws IOException,
                          AutomationException
getXSkipFactor in interface ICalculateStatisticsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setXSkipFactor(int xSkipFactor)
                    throws IOException,
                           AutomationException
setXSkipFactor in interface ICalculateStatisticsParametersxSkipFactor - The xSkipFactor  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getYSkipFactor()
                   throws IOException,
                          AutomationException
getYSkipFactor in interface ICalculateStatisticsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setYSkipFactor(int ySkipFactor)
                    throws IOException,
                           AutomationException
setYSkipFactor in interface ICalculateStatisticsParametersySkipFactor - The ySkipFactor  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getIgnoreValues()
                       throws IOException,
                              AutomationException
getIgnoreValues in interface ICalculateStatisticsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIgnoreValues(Object vIgnoreValues)
                     throws IOException,
                            AutomationException
setIgnoreValues in interface ICalculateStatisticsParametersvIgnoreValues - A Variant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setServerName(String pServerUrl)
                   throws IOException,
                          AutomationException
setServerName in interface IThreadedOperationParameterspServerUrl - The pServerUrl  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getServerName()
                     throws IOException,
                            AutomationException
getServerName in interface IThreadedOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNumThreads(int pNumThreads)
                   throws IOException,
                          AutomationException
setNumThreads in interface IThreadedOperationParameterspNumThreads - The pNumThreads  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getNumThreads()
                  throws IOException,
                         AutomationException
getNumThreads in interface IThreadedOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getRecommendedNumThreads(int[] pRecommendedNumThreads)
                              throws IOException,
                                     AutomationException
getRecommendedNumThreads in interface IThreadedOperationParameterspRecommendedNumThreads - The pRecommendedNumThreads  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||