com.esri.arcgis.geodatabase
Class IItemInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IItemInfoProxy
All Implemented Interfaces:
IItemInfo, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IItemInfo2Proxy

Deprecated. Internal use only. Proxy for 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 =

public class IItemInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IItemInfo, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.IItemInfo
IID, IID506a8d89_c3af_4c4b_8f03_8f83b36b5329
 
Constructor Summary
  IItemInfoProxy()
          Deprecated. For internal use only
  IItemInfoProxy(java.lang.Object obj)
          Deprecated.  
protected IItemInfoProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IItemInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IItemInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getAccessConstraints()
          Deprecated. Access constraints to this data.
 java.lang.String getCatalogPath()
          Deprecated. Catalog path of the item.
 java.lang.String getDescription()
          Deprecated. Description of the item.
 IDocumentationInfo getDocumentationInfo()
          Deprecated. Documentation info of the item.
 IEnvelope getExtent()
          Deprecated. Extent of the item.
 java.lang.String getGUID()
          Deprecated. GUID of the item.
 IPropertySet getItemProperties()
          Deprecated. Additional properties of this item.
 java.lang.Object getLastModifiedTime()
          Deprecated. The last modified time of the data.
 java.lang.String getName()
          Deprecated. Name of the item.
 java.lang.String getSnippet()
          Deprecated. Snippet of the item.
 ISpatialReference getSpatialReference()
          Deprecated. The spatial reference of the data.
 IStringArray getTags()
          Deprecated. Tags of the item.
 IThumbnailInfo getThumbnailInfo()
          Deprecated. Thumbnail info of the item.
 java.lang.String getTitle()
          Deprecated. Title of the item.
 java.lang.String getType()
          Deprecated. Type of the item.
 IStringArray getTypeInfo()
          Deprecated. The additional info of a type of the item.
 IStringArray getTypeKeywords()
          Deprecated. The keywords of a type of the item.
 java.lang.String getURL()
          Deprecated. Url of the item.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAccessConstraints(java.lang.String pConstraints)
          Deprecated. Access constraints to this data.
 void setCatalogPath(java.lang.String pCatalogPath)
          Deprecated. Catalog path of the item.
 void setDescription(java.lang.String pDescription)
          Deprecated. Description of the item.
 void setDocumentationInfoByRef(IDocumentationInfo ppDocInfo)
          Deprecated. Documentation info of the item.
 void setExtentByRef(IEnvelope ppExtent)
          Deprecated. Extent of the item.
 void setGUID(java.lang.String pGuid)
          Deprecated. GUID of the item.
 void setItemProperties(IPropertySet ppProps)
          Deprecated. Additional properties of this item.
 void setLastModifiedTime(java.lang.Object pDateT)
          Deprecated. The last modified time of the data.
 void setName(java.lang.String pName)
          Deprecated. Name of the item.
 void setSnippet(java.lang.String pSnippet)
          Deprecated. Snippet of the item.
 void setSpatialReferenceByRef(ISpatialReference ppSpatialRef)
          Deprecated. The spatial reference of the data.
 void setTags(IStringArray ppTags)
          Deprecated. Tags of the item.
 void setThumbnailInfoByRef(IThumbnailInfo ppThumbnailInfo)
          Deprecated. Thumbnail info of the item.
 void setTitle(java.lang.String pTitle)
          Deprecated. Title of the item.
 void setType(java.lang.String pType)
          Deprecated. Type of the item.
 void setTypeInfo(IStringArray ppInfo)
          Deprecated. The additional info of a type of the item.
 void setTypeKeywords(IStringArray ppKeywords)
          Deprecated. The keywords of a type of the item.
 void setURL(java.lang.String pUrl)
          Deprecated. Url of the item.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IItemInfoProxy

public IItemInfoProxy(java.lang.String CLSID,
                      java.lang.String host,
                      com.esri.arcgis.interop.AuthInfo authInfo)
               throws java.net.UnknownHostException,
                      java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IItemInfoProxy

public IItemInfoProxy()
Deprecated. 
For internal use only


IItemInfoProxy

public IItemInfoProxy(java.lang.Object obj)
               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IItemInfoProxy

protected IItemInfoProxy(java.lang.Object obj,
                         java.lang.String iid)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IItemInfoProxy

protected IItemInfoProxy(java.lang.String CLSID,
                         java.lang.String iid,
                         java.lang.String host,
                         com.esri.arcgis.interop.AuthInfo authInfo)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

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

Specified by:
getName in interface IItemInfo
Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

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

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

getGUID

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

Specified by:
getGUID in interface IItemInfo
Returns:
The pGuid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGUID

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

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

getType

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

Specified by:
getType in interface IItemInfo
Returns:
The pType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

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

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

getTypeKeywords

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

Specified by:
getTypeKeywords in interface IItemInfo
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

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

Specified by:
setTypeKeywords in interface IItemInfo
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

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

Specified by:
getTypeInfo in interface IItemInfo
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

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

Specified by:
setTypeInfo in interface IItemInfo
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

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

Specified by:
getCatalogPath in interface IItemInfo
Returns:
The pCatalogPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCatalogPath

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

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

getTitle

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

Specified by:
getTitle in interface IItemInfo
Returns:
The pTitle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTitle

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

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

getDescription

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

Specified by:
getDescription in interface IItemInfo
Returns:
The pDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

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

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

getTags

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

Specified by:
getTags in interface IItemInfo
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

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

Specified by:
setTags in interface IItemInfo
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

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

Specified by:
getSnippet in interface IItemInfo
Returns:
The pSnippet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSnippet

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

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

getURL

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

Specified by:
getURL in interface IItemInfo
Returns:
The pUrl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setURL

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

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

getLastModifiedTime

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

Specified by:
getLastModifiedTime in interface IItemInfo
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLastModifiedTime

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

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

getExtent

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

Specified by:
getExtent in interface IItemInfo
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

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

Specified by:
setExtentByRef in interface IItemInfo
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

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

Specified by:
getSpatialReference in interface IItemInfo
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

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

Specified by:
setSpatialReferenceByRef in interface IItemInfo
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

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

Specified by:
getThumbnailInfo in interface IItemInfo
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

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

Specified by:
setThumbnailInfoByRef in interface IItemInfo
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

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

Specified by:
getDocumentationInfo in interface IItemInfo
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

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

Specified by:
setDocumentationInfoByRef in interface IItemInfo
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

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

Specified by:
getAccessConstraints in interface IItemInfo
Returns:
The pConstraints
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAccessConstraints

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

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

getItemProperties

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

Specified by:
getItemProperties in interface IItemInfo
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

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

Specified by:
setItemProperties in interface IItemInfo
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.