|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IItemInfoImpl
Provides access to members of item info.
| 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 |
|---|
void loadFromXmlFile(String xmlFilePath)
throws IOException,
AutomationException
xmlFilePath - The xmlFilePath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void saveToXmlFile(String xmlFilePath)
throws IOException,
AutomationException
xmlFilePath - The xmlFilePath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void readFromJSON(IJSONObject pJObject)
throws IOException,
AutomationException
pJObject - A reference to a com.esri.arcgis.system.IJSONObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IJSONObject saveToJSON()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void loadThumbnailFromFile(String thumbnailFilePath)
throws IOException,
AutomationException
thumbnailFilePath - The thumbnailFilePath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void saveThumbnailToFile(String thumbnailFilePath)
throws IOException,
AutomationException
thumbnailFilePath - The thumbnailFilePath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String stringArrayToString(IStringArray pSA)
throws IOException,
AutomationException
pSA - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray stringToStringArray(String str)
throws IOException,
AutomationException
str - The str (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||