com.esri.arcgis.datasourcesraster
Class IRasterTypeDataSourceHandlerParametersProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParametersProxy
All Implemented Interfaces:
IRasterTypeDataSourceHandlerParameters, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IRasterTypeDataSourceHandlerParameters2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IRasterTypeDataSourceHandlerParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control parameters to raster type data source handler.' 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 =

public class IRasterTypeDataSourceHandlerParametersProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterTypeDataSourceHandlerParameters, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters
IID, IID5f88e212_6325_4c5a_bb8f_eeae77a56f87
 
Constructor Summary
  IRasterTypeDataSourceHandlerParametersProxy()
          Deprecated. For internal use only
  IRasterTypeDataSourceHandlerParametersProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterTypeDataSourceHandlerParametersProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterTypeDataSourceHandlerParametersProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterTypeDataSourceHandlerParametersProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.Object getDataSource()
          Deprecated. The data source to be supplied to handler operations.
 IArray getRasterTypes()
          Deprecated. The collection of raster types on which the handler operates.
 ITrackCancel getTrackCancel()
          Deprecated. The cancel tracker associated with handler operations.
 boolean isAllowAncillaryDatasets()
          Deprecated. Indicates whether ancillary dataset generated by complex raster type item templates are to be allowed by handler operations.
 boolean isStopAtFirstFind()
          Deprecated. Indicates whether handler operations stops searching for candidate raster types or templates once the first candidate is found.
 boolean isTryQuickCheckOnly()
          Deprecated. Indicates whether handler operations perform only cursory checks (via IRasterBuilder.CanBuild) on data sources to identify candidate raster types and templates.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAllowAncillaryDatasets(boolean pbAllowAncillaryDatasets)
          Deprecated. Indicates whether ancillary dataset generated by complex raster type item templates are to be allowed by handler operations.
 void setDataSource(java.lang.Object pvtDataSource)
          Deprecated. The data source to be supplied to handler operations.
 void setRasterTypesByRef(IArray ppRasterTypes)
          Deprecated. The collection of raster types on which the handler operates.
 void setStopAtFirstFind(boolean pbStopAtFirstFind)
          Deprecated. Indicates whether handler operations stops searching for candidate raster types or templates once the first candidate is found.
 void setTrackCancelByRef(ITrackCancel ppTrackCancel)
          Deprecated. The cancel tracker associated with handler operations.
 void setTryQuickCheckOnly(boolean pbTryQuickCheckOnly)
          Deprecated. Indicates whether handler operations perform only cursory checks (via IRasterBuilder.CanBuild) on data sources to identify candidate raster types and templates.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterTypeDataSourceHandlerParametersProxy

public IRasterTypeDataSourceHandlerParametersProxy(java.lang.String CLSID,
                                                   java.lang.String host,
                                                   com.esri.arcgis.interop.AuthInfo authInfo)
                                            throws java.net.UnknownHostException,
                                                   java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRasterTypeDataSourceHandlerParametersProxy

public IRasterTypeDataSourceHandlerParametersProxy()
Deprecated. 
For internal use only


IRasterTypeDataSourceHandlerParametersProxy

public IRasterTypeDataSourceHandlerParametersProxy(java.lang.Object obj)
                                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterTypeDataSourceHandlerParametersProxy

protected IRasterTypeDataSourceHandlerParametersProxy(java.lang.Object obj,
                                                      java.lang.String iid)
                                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterTypeDataSourceHandlerParametersProxy

protected IRasterTypeDataSourceHandlerParametersProxy(java.lang.String CLSID,
                                                      java.lang.String iid,
                                                      java.lang.String host,
                                                      com.esri.arcgis.interop.AuthInfo authInfo)
                                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setDataSource

public void setDataSource(java.lang.Object pvtDataSource)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The data source to be supplied to handler operations.

Specified by:
setDataSource in interface IRasterTypeDataSourceHandlerParameters
Parameters:
pvtDataSource - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataSource

public java.lang.Object getDataSource()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The data source to be supplied to handler operations.

Specified by:
getDataSource in interface IRasterTypeDataSourceHandlerParameters
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterTypesByRef

public void setRasterTypesByRef(IArray ppRasterTypes)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The collection of raster types on which the handler operates.

Specified by:
setRasterTypesByRef in interface IRasterTypeDataSourceHandlerParameters
Parameters:
ppRasterTypes - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterTypes

public IArray getRasterTypes()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The collection of raster types on which the handler operates.

Specified by:
getRasterTypes in interface IRasterTypeDataSourceHandlerParameters
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTrackCancelByRef

public void setTrackCancelByRef(ITrackCancel ppTrackCancel)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The cancel tracker associated with handler operations.

Specified by:
setTrackCancelByRef in interface IRasterTypeDataSourceHandlerParameters
Parameters:
ppTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrackCancel

public ITrackCancel getTrackCancel()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The cancel tracker associated with handler operations.

Specified by:
getTrackCancel in interface IRasterTypeDataSourceHandlerParameters
Returns:
A reference to a com.esri.arcgis.system.ITrackCancel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTryQuickCheckOnly

public void setTryQuickCheckOnly(boolean pbTryQuickCheckOnly)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether handler operations perform only cursory checks (via IRasterBuilder.CanBuild) on data sources to identify candidate raster types and templates.

Specified by:
setTryQuickCheckOnly in interface IRasterTypeDataSourceHandlerParameters
Parameters:
pbTryQuickCheckOnly - The pbTryQuickCheckOnly (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTryQuickCheckOnly

public boolean isTryQuickCheckOnly()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates whether handler operations perform only cursory checks (via IRasterBuilder.CanBuild) on data sources to identify candidate raster types and templates.

Specified by:
isTryQuickCheckOnly in interface IRasterTypeDataSourceHandlerParameters
Returns:
The pbTryQuickCheckOnly
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStopAtFirstFind

public void setStopAtFirstFind(boolean pbStopAtFirstFind)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether handler operations stops searching for candidate raster types or templates once the first candidate is found.

Specified by:
setStopAtFirstFind in interface IRasterTypeDataSourceHandlerParameters
Parameters:
pbStopAtFirstFind - The pbStopAtFirstFind (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isStopAtFirstFind

public boolean isStopAtFirstFind()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether handler operations stops searching for candidate raster types or templates once the first candidate is found.

Specified by:
isStopAtFirstFind in interface IRasterTypeDataSourceHandlerParameters
Returns:
The pbStopAtFirstFind
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAllowAncillaryDatasets

public void setAllowAncillaryDatasets(boolean pbAllowAncillaryDatasets)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates whether ancillary dataset generated by complex raster type item templates are to be allowed by handler operations.

Specified by:
setAllowAncillaryDatasets in interface IRasterTypeDataSourceHandlerParameters
Parameters:
pbAllowAncillaryDatasets - The pbAllowAncillaryDatasets (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAllowAncillaryDatasets

public boolean isAllowAncillaryDatasets()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates whether ancillary dataset generated by complex raster type item templates are to be allowed by handler operations.

Specified by:
isAllowAncillaryDatasets in interface IRasterTypeDataSourceHandlerParameters
Returns:
The pbAllowAncillaryDatasets
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.