public interface IBuilderItem
extends 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID49944736_3dd8_4e4e_b346_46868e0cf13f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
static final int IID49944736_3dd8_4e4e_b346_46868e0cf13f
static final int xxDummy
static final java.lang.String IID
void setURIByRef(IItemURI ppItemURI) throws java.io.IOException, AutomationException
ppItemURI
- 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.IItemURI getURI() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDatasetByRef(IFunctionRasterDataset ppDataset) throws java.io.IOException, AutomationException
ppDataset
- 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.IFunctionRasterDataset getDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getFootprint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFootprintByRef(IGeometry ppFootprint) throws java.io.IOException, AutomationException
ppFootprint
- 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.IGeometry getSeamline() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSeamlineByRef(IGeometry ppSeamline) throws java.io.IOException, AutomationException
ppSeamline
- 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.void setStereoID(java.lang.String pStereoID) throws java.io.IOException, AutomationException
pStereoID
- The pStereoID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getStereoID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStereoPairsByRef(IStringArray ppStereoPairs) throws java.io.IOException, AutomationException
ppStereoPairs
- 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.IStringArray getStereoPairs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVariablesByRef(IPropertySet ppVariables) throws java.io.IOException, AutomationException
ppVariables
- 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.IPropertySet getVariables() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addVariable(java.lang.String variableName, java.lang.Object vtVariableValue, boolean bPrefixWithTag) throws java.io.IOException, AutomationException
variableName
- 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.void setCategory(int pItemCategory) throws java.io.IOException, AutomationException
pItemCategory
- A com.esri.arcgis.datasourcesraster.esriRasterCatalogItemCategory constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCategory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.