com.esri.arcgis.datasourcesraster
Interface IBuilderItem3

All Superinterfaces:
IBuilderItem, IBuilderItem2, java.io.Serializable
All Known Implementing Classes:
BuilderItem, IBuilderItem3Proxy

public interface IBuilderItem3
extends IBuilderItem2, java.io.Serializable

COM Interface 'IBuilderItem3'. 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 IIDe0e41c47_72ec_4e66_8d6c_c6a90f6d1c21
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuilderItem2
IID607661ec_f105_4641_be8b_4f1cb0d6f48c
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuilderItem
IID49944736_3dd8_4e4e_b346_46868e0cf13f
 
Method Summary
 IPropertySet getAuxiliaryFieldValues()
          The field values corresponding to the AuxiliaryFields of the parent raster builder described by a property set that maps field names to fields values.
 void setAuxiliaryFieldValuesByRef(IPropertySet ppAuxiliaryFieldValues)
          The field values corresponding to the AuxiliaryFields of the parent raster builder described by a property set that maps field names to fields values.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IBuilderItem2
getColorCorrectionProperties, getDatasetName, getSeamlineProperties, getThumbnail, isHasThumbnail, setColorCorrectionPropertiesByRef, setDatasetNameByRef, setSeamlinePropertiesByRef, setThumbnail
 
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

IIDe0e41c47_72ec_4e66_8d6c_c6a90f6d1c21

static final int IIDe0e41c47_72ec_4e66_8d6c_c6a90f6d1c21
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

setAuxiliaryFieldValuesByRef

void setAuxiliaryFieldValuesByRef(IPropertySet ppAuxiliaryFieldValues)
                                  throws java.io.IOException,
                                         AutomationException
The field values corresponding to the AuxiliaryFields of the parent raster builder described by a property set that maps field names to fields values. These values take precedence over metadata from the BuilderItem's function raster dataset.

Parameters:
ppAuxiliaryFieldValues - 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.

getAuxiliaryFieldValues

IPropertySet getAuxiliaryFieldValues()
                                     throws java.io.IOException,
                                            AutomationException
The field values corresponding to the AuxiliaryFields of the parent raster builder described by a property set that maps field names to fields values. These values take precedence over metadata from the BuilderItem's function raster dataset.

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.