com.esri.arcgis.datasourcesraster
Interface ICompositeItemURI

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CompositeItemURI, ICompositeItemURIProxy

public interface ICompositeItemURI
extends java.io.Serializable

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

Description: 'Provides access to members that control a composite item URI.' 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 IID511ce406_16c6_4c8d_8bd4_d4b00fafb9f1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IStringArray getAuxiliaryPartNames()
          Additional pieces of non-identifying information associated with the composite item URI object.
 IStringArray getKeyPartNames()
          An array of string phrases that, together, uniquely identifies the item's data source in the mosaic dataset.
 void setAuxiliaryPartNamesByRef(IStringArray ppAuxPartNames)
          Additional pieces of non-identifying information associated with the composite item URI object.
 void setKeyPartNamesByRef(IStringArray ppKeyPartNames)
          An array of string phrases that, together, uniquely identifies the item's data source in the mosaic dataset.
 

Field Detail

IID511ce406_16c6_4c8d_8bd4_d4b00fafb9f1

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

setKeyPartNamesByRef

void setKeyPartNamesByRef(IStringArray ppKeyPartNames)
                          throws java.io.IOException,
                                 AutomationException
An array of string phrases that, together, uniquely identifies the item's data source in the mosaic dataset. The values in this property are used for computing a 'signature' that appears in the URIHash field of the mosaic catalog.

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

getKeyPartNames

IStringArray getKeyPartNames()
                             throws java.io.IOException,
                                    AutomationException
An array of string phrases that, together, uniquely identifies the item's data source in the mosaic dataset. The values in this property are used for computing a 'signature' that appears in the URIHash field of the mosaic catalog.

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

setAuxiliaryPartNamesByRef

void setAuxiliaryPartNamesByRef(IStringArray ppAuxPartNames)
                                throws java.io.IOException,
                                       AutomationException
Additional pieces of non-identifying information associated with the composite item URI object.

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

getAuxiliaryPartNames

IStringArray getAuxiliaryPartNames()
                                   throws java.io.IOException,
                                          AutomationException
Additional pieces of non-identifying information associated with the composite item URI object.

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