|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAddRastersParameters
Provides access to members that control parameters for adding rasters to a mosaic dataset.
Method Summary | |
---|---|
IDataSourceCrawler |
getCrawler()
The data source crawler that provides incoming data source items. |
int |
getDuplicateItemsAction()
Indicates how incoming duplicates items are handled. |
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(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. |
Method Detail |
---|
void setCrawlerByRef(IDataSourceCrawler ppCrawler) throws IOException, AutomationException
ppCrawler
- A reference to a com.esri.arcgis.datasourcesraster.IDataSourceCrawler (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataSourceCrawler getCrawler() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterTypeByRef(IRasterType ppRasterType) throws IOException, AutomationException
ppRasterType
- A reference to a com.esri.arcgis.datasourcesraster.IRasterType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterType getRasterType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDuplicateItemsAction(int pAction) throws IOException, AutomationException
pAction
- A com.esri.arcgis.datasourcesraster.esriDuplicateItemsAction constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDuplicateItemsAction() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSynchronizeItems(boolean pbSynchronizeItems) throws IOException, AutomationException
pbSynchronizeItems
- The pbSynchronizeItems (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSynchronizeItems() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllowInPlaceSync(boolean pbAllowInPlaceSync) throws IOException, AutomationException
pbAllowInPlaceSync
- The pbAllowInPlaceSync (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAllowInPlaceSync() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFilter(String pFilter) throws IOException, AutomationException
pFilter
- The pFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFilter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeExtentByRef(ITimeExtent ppTimeExtent) throws IOException, AutomationException
ppTimeExtent
- A reference to a com.esri.arcgis.system.ITimeExtent (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITimeExtent getTimeExtent() throws IOException, AutomationException
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 |