|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IItemInfo
COM Interface 'IItemInfo'. Generated 3/19/2015 1:20:56 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 |
IID506a8d89_c3af_4c4b_8f03_8f83b36b5329
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getAccessConstraints()
Access constraints to this data. |
java.lang.String |
getCatalogPath()
Catalog path of the item. |
java.lang.String |
getDescription()
Description of the item. |
IDocumentationInfo |
getDocumentationInfo()
Documentation info of the item. |
IEnvelope |
getExtent()
Extent of the item. |
java.lang.String |
getGUID()
GUID of the item. |
IPropertySet |
getItemProperties()
Additional properties of this item. |
java.lang.Object |
getLastModifiedTime()
The last modified time of the data. |
java.lang.String |
getName()
Name of the item. |
java.lang.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. |
java.lang.String |
getTitle()
Title of the item. |
java.lang.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. |
java.lang.String |
getURL()
Url of the item. |
void |
setAccessConstraints(java.lang.String pConstraints)
Access constraints to this data. |
void |
setCatalogPath(java.lang.String pCatalogPath)
Catalog path of the item. |
void |
setDescription(java.lang.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(java.lang.String pGuid)
GUID of the item. |
void |
setItemProperties(IPropertySet ppProps)
Additional properties of this item. |
void |
setLastModifiedTime(java.lang.Object pDateT)
The last modified time of the data. |
void |
setName(java.lang.String pName)
Name of the item. |
void |
setSnippet(java.lang.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(java.lang.String pTitle)
Title of the item. |
void |
setType(java.lang.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(java.lang.String pUrl)
Url of the item. |
| Field Detail |
|---|
static final int IID506a8d89_c3af_4c4b_8f03_8f83b36b5329
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(java.lang.String pName)
throws java.io.IOException,
AutomationException
pName - The pName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getGUID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGUID(java.lang.String pGuid)
throws java.io.IOException,
AutomationException
pGuid - The pGuid (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setType(java.lang.String pType)
throws java.io.IOException,
AutomationException
pType - The pType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getTypeKeywords()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTypeKeywords(IStringArray ppKeywords)
throws java.io.IOException,
AutomationException
ppKeywords - 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 getTypeInfo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTypeInfo(IStringArray ppInfo)
throws java.io.IOException,
AutomationException
ppInfo - 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.
java.lang.String getCatalogPath()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCatalogPath(java.lang.String pCatalogPath)
throws java.io.IOException,
AutomationException
pCatalogPath - The pCatalogPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getTitle()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTitle(java.lang.String pTitle)
throws java.io.IOException,
AutomationException
pTitle - The pTitle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDescription()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescription(java.lang.String pDescription)
throws java.io.IOException,
AutomationException
pDescription - The pDescription (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getTags()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTags(IStringArray ppTags)
throws java.io.IOException,
AutomationException
ppTags - 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.
java.lang.String getSnippet()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSnippet(java.lang.String pSnippet)
throws java.io.IOException,
AutomationException
pSnippet - The pSnippet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getURL()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setURL(java.lang.String pUrl)
throws java.io.IOException,
AutomationException
pUrl - The pUrl (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getLastModifiedTime()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLastModifiedTime(java.lang.Object pDateT)
throws java.io.IOException,
AutomationException
pDateT - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getExtent()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtentByRef(IEnvelope ppExtent)
throws java.io.IOException,
AutomationException
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISpatialReference getSpatialReference()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpatialReferenceByRef(ISpatialReference ppSpatialRef)
throws java.io.IOException,
AutomationException
ppSpatialRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IThumbnailInfo getThumbnailInfo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setThumbnailInfoByRef(IThumbnailInfo ppThumbnailInfo)
throws java.io.IOException,
AutomationException
ppThumbnailInfo - A reference to a com.esri.arcgis.geodatabase.IThumbnailInfo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDocumentationInfo getDocumentationInfo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDocumentationInfoByRef(IDocumentationInfo ppDocInfo)
throws java.io.IOException,
AutomationException
ppDocInfo - A reference to a com.esri.arcgis.geodatabase.IDocumentationInfo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getAccessConstraints()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAccessConstraints(java.lang.String pConstraints)
throws java.io.IOException,
AutomationException
pConstraints - The pConstraints (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getItemProperties()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setItemProperties(IPropertySet ppProps)
throws java.io.IOException,
AutomationException
ppProps - A reference to a com.esri.arcgis.system.IPropertySet (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 | ||||||||