com.esri.arcgis.datasourcesraster
Class IRasterTypeDataSourceHandlerParameters2Proxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IRasterTypeDataSourceHandlerParameters2'. 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 IRasterTypeDataSourceHandlerParameters2Proxy
extends IRasterTypeDataSourceHandlerParametersProxy
implements IRasterTypeDataSourceHandlerParameters2, 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.IRasterTypeDataSourceHandlerParameters2
IID, IID2127d1ae_1e6f_4b55_8295_ec0d343e5893
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters
IID5f88e212_6325_4c5a_bb8f_eeae77a56f87
 
Constructor Summary
  IRasterTypeDataSourceHandlerParameters2Proxy()
          Deprecated. For internal use only
  IRasterTypeDataSourceHandlerParameters2Proxy(java.lang.Object obj)
          Deprecated.  
protected IRasterTypeDataSourceHandlerParameters2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterTypeDataSourceHandlerParameters2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterTypeDataSourceHandlerParameters2Proxy(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.  
 IPropertySet getRasterTypeParameters()
          Deprecated. Override parameters injected into the raster types while contructing a function raster dataset from a data source.
 boolean isAllowBuilderItems()
          Deprecated. Indicates whether sensor raster types are used in the attempt to load the data source.
 boolean isAllowQuickOpen()
          Deprecated. Indicates whether an applicable data source (like a mosaic dataset item) loads with only basic information.
 boolean isAllowRasterDatasets()
          Deprecated. Indicates whether an attempt is made to load the data source as a non-sensor-dataset: i.e., a regular raster dataset, a mosaic dataset or a raster catalog item, a web service or image service item URL.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAllowBuilderItems(boolean pbAllowBuilderItems)
          Deprecated. Indicates whether sensor raster types are used in the attempt to load the data source.
 void setAllowQuickOpen(boolean pbAllowQuickOpen)
          Deprecated. Indicates whether an applicable data source (like a mosaic dataset item) loads with only basic information.
 void setAllowRasterDatasets(boolean pbAllowRasterDatasets)
          Deprecated. Indicates whether an attempt is made to load the data source as a non-sensor-dataset: i.e., a regular raster dataset, a mosaic dataset or a raster catalog item, a web service or image service item URL.
 void setRasterTypeParametersByRef(IPropertySet ppRasterTypeParameters)
          Deprecated. Override parameters injected into the raster types while contructing a function raster dataset from a data source.
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParametersProxy
getDataSource, getRasterTypes, getTrackCancel, isAllowAncillaryDatasets, isStopAtFirstFind, isTryQuickCheckOnly, setAllowAncillaryDatasets, setDataSource, setRasterTypesByRef, setStopAtFirstFind, setTrackCancelByRef, setTryQuickCheckOnly
 
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
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters
getDataSource, getRasterTypes, getTrackCancel, isAllowAncillaryDatasets, isStopAtFirstFind, isTryQuickCheckOnly, setAllowAncillaryDatasets, setDataSource, setRasterTypesByRef, setStopAtFirstFind, setTrackCancelByRef, setTryQuickCheckOnly
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterTypeDataSourceHandlerParameters2Proxy

public IRasterTypeDataSourceHandlerParameters2Proxy(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

IRasterTypeDataSourceHandlerParameters2Proxy

public IRasterTypeDataSourceHandlerParameters2Proxy()
Deprecated. 
For internal use only


IRasterTypeDataSourceHandlerParameters2Proxy

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

IRasterTypeDataSourceHandlerParameters2Proxy

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

IRasterTypeDataSourceHandlerParameters2Proxy

protected IRasterTypeDataSourceHandlerParameters2Proxy(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 IRasterTypeDataSourceHandlerParametersProxy
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 IRasterTypeDataSourceHandlerParametersProxy
Throws:
java.io.IOException

setRasterTypeParametersByRef

public void setRasterTypeParametersByRef(IPropertySet ppRasterTypeParameters)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Override parameters injected into the raster types while contructing a function raster dataset from a data source.

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

getRasterTypeParameters

public IPropertySet getRasterTypeParameters()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Override parameters injected into the raster types while contructing a function raster dataset from a data source.

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

setAllowBuilderItems

public void setAllowBuilderItems(boolean pbAllowBuilderItems)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether sensor raster types are used in the attempt to load the data source.

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

isAllowBuilderItems

public boolean isAllowBuilderItems()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates whether sensor raster types are used in the attempt to load the data source.

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

setAllowRasterDatasets

public void setAllowRasterDatasets(boolean pbAllowRasterDatasets)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates whether an attempt is made to load the data source as a non-sensor-dataset: i.e., a regular raster dataset, a mosaic dataset or a raster catalog item, a web service or image service item URL.

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

isAllowRasterDatasets

public boolean isAllowRasterDatasets()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates whether an attempt is made to load the data source as a non-sensor-dataset: i.e., a regular raster dataset, a mosaic dataset or a raster catalog item, a web service or image service item URL.

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

setAllowQuickOpen

public void setAllowQuickOpen(boolean pbAllowQuickOpen)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates whether an applicable data source (like a mosaic dataset item) loads with only basic information. Preventing it from connecting to pixel data (referenced by the underlying rasters in the function stack) can substantially improve performance of IRaste?G?^??

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

isAllowQuickOpen

public boolean isAllowQuickOpen()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether an applicable data source (like a mosaic dataset item) loads with only basic information. Preventing it from connecting to pixel data (referenced by the underlying rasters in the function stack) can substantially improve performance of IRaste?G?^??

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