public interface IBuilderItem2 extends 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID607661ec_f105_4641_be8b_4f1cb0d6f48c |
static int |
xxDummy
Deprecated.
Internal use only
|
IID49944736_3dd8_4e4e_b346_46868e0cf13f
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getColorCorrectionProperties()
Variables supporting color correction operation.
|
IName |
getDatasetName()
The raster dataset name associated with builder item.
|
IPropertySet |
getSeamlineProperties()
Variables supporting seamline operation.
|
java.lang.Object |
getThumbnail()
The thumbnail associated with the builder item.
|
boolean |
isHasThumbnail()
Indicates whether the builder item has a valid thumbnail.
|
void |
setColorCorrectionPropertiesByRef(IPropertySet ppPropertySet)
Variables supporting color correction operation.
|
void |
setDatasetNameByRef(IName ppDatasetName)
The raster dataset name associated with builder item.
|
void |
setSeamlinePropertiesByRef(IPropertySet ppPropertySet)
Variables supporting seamline operation.
|
void |
setThumbnail(java.lang.Object pvtThumbnailBlob)
The thumbnail associated with the builder item.
|
addVariable, getCategory, getDataset, getFootprint, getSeamline, getStereoID, getStereoPairs, getURI, getVariables, setCategory, setDatasetByRef, setFootprintByRef, setSeamlineByRef, setStereoID, setStereoPairsByRef, setURIByRef, setVariablesByRef
static final int IID607661ec_f105_4641_be8b_4f1cb0d6f48c
static final int xxDummy
static final java.lang.String IID
void setDatasetNameByRef(IName ppDatasetName) throws java.io.IOException, AutomationException
ppDatasetName
- 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.IName getDatasetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSeamlinePropertiesByRef(IPropertySet ppPropertySet) throws java.io.IOException, AutomationException
ppPropertySet
- 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 getSeamlineProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setColorCorrectionPropertiesByRef(IPropertySet ppPropertySet) throws java.io.IOException, AutomationException
ppPropertySet
- 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 getColorCorrectionProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasThumbnail() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setThumbnail(java.lang.Object pvtThumbnailBlob) throws java.io.IOException, AutomationException
pvtThumbnailBlob
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getThumbnail() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.