com.esri.arcgis.geodatabase
Interface IItemInfoImpl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IItemInfoImplProxy

public interface IItemInfoImpl
extends java.io.Serializable

COM Interface 'IItemInfoImpl'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members of item info.' 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 IID3c0bee38_3036_4909_a1b5_36fd883d6346
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void loadFromXmlFile(java.lang.String xmlFilePath)
          Load ItemInfo from a XML file.
 void loadThumbnailFromFile(java.lang.String thumbnailFilePath)
          Load thumbnail from file.
 void readFromJSON(IJSONObject pJObject)
          Read ItemInfo from JSON.
 void saveThumbnailToFile(java.lang.String thumbnailFilePath)
          Save the thumbmail to a file.
 IJSONObject saveToJSON()
          Save the ItemInfo to a XML file.
 void saveToXmlFile(java.lang.String xmlFilePath)
          Save the ItemInfo to a XML file.
 java.lang.String stringArrayToString(IStringArray pSA)
          Convert StringArray to comma sperated string.
 IStringArray stringToStringArray(java.lang.String str)
          Convert comma sperated strin to StringArray.
 

Field Detail

IID3c0bee38_3036_4909_a1b5_36fd883d6346

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

loadFromXmlFile

void loadFromXmlFile(java.lang.String xmlFilePath)
                     throws java.io.IOException,
                            AutomationException
Load ItemInfo from a XML file.

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

saveToXmlFile

void saveToXmlFile(java.lang.String xmlFilePath)
                   throws java.io.IOException,
                          AutomationException
Save the ItemInfo to a XML file.

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

readFromJSON

void readFromJSON(IJSONObject pJObject)
                  throws java.io.IOException,
                         AutomationException
Read ItemInfo from JSON.

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

saveToJSON

IJSONObject saveToJSON()
                       throws java.io.IOException,
                              AutomationException
Save the ItemInfo to a XML file.

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

loadThumbnailFromFile

void loadThumbnailFromFile(java.lang.String thumbnailFilePath)
                           throws java.io.IOException,
                                  AutomationException
Load thumbnail from file.

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

saveThumbnailToFile

void saveThumbnailToFile(java.lang.String thumbnailFilePath)
                         throws java.io.IOException,
                                AutomationException
Save the thumbmail to a file.

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

stringArrayToString

java.lang.String stringArrayToString(IStringArray pSA)
                                     throws java.io.IOException,
                                            AutomationException
Convert StringArray to comma sperated string.

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

stringToStringArray

IStringArray stringToStringArray(java.lang.String str)
                                 throws java.io.IOException,
                                        AutomationException
Convert comma sperated strin to StringArray.

Parameters:
str - The str (in)
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.