com.esri.arcgis.datasourcesraster
Interface IItemURI2

All Superinterfaces:
IItemURI, java.io.Serializable
All Known Implementing Classes:
CompositeItemURI, FileItemURI, IItemURI2Proxy, IndexedItemURI, ItemURI, MultiPartItemURI, RasterTypeItemURI, RPFItemURI, SearchItemURI

public interface IItemURI2
extends IItemURI, java.io.Serializable

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

Description: 'Provides access to members that control an 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 IID441dbe58_23ee_4296_9a3b_fdb44027b828
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IItemURI
IID0fc1719b_b1aa_4d23_af07_932490a18075
 
Method Summary
 IPropertySet getProperties()
          The item uri properties.
 void setPropertiesByRef(IPropertySet ppBuilderPoperties)
          The item uri properties.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IItemURI
getAuxiliaryPaths, getDisplayName, getGroup, getKey, getProductName, getSourceTimeStamp, getTag, setAuxiliaryPathsByRef, setDisplayName, setGroup, setKey, setProductName, setSourceTimeStamp, setTag
 

Field Detail

IID441dbe58_23ee_4296_9a3b_fdb44027b828

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

setPropertiesByRef

void setPropertiesByRef(IPropertySet ppBuilderPoperties)
                        throws java.io.IOException,
                               AutomationException
The item uri properties.

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

getProperties

IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
The item uri properties.

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.