|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IItemInfoImpl
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 |
---|
static final int IID3c0bee38_3036_4909_a1b5_36fd883d6346
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void loadFromXmlFile(java.lang.String xmlFilePath) throws java.io.IOException, AutomationException
xmlFilePath
- The xmlFilePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveToXmlFile(java.lang.String xmlFilePath) throws java.io.IOException, AutomationException
xmlFilePath
- The xmlFilePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void readFromJSON(IJSONObject pJObject) throws java.io.IOException, AutomationException
pJObject
- A reference to a com.esri.arcgis.system.IJSONObject (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IJSONObject saveToJSON() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadThumbnailFromFile(java.lang.String thumbnailFilePath) throws java.io.IOException, AutomationException
thumbnailFilePath
- The thumbnailFilePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveThumbnailToFile(java.lang.String thumbnailFilePath) throws java.io.IOException, AutomationException
thumbnailFilePath
- The thumbnailFilePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String stringArrayToString(IStringArray pSA) throws java.io.IOException, AutomationException
pSA
- A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray stringToStringArray(java.lang.String str) throws java.io.IOException, AutomationException
str
- The str (in)
java.io.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 |