com.esri.arcgis.geodatabase
Interface IItemInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IItemInfo2
All Known Implementing Classes:
IItemInfo2Proxy, IItemInfoProxy, ItemInfo

public interface IItemInfo
extends java.io.Serializable

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

IID506a8d89_c3af_4c4b_8f03_8f83b36b5329

static final int IID506a8d89_c3af_4c4b_8f03_8f83b36b5329
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the item.

Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
Name of the item.

Parameters:
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGUID

java.lang.String getGUID()
                         throws java.io.IOException,
                                AutomationException
GUID of the item.

Returns:
The pGuid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGUID

void setGUID(java.lang.String pGuid)
             throws java.io.IOException,
                    AutomationException
GUID of the item.

Parameters:
pGuid - The pGuid (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
Type of the item.

Returns:
The pType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

void setType(java.lang.String pType)
             throws java.io.IOException,
                    AutomationException
Type of the item.

Parameters:
pType - The pType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTypeKeywords

IStringArray getTypeKeywords()
                             throws java.io.IOException,
                                    AutomationException
The keywords of a type of the item.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTypeKeywords

void setTypeKeywords(IStringArray ppKeywords)
                     throws java.io.IOException,
                            AutomationException
The keywords of a type of the item.

Parameters:
ppKeywords - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTypeInfo

IStringArray getTypeInfo()
                         throws java.io.IOException,
                                AutomationException
The additional info of a type of the item.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTypeInfo

void setTypeInfo(IStringArray ppInfo)
                 throws java.io.IOException,
                        AutomationException
The additional info of a type of the item.

Parameters:
ppInfo - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCatalogPath

java.lang.String getCatalogPath()
                                throws java.io.IOException,
                                       AutomationException
Catalog path of the item.

Returns:
The pCatalogPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCatalogPath

void setCatalogPath(java.lang.String pCatalogPath)
                    throws java.io.IOException,
                           AutomationException
Catalog path of the item.

Parameters:
pCatalogPath - The pCatalogPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTitle

java.lang.String getTitle()
                          throws java.io.IOException,
                                 AutomationException
Title of the item.

Returns:
The pTitle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTitle

void setTitle(java.lang.String pTitle)
              throws java.io.IOException,
                     AutomationException
Title of the item.

Parameters:
pTitle - The pTitle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Description of the item.

Returns:
The pDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(java.lang.String pDescription)
                    throws java.io.IOException,
                           AutomationException
Description of the item.

Parameters:
pDescription - The pDescription (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTags

IStringArray getTags()
                     throws java.io.IOException,
                            AutomationException
Tags of the item.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTags

void setTags(IStringArray ppTags)
             throws java.io.IOException,
                    AutomationException
Tags of the item.

Parameters:
ppTags - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSnippet

java.lang.String getSnippet()
                            throws java.io.IOException,
                                   AutomationException
Snippet of the item.

Returns:
The pSnippet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSnippet

void setSnippet(java.lang.String pSnippet)
                throws java.io.IOException,
                       AutomationException
Snippet of the item.

Parameters:
pSnippet - The pSnippet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURL

java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
Url of the item.

Returns:
The pUrl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setURL

void setURL(java.lang.String pUrl)
            throws java.io.IOException,
                   AutomationException
Url of the item.

Parameters:
pUrl - The pUrl (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLastModifiedTime

java.lang.Object getLastModifiedTime()
                                     throws java.io.IOException,
                                            AutomationException
The last modified time of the data.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLastModifiedTime

void setLastModifiedTime(java.lang.Object pDateT)
                         throws java.io.IOException,
                                AutomationException
The last modified time of the data.

Parameters:
pDateT - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Extent of the item.

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtentByRef

void setExtentByRef(IEnvelope ppExtent)
                    throws java.io.IOException,
                           AutomationException
Extent of the item.

Parameters:
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The spatial reference of the data.

Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference ppSpatialRef)
                              throws java.io.IOException,
                                     AutomationException
The spatial reference of the data.

Parameters:
ppSpatialRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThumbnailInfo

IThumbnailInfo getThumbnailInfo()
                                throws java.io.IOException,
                                       AutomationException
Thumbnail info of the item.

Returns:
A reference to a com.esri.arcgis.geodatabase.IThumbnailInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setThumbnailInfoByRef

void setThumbnailInfoByRef(IThumbnailInfo ppThumbnailInfo)
                           throws java.io.IOException,
                                  AutomationException
Thumbnail info of the item.

Parameters:
ppThumbnailInfo - A reference to a com.esri.arcgis.geodatabase.IThumbnailInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDocumentationInfo

IDocumentationInfo getDocumentationInfo()
                                        throws java.io.IOException,
                                               AutomationException
Documentation info of the item.

Returns:
A reference to a com.esri.arcgis.geodatabase.IDocumentationInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDocumentationInfoByRef

void setDocumentationInfoByRef(IDocumentationInfo ppDocInfo)
                               throws java.io.IOException,
                                      AutomationException
Documentation info of the item.

Parameters:
ppDocInfo - A reference to a com.esri.arcgis.geodatabase.IDocumentationInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAccessConstraints

java.lang.String getAccessConstraints()
                                      throws java.io.IOException,
                                             AutomationException
Access constraints to this data.

Returns:
The pConstraints
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAccessConstraints

void setAccessConstraints(java.lang.String pConstraints)
                          throws java.io.IOException,
                                 AutomationException
Access constraints to this data.

Parameters:
pConstraints - The pConstraints (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemProperties

IPropertySet getItemProperties()
                               throws java.io.IOException,
                                      AutomationException
Additional properties of this item.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setItemProperties

void setItemProperties(IPropertySet ppProps)
                       throws java.io.IOException,
                              AutomationException
Additional properties of this item.

Parameters:
ppProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.