public class IBuilderItemProxy extends com.esri.arcgis.interop.Dispatch implements IBuilderItem, java.io.Serializable
Description: 'Provides access to members that control a builder item.' 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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID49944736_3dd8_4e4e_b346_46868e0cf13f| Modifier | Constructor and Description |
|---|---|
|
IBuilderItemProxy()
For internal use only
|
|
IBuilderItemProxy(java.lang.Object obj) |
protected |
IBuilderItemProxy(java.lang.Object obj,
java.lang.String iid) |
|
IBuilderItemProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IBuilderItemProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
addVariable(java.lang.String variableName,
java.lang.Object vtVariableValue,
boolean bPrefixWithTag)
Adds a variable to this item's collection given the variable name, value, and a flag that indicates whether the item URI's tag is prefixed with the variable name and separated by a period.
|
int |
getCategory()
The catagory of builder item.
|
IFunctionRasterDataset |
getDataset()
The function raster dataset associated with builder item.
|
IGeometry |
getFootprint()
The footprint geometry of the function raster dataset that defines regions of valid pixels in the dataset.
|
IGeometry |
getSeamline()
The seamline geometry associated with this builder item.
|
java.lang.String |
getStereoID()
The stereo ID associated with this builder item.
|
IStringArray |
getStereoPairs()
The stereo IDs of all items that can be paired with this builder item.
|
IItemURI |
getURI()
The URI object associated with the builder item.
|
IPropertySet |
getVariables()
The collection of variables associated with this item.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setCategory(int pItemCategory)
The catagory of builder item.
|
void |
setDatasetByRef(IFunctionRasterDataset ppDataset)
The function raster dataset associated with builder item.
|
void |
setFootprintByRef(IGeometry ppFootprint)
The footprint geometry of the function raster dataset that defines regions of valid pixels in the dataset.
|
void |
setSeamlineByRef(IGeometry ppSeamline)
The seamline geometry associated with this builder item.
|
void |
setStereoID(java.lang.String pStereoID)
The stereo ID associated with this builder item.
|
void |
setStereoPairsByRef(IStringArray ppStereoPairs)
The stereo IDs of all items that can be paired with this builder item.
|
void |
setURIByRef(IItemURI ppItemURI)
The URI object associated with the builder item.
|
void |
setVariablesByRef(IPropertySet ppVariables)
The collection of variables associated with this item.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IBuilderItemProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IBuilderItemProxy()
public IBuilderItemProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IBuilderItemProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IBuilderItemProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void setURIByRef(IItemURI ppItemURI) throws java.io.IOException, AutomationException
setURIByRef in interface IBuilderItemppItemURI - A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IItemURI getURI() throws java.io.IOException, AutomationException
getURI in interface IBuilderItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDatasetByRef(IFunctionRasterDataset ppDataset) throws java.io.IOException, AutomationException
setDatasetByRef in interface IBuilderItemppDataset - A reference to a com.esri.arcgis.datasourcesraster.IFunctionRasterDataset (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IFunctionRasterDataset getDataset() throws java.io.IOException, AutomationException
getDataset in interface IBuilderItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometry getFootprint() throws java.io.IOException, AutomationException
getFootprint in interface IBuilderItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFootprintByRef(IGeometry ppFootprint) throws java.io.IOException, AutomationException
setFootprintByRef in interface IBuilderItemppFootprint - A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometry getSeamline() throws java.io.IOException, AutomationException
getSeamline in interface IBuilderItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSeamlineByRef(IGeometry ppSeamline) throws java.io.IOException, AutomationException
setSeamlineByRef in interface IBuilderItemppSeamline - A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStereoID(java.lang.String pStereoID)
throws java.io.IOException,
AutomationException
setStereoID in interface IBuilderItempStereoID - The pStereoID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getStereoID()
throws java.io.IOException,
AutomationException
getStereoID in interface IBuilderItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStereoPairsByRef(IStringArray ppStereoPairs) throws java.io.IOException, AutomationException
setStereoPairsByRef in interface IBuilderItemppStereoPairs - A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getStereoPairs() throws java.io.IOException, AutomationException
getStereoPairs in interface IBuilderItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setVariablesByRef(IPropertySet ppVariables) throws java.io.IOException, AutomationException
setVariablesByRef in interface IBuilderItemppVariables - 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 getVariables() throws java.io.IOException, AutomationException
getVariables in interface IBuilderItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addVariable(java.lang.String variableName,
java.lang.Object vtVariableValue,
boolean bPrefixWithTag)
throws java.io.IOException,
AutomationException
addVariable in interface IBuilderItemvariableName - The variableName (in)vtVariableValue - A Variant (in)bPrefixWithTag - The bPrefixWithTag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCategory(int pItemCategory)
throws java.io.IOException,
AutomationException
setCategory in interface IBuilderItempItemCategory - A com.esri.arcgis.datasourcesraster.esriRasterCatalogItemCategory constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getCategory()
throws java.io.IOException,
AutomationException
getCategory in interface IBuilderItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.