com.esri.arcgis.datasourcesraster
Interface IBuilderItem2

All Superinterfaces:
IBuilderItem, java.io.Serializable
All Known Subinterfaces:
IBuilderItem3
All Known Implementing Classes:
BuilderItem, IBuilderItem2Proxy, IBuilderItem3Proxy

public interface IBuilderItem2
extends IBuilderItem, java.io.Serializable

COM Interface 'IBuilderItem2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID607661ec_f105_4641_be8b_4f1cb0d6f48c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuilderItem
IID49944736_3dd8_4e4e_b346_46868e0cf13f
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IBuilderItem
addVariable, getCategory, getDataset, getFootprint, getSeamline, getStereoID, getStereoPairs, getURI, getVariables, setCategory, setDatasetByRef, setFootprintByRef, setSeamlineByRef, setStereoID, setStereoPairsByRef, setURIByRef, setVariablesByRef
 

Field Detail

IID607661ec_f105_4641_be8b_4f1cb0d6f48c

static final int IID607661ec_f105_4641_be8b_4f1cb0d6f48c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setDatasetNameByRef

void setDatasetNameByRef(IName ppDatasetName)
                         throws java.io.IOException,
                                AutomationException
The raster dataset name associated with builder item.

Parameters:
ppDatasetName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDatasetName

IName getDatasetName()
                     throws java.io.IOException,
                            AutomationException
The raster dataset name associated with builder item.

Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSeamlinePropertiesByRef

void setSeamlinePropertiesByRef(IPropertySet ppPropertySet)
                                throws java.io.IOException,
                                       AutomationException
Variables supporting seamline operation.

Parameters:
ppPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSeamlineProperties

IPropertySet getSeamlineProperties()
                                   throws java.io.IOException,
                                          AutomationException
Variables supporting seamline operation.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColorCorrectionPropertiesByRef

void setColorCorrectionPropertiesByRef(IPropertySet ppPropertySet)
                                       throws java.io.IOException,
                                              AutomationException
Variables supporting color correction operation.

Parameters:
ppPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColorCorrectionProperties

IPropertySet getColorCorrectionProperties()
                                          throws java.io.IOException,
                                                 AutomationException
Variables supporting color correction operation.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasThumbnail

boolean isHasThumbnail()
                       throws java.io.IOException,
                              AutomationException
Indicates whether the builder item has a valid thumbnail.

Returns:
The pbHasThumbnail
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setThumbnail

void setThumbnail(java.lang.Object pvtThumbnailBlob)
                  throws java.io.IOException,
                         AutomationException
The thumbnail associated with the builder item.

Parameters:
pvtThumbnailBlob - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThumbnail

java.lang.Object getThumbnail()
                              throws java.io.IOException,
                                     AutomationException
The thumbnail associated with the builder item.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.