|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IItemInfo
Provides access to members of item info.
| Method Summary | |
|---|---|
String |
getAccessConstraints()
Access constraints to this data. |
String |
getCatalogPath()
Catalog path of the item. |
String |
getDescription()
Description of the item. |
IDocumentationInfo |
getDocumentationInfo()
Documentation info of the item. |
IEnvelope |
getExtent()
Extent of the item. |
String |
getGUID()
GUID of the item. |
IPropertySet |
getItemProperties()
Additional properties of this item. |
Object |
getLastModifiedTime()
The last modified time of the data. |
String |
getName()
Name of the item. |
String |
getSnippet()
Snippet of the item. |
ISpatialReference |
getSpatialReference()
The spatial reference of the data. |
IStringArray |
getTags()
Tags of the item. |
IThumbnailInfo |
getThumbnailInfo()
Thumbnail info of the item. |
String |
getTitle()
Title of the item. |
String |
getType()
Type of the item. |
IStringArray |
getTypeInfo()
The additional info of a type of the item. |
IStringArray |
getTypeKeywords()
The keywords of a type of the item. |
String |
getURL()
Url of the item. |
void |
setAccessConstraints(String pConstraints)
Access constraints to this data. |
void |
setCatalogPath(String pCatalogPath)
Catalog path of the item. |
void |
setDescription(String pDescription)
Description of the item. |
void |
setDocumentationInfoByRef(IDocumentationInfo ppDocInfo)
Documentation info of the item. |
void |
setExtentByRef(IEnvelope ppExtent)
Extent of the item. |
void |
setGUID(String pGUID)
GUID of the item. |
void |
setItemProperties(IPropertySet ppProps)
Additional properties of this item. |
void |
setLastModifiedTime(Object pDateT)
The last modified time of the data. |
void |
setName(String pName)
Name of the item. |
void |
setSnippet(String pSnippet)
Snippet of the item. |
void |
setSpatialReferenceByRef(ISpatialReference ppSpatialRef)
The spatial reference of the data. |
void |
setTags(IStringArray ppTags)
Tags of the item. |
void |
setThumbnailInfoByRef(IThumbnailInfo ppThumbnailInfo)
Thumbnail info of the item. |
void |
setTitle(String pTitle)
Title of the item. |
void |
setType(String pType)
Type of the item. |
void |
setTypeInfo(IStringArray ppInfo)
The additional info of a type of the item. |
void |
setTypeKeywords(IStringArray ppKeywords)
The keywords of a type of the item. |
void |
setURL(String pUrl)
Url of the item. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String pName)
throws IOException,
AutomationException
pName - The pName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getGUID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGUID(String pGUID)
throws IOException,
AutomationException
pGUID - The pGUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setType(String pType)
throws IOException,
AutomationException
pType - The pType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getTypeKeywords()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTypeKeywords(IStringArray ppKeywords)
throws IOException,
AutomationException
ppKeywords - 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 getTypeInfo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTypeInfo(IStringArray ppInfo)
throws IOException,
AutomationException
ppInfo - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getCatalogPath()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCatalogPath(String pCatalogPath)
throws IOException,
AutomationException
pCatalogPath - The pCatalogPath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTitle()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTitle(String pTitle)
throws IOException,
AutomationException
pTitle - The pTitle (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDescription()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescription(String pDescription)
throws IOException,
AutomationException
pDescription - The pDescription (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getTags()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTags(IStringArray ppTags)
throws IOException,
AutomationException
ppTags - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getSnippet()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSnippet(String pSnippet)
throws IOException,
AutomationException
pSnippet - The pSnippet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getURL()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setURL(String pUrl)
throws IOException,
AutomationException
pUrl - The pUrl (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getLastModifiedTime()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLastModifiedTime(Object pDateT)
throws IOException,
AutomationException
pDateT - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtentByRef(IEnvelope ppExtent)
throws IOException,
AutomationException
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISpatialReference getSpatialReference()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpatialReferenceByRef(ISpatialReference ppSpatialRef)
throws IOException,
AutomationException
ppSpatialRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IThumbnailInfo getThumbnailInfo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setThumbnailInfoByRef(IThumbnailInfo ppThumbnailInfo)
throws IOException,
AutomationException
ppThumbnailInfo - A reference to a com.esri.arcgis.geodatabase.IThumbnailInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDocumentationInfo getDocumentationInfo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDocumentationInfoByRef(IDocumentationInfo ppDocInfo)
throws IOException,
AutomationException
ppDocInfo - A reference to a com.esri.arcgis.geodatabase.IDocumentationInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getAccessConstraints()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAccessConstraints(String pConstraints)
throws IOException,
AutomationException
pConstraints - The pConstraints (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getItemProperties()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setItemProperties(IPropertySet ppProps)
throws IOException,
AutomationException
ppProps - 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 | ||||||||