|
|||||||||
| 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.IRasterTypeProxy
public class IRasterTypeProxy
Provides access to members that control a raster type.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IRasterTypeProxy()
|
|
IRasterTypeProxy(Object obj)
|
protected |
IRasterTypeProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
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(String iidStr,
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 boolean noncastable
| Constructor Detail |
|---|
public IRasterTypeProxy()
public IRasterTypeProxy(Object obj)
throws IOException
IOException
protected IRasterTypeProxy(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 setFullNameByRef(IName ppRasterTypeName)
throws IOException,
AutomationException
setFullNameByRef in interface IRasterTypeppRasterTypeName - A reference to a com.esri.arcgis.system.IName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getFullName()
throws IOException,
AutomationException
getFullName in interface IRasterTypeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRasterBuilderByRef(IRasterBuilder ppRasterBuilder)
throws IOException,
AutomationException
setRasterBuilderByRef in interface IRasterTypeppRasterBuilder - A reference to a com.esri.arcgis.datasourcesraster.IRasterBuilder (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRasterBuilder getRasterBuilder()
throws IOException,
AutomationException
getRasterBuilder in interface IRasterTypeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setURIFilterByRef(IItemURIFilter ppItemURIFilter)
throws IOException,
AutomationException
setURIFilterByRef in interface IRasterTypeppItemURIFilter - A reference to a com.esri.arcgis.datasourcesraster.IItemURIFilter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IItemURIFilter getURIFilter()
throws IOException,
AutomationException
getURIFilter in interface IRasterTypeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setItemTemplatesByRef(IItemTemplateArray ppItemTemplateArray)
throws IOException,
AutomationException
setItemTemplatesByRef in interface IRasterTypeppItemTemplateArray - A reference to a com.esri.arcgis.datasourcesraster.IItemTemplateArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IItemTemplateArray getItemTemplates()
throws IOException,
AutomationException
getItemTemplates in interface IRasterTypeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getDefaultParameters()
throws IOException,
AutomationException
getDefaultParameters in interface IRasterTypeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParametersByRef(IPropertySet ppInputParameters)
throws IOException,
AutomationException
setParametersByRef in interface IRasterTypeppInputParameters - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getParameters()
throws IOException,
AutomationException
getParameters in interface IRasterTypeIOException - 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 | ||||||||