com.esri.arcgis.datasourcesraster
Interface IMultiPartItemURI

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMultiPartItemURIProxy, MultiPartItemURI

public interface IMultiPartItemURI
extends java.io.Serializable

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

Description: 'Provides access to members that control a multi-part 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 IIDbe8282f6_a3b2_4b38_ad61_54444bc1809f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IItemURIArray getParts()
          The item URI objects associated with this container URI object.
 void setPartsByRef(IItemURIArray ppItemURIArray)
          The item URI objects associated with this container URI object.
 

Field Detail

IIDbe8282f6_a3b2_4b38_ad61_54444bc1809f

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

setPartsByRef

void setPartsByRef(IItemURIArray ppItemURIArray)
                   throws java.io.IOException,
                          AutomationException
The item URI objects associated with this container URI object.

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

getParts

IItemURIArray getParts()
                       throws java.io.IOException,
                              AutomationException
The item URI objects associated with this container URI object.

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