|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.IRasterTypeProxy
public class IRasterTypeProxy
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 =
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IRasterTypeProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRasterTypeProxy()
public IRasterTypeProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterTypeProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterTypeProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setFullNameByRef(IName ppRasterTypeName) throws java.io.IOException, AutomationException
setFullNameByRef
in interface IRasterType
ppRasterTypeName
- A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName getFullName() throws java.io.IOException, AutomationException
getFullName
in interface IRasterType
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterBuilderByRef(IRasterBuilder ppRasterBuilder) throws java.io.IOException, AutomationException
setRasterBuilderByRef
in interface IRasterType
ppRasterBuilder
- A reference to a com.esri.arcgis.datasourcesraster.IRasterBuilder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterBuilder getRasterBuilder() throws java.io.IOException, AutomationException
getRasterBuilder
in interface IRasterType
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setURIFilterByRef(IItemURIFilter ppItemURIFilter) throws java.io.IOException, AutomationException
setURIFilterByRef
in interface IRasterType
ppItemURIFilter
- A reference to a com.esri.arcgis.datasourcesraster.IItemURIFilter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IItemURIFilter getURIFilter() throws java.io.IOException, AutomationException
getURIFilter
in interface IRasterType
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setItemTemplatesByRef(IItemTemplateArray ppItemTemplateArray) throws java.io.IOException, AutomationException
setItemTemplatesByRef
in interface IRasterType
ppItemTemplateArray
- A reference to a com.esri.arcgis.datasourcesraster.IItemTemplateArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IItemTemplateArray getItemTemplates() throws java.io.IOException, AutomationException
getItemTemplates
in interface IRasterType
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getDefaultParameters() throws java.io.IOException, AutomationException
getDefaultParameters
in interface IRasterType
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParametersByRef(IPropertySet ppInputParameters) throws java.io.IOException, AutomationException
setParametersByRef
in interface IRasterType
ppInputParameters
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getParameters() throws java.io.IOException, AutomationException
getParameters
in interface IRasterType
java.io.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 |