|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICartoItemInfoHelper
Provides access to helper functions to sync metadata inside documents and xml file.
Method Summary | |
---|---|
void |
metadata2DocumentInfo(IPropertySet pPropertySet,
IDocumentInfo2 pDocuInfo)
Initialize the DocumentInfo from the content of metadata. |
void |
updateDocumentInfo(String path,
IPropertySet pPropertySet)
Update the metadata inside documents. |
void |
updateItemInfoFromDocumentInfo(IDocumentInfo2 pDocInfo)
transfer DocumentInfo to ItemInfo as used by Search solution. |
Method Detail |
---|
void metadata2DocumentInfo(IPropertySet pPropertySet, IDocumentInfo2 pDocuInfo) throws IOException, AutomationException
pPropertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)pDocuInfo
- A reference to a com.esri.arcgis.carto.IDocumentInfo2 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateItemInfoFromDocumentInfo(IDocumentInfo2 pDocInfo) throws IOException, AutomationException
pDocInfo
- A reference to a com.esri.arcgis.carto.IDocumentInfo2 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateDocumentInfo(String path, IPropertySet pPropertySet) throws IOException, AutomationException
path
- The path (in)pPropertySet
- A reference to a com.esri.arcgis.system.IPropertySet (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 |