com.esri.arcgis.geodatabase
Interface IItemInfoImpl

All Superinterfaces:
Serializable

public interface IItemInfoImpl
extends Serializable

Provides access to members of item info.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void loadFromXmlFile(String xmlFilePath)
          Load ItemInfo from a XML file.
 void loadThumbnailFromFile(String thumbnailFilePath)
          Load thumbnail from file.
 void readFromJSON(IJSONObject pJObject)
          Read ItemInfo from JSON.
 void saveThumbnailToFile(String thumbnailFilePath)
          Save the thumbmail to a file.
 IJSONObject saveToJSON()
          Save the ItemInfo to a XML file.
 void saveToXmlFile(String xmlFilePath)
          Save the ItemInfo to a XML file.
 String stringArrayToString(IStringArray pSA)
          Convert StringArray to comma sperated string.
 IStringArray stringToStringArray(String str)
          Convert comma sperated strin to StringArray.
 

Method Detail

loadFromXmlFile

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

saveToXmlFile

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

readFromJSON

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

saveToJSON

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

loadThumbnailFromFile

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

saveThumbnailToFile

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

stringArrayToString

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

stringToStringArray

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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