| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IAddRastersParametersProxy
public class IAddRastersParametersProxy
Provides access to members that control parameters for adding rasters to a mosaic dataset.
| Field Summary | |
|---|---|
 boolean | 
noncastable
 | 
| Fields inherited from class com.esri.arcgis.interop.Dispatch | 
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef | 
| Constructor Summary | |
|---|---|
  | 
IAddRastersParametersProxy()
 | 
  | 
IAddRastersParametersProxy(Object obj)
 | 
protected  | 
IAddRastersParametersProxy(Object obj,
                           String iid)
 | 
| Method Summary | |
|---|---|
 void | 
addListener(String iidStr,
            Object theListener,
            Object theSource)
 | 
 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 | 
removeListener(String iidStr,
               Object theListener)
 | 
 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.  | 
| Methods inherited from class com.esri.arcgis.interop.Dispatch | 
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public boolean noncastable
| Constructor Detail | 
|---|
public IAddRastersParametersProxy()
public IAddRastersParametersProxy(Object obj)
                           throws IOException
IOException
protected IAddRastersParametersProxy(Object obj,
                                     String iid)
                              throws IOException
IOException| Method Detail | 
|---|
public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
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.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||