public interface IAddRastersParameters
extends java.io.Serializable
Description: 'Provides access to members that control parameters for adding rasters to 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 |
IID88062d66_b095_4616_bbbe_5931b1fe1c4d |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IDataSourceCrawler |
getCrawler()
The data source crawler that provides incoming data source items.
|
int |
getDuplicateItemsAction()
Indicates how incoming duplicates items are handled.
|
java.lang.String |
getFilter()
Regular expression formed using wild card characters ('*', '?', or '.') for matching data source items created by the crawler.
|
IRasterType |
getRasterType()
The raster type used for constructing raster datasets using incoming data source items.
|
ITimeExtent |
getTimeExtent()
The range of allowed time value for Item URIs.
|
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 |
isSynchronizeItems()
Indicates whether catalog items are synchronized once added to the mosaic dataset.
|
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 |
setCrawlerByRef(IDataSourceCrawler ppCrawler)
The data source crawler that provides incoming data source items.
|
void |
setDuplicateItemsAction(int pAction)
Indicates how incoming duplicates items are handled.
|
void |
setFilter(java.lang.String pFilter)
Regular expression formed using wild card characters ('*', '?', or '.') for matching data source items created by the crawler.
|
void |
setRasterTypeByRef(IRasterType ppRasterType)
The raster type used for constructing raster datasets using incoming data source items.
|
void |
setSynchronizeItems(boolean pbSynchronizeItems)
Indicates whether catalog items are synchronized once added to the mosaic dataset.
|
void |
setTimeExtentByRef(ITimeExtent ppTimeExtent)
The range of allowed time value for Item URIs.
|
static final int IID88062d66_b095_4616_bbbe_5931b1fe1c4d
static final int xxDummy
static final java.lang.String IID
void setCrawlerByRef(IDataSourceCrawler ppCrawler) throws java.io.IOException, AutomationException
ppCrawler - A reference to a com.esri.arcgis.datasourcesraster.IDataSourceCrawler (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IDataSourceCrawler getCrawler() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRasterTypeByRef(IRasterType ppRasterType) throws java.io.IOException, AutomationException
ppRasterType - A reference to a com.esri.arcgis.datasourcesraster.IRasterType (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IRasterType getRasterType() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDuplicateItemsAction(int pAction)
throws java.io.IOException,
AutomationException
pAction - A com.esri.arcgis.datasourcesraster.esriDuplicateItemsAction constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getDuplicateItemsAction()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSynchronizeItems(boolean pbSynchronizeItems)
throws java.io.IOException,
AutomationException
pbSynchronizeItems - The pbSynchronizeItems (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isSynchronizeItems()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAllowInPlaceSync(boolean pbAllowInPlaceSync)
throws java.io.IOException,
AutomationException
pbAllowInPlaceSync - The pbAllowInPlaceSync (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isAllowInPlaceSync()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFilter(java.lang.String pFilter)
throws java.io.IOException,
AutomationException
pFilter - The pFilter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getFilter()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setTimeExtentByRef(ITimeExtent ppTimeExtent) throws java.io.IOException, AutomationException
ppTimeExtent - A reference to a com.esri.arcgis.system.ITimeExtent (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.ITimeExtent getTimeExtent() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.