com.esri.arcgis.datasourcesraster
Class IRasterTypeProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRasterTypeProxy
All Implemented Interfaces:
IRasterType, java.io.Externalizable, java.io.Serializable

public class IRasterTypeProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterType, java.io.Serializable

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

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.IRasterType
IID, IIDe5eea64c_91c9_4dca_b16a_516af8a0ca0b
 
Constructor Summary
  IRasterTypeProxy()
          For internal use only
  IRasterTypeProxy(java.lang.Object obj)
           
protected IRasterTypeProxy(java.lang.Object obj, java.lang.String iid)
           
  IRasterTypeProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IRasterTypeProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 IPropertySet getDefaultParameters()
          The collection of all variables associated with all item templates contained in the raster type.
 IName getFullName()
          The full name of the raster type object.
 IItemTemplateArray getItemTemplates()
          The collection of item templates associated with the raster type.
 IPropertySet getParameters()
          Overriding parameter values bound to function variables.
 IRasterBuilder getRasterBuilder()
          The inner raster builder associated with the raster type.
 IItemURIFilter getURIFilter()
          The active URI filter associated with the raster type.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setFullNameByRef(IName ppRasterTypeName)
          The full name of the raster type object.
 void setItemTemplatesByRef(IItemTemplateArray ppItemTemplateArray)
          The collection of item templates associated with the raster type.
 void setParametersByRef(IPropertySet ppInputParameters)
          Overriding parameter values bound to function variables.
 void setRasterBuilderByRef(IRasterBuilder ppRasterBuilder)
          The inner raster builder associated with the raster type.
 void setURIFilterByRef(IItemURIFilter ppItemURIFilter)
          The active URI filter associated with the raster type.
 
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

noncastable

public boolean noncastable
Constructor Detail

IRasterTypeProxy

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

IRasterTypeProxy

public IRasterTypeProxy()
For internal use only


IRasterTypeProxy

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

IRasterTypeProxy

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

IRasterTypeProxy

protected IRasterTypeProxy(java.lang.String CLSID,
                           java.lang.String iid,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setFullNameByRef

public void setFullNameByRef(IName ppRasterTypeName)
                      throws java.io.IOException,
                             AutomationException
The full name of the raster type object.

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

getFullName

public IName getFullName()
                  throws java.io.IOException,
                         AutomationException
The full name of the raster type object.

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

setRasterBuilderByRef

public void setRasterBuilderByRef(IRasterBuilder ppRasterBuilder)
                           throws java.io.IOException,
                                  AutomationException
The inner raster builder associated with the raster type.

Specified by:
setRasterBuilderByRef in interface IRasterType
Parameters:
ppRasterBuilder - A reference to a com.esri.arcgis.datasourcesraster.IRasterBuilder (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterBuilder

public IRasterBuilder getRasterBuilder()
                                throws java.io.IOException,
                                       AutomationException
The inner raster builder associated with the raster type.

Specified by:
getRasterBuilder in interface IRasterType
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterBuilder
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setURIFilterByRef

public void setURIFilterByRef(IItemURIFilter ppItemURIFilter)
                       throws java.io.IOException,
                              AutomationException
The active URI filter associated with the raster type.

Specified by:
setURIFilterByRef in interface IRasterType
Parameters:
ppItemURIFilter - A reference to a com.esri.arcgis.datasourcesraster.IItemURIFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURIFilter

public IItemURIFilter getURIFilter()
                            throws java.io.IOException,
                                   AutomationException
The active URI filter associated with the raster type.

Specified by:
getURIFilter in interface IRasterType
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IItemURIFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setItemTemplatesByRef

public void setItemTemplatesByRef(IItemTemplateArray ppItemTemplateArray)
                           throws java.io.IOException,
                                  AutomationException
The collection of item templates associated with the raster type.

Specified by:
setItemTemplatesByRef in interface IRasterType
Parameters:
ppItemTemplateArray - A reference to a com.esri.arcgis.datasourcesraster.IItemTemplateArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemTemplates

public IItemTemplateArray getItemTemplates()
                                    throws java.io.IOException,
                                           AutomationException
The collection of item templates associated with the raster type.

Specified by:
getItemTemplates in interface IRasterType
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IItemTemplateArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultParameters

public IPropertySet getDefaultParameters()
                                  throws java.io.IOException,
                                         AutomationException
The collection of all variables associated with all item templates contained in the raster type.

Specified by:
getDefaultParameters in interface IRasterType
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.

setParametersByRef

public void setParametersByRef(IPropertySet ppInputParameters)
                        throws java.io.IOException,
                               AutomationException
Overriding parameter values bound to function variables.

Specified by:
setParametersByRef in interface IRasterType
Parameters:
ppInputParameters - 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.

getParameters

public IPropertySet getParameters()
                           throws java.io.IOException,
                                  AutomationException
Overriding parameter values bound to function variables.

Specified by:
getParameters in interface IRasterType
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.