|
|||||||||
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.IBuilderItemProxy
public class IBuilderItemProxy
Provides access to members that control a builder item.
The IBuilderItem interface provides access to the members of a builder item. This item is generated by a Raster Builder.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IBuilderItemProxy()
|
|
IBuilderItemProxy(Object obj)
|
protected |
IBuilderItemProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
addVariable(String variableName,
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. |
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(String iidStr,
Object theListener)
|
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(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. |
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 IBuilderItemProxy()
public IBuilderItemProxy(Object obj) throws IOException
IOException
protected IBuilderItemProxy(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.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setURIByRef(IItemURI ppItemURI) throws IOException, AutomationException
Unique Resource Identifier of the Builder Item.
setURIByRef
in interface IBuilderItem
ppItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IItemURI getURI() throws IOException, AutomationException
Unique Resource Identifier of the Builder Item.
getURI
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetByRef(IFunctionRasterDataset ppDataset) throws IOException, AutomationException
setDatasetByRef
in interface IBuilderItem
ppDataset
- A reference to a com.esri.arcgis.datasourcesraster.IFunctionRasterDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFunctionRasterDataset getDataset() throws IOException, AutomationException
getDataset
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getFootprint() throws IOException, AutomationException
getFootprint
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFootprintByRef(IGeometry ppFootprint) throws IOException, AutomationException
setFootprintByRef
in interface IBuilderItem
ppFootprint
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getSeamline() throws IOException, AutomationException
getSeamline
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSeamlineByRef(IGeometry ppSeamline) throws IOException, AutomationException
setSeamlineByRef
in interface IBuilderItem
ppSeamline
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStereoID(String pStereoID) throws IOException, AutomationException
setStereoID
in interface IBuilderItem
pStereoID
- The pStereoID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getStereoID() throws IOException, AutomationException
getStereoID
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStereoPairsByRef(IStringArray ppStereoPairs) throws IOException, AutomationException
setStereoPairsByRef
in interface IBuilderItem
ppStereoPairs
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getStereoPairs() throws IOException, AutomationException
getStereoPairs
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVariablesByRef(IPropertySet ppVariables) throws IOException, AutomationException
setVariablesByRef
in interface IBuilderItem
ppVariables
- 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 getVariables() throws IOException, AutomationException
getVariables
in interface IBuilderItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addVariable(String variableName, Object vtVariableValue, boolean bPrefixWithTag) throws IOException, AutomationException
addVariable
in interface IBuilderItem
variableName
- The variableName (in)vtVariableValue
- A Variant (in)bPrefixWithTag
- The bPrefixWithTag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCategory(int pItemCategory) throws IOException, AutomationException
setCategory
in interface IBuilderItem
pItemCategory
- A com.esri.arcgis.datasourcesraster.esriRasterCatalogItemCategory constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCategory() throws IOException, AutomationException
getCategory
in interface IBuilderItem
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 |