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
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID506a8d89_c3af_4c4b_8f03_8f83b36b5329| Modifier | Constructor and Description |
|---|---|
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAccessConstraints(java.lang.String constraints)
Deprecated.
Access constraints to this data.
|
void |
setCatalogPath(java.lang.String catalogPath)
Deprecated.
Catalog path of the item.
|
void |
setDescription(java.lang.String description)
Deprecated.
Description of the item.
|
void |
setDocumentationInfoByRef(IDocumentationInfo docInfo)
Deprecated.
Documentation info of the item.
|
void |
setExtentByRef(IEnvelope extent)
Deprecated.
Extent of the item.
|
void |
setGUID(java.lang.String gUID)
Deprecated.
GUID of the item.
|
void |
setItemProperties(IPropertySet props)
Deprecated.
Additional properties of this item.
|
void |
setLastModifiedTime(java.lang.Object dateT)
Deprecated.
The last modified time of the data.
|
void |
setName(java.lang.String name)
Deprecated.
Name of the item.
|
void |
setSnippet(java.lang.String snippet)
Deprecated.
Snippet of the item.
|
void |
setSpatialReferenceByRef(ISpatialReference spatialRef)
Deprecated.
The spatial reference of the data.
|
void |
setTags(IStringArray tags)
Deprecated.
Tags of the item.
|
void |
setThumbnailInfoByRef(IThumbnailInfo thumbnailInfo)
Deprecated.
Thumbnail info of the item.
|
void |
setTitle(java.lang.String title)
Deprecated.
Title of the item.
|
void |
setType(java.lang.String type)
Deprecated.
Type of the item.
|
void |
setTypeInfo(IStringArray info)
Deprecated.
The additional info of a type of the item.
|
void |
setTypeKeywords(IStringArray keywords)
Deprecated.
The keywords of a type of the item.
|
void |
setURL(java.lang.String uRL)
Deprecated.
Url of the item.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IItemInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IItemInfoProxy()
public IItemInfoProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IItemInfoProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IItemInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IItemInfoname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getGUID()
throws java.io.IOException,
AutomationException
getGUID in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGUID(java.lang.String gUID)
throws java.io.IOException,
AutomationException
setGUID in interface IItemInfogUID - The gUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getType()
throws java.io.IOException,
AutomationException
getType in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setType(java.lang.String type)
throws java.io.IOException,
AutomationException
setType in interface IItemInfotype - The type (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getTypeKeywords() throws java.io.IOException, AutomationException
getTypeKeywords in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTypeKeywords(IStringArray keywords) throws java.io.IOException, AutomationException
setTypeKeywords in interface IItemInfokeywords - 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.public IStringArray getTypeInfo() throws java.io.IOException, AutomationException
getTypeInfo in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTypeInfo(IStringArray info) throws java.io.IOException, AutomationException
setTypeInfo in interface IItemInfoinfo - 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.public java.lang.String getCatalogPath()
throws java.io.IOException,
AutomationException
getCatalogPath in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCatalogPath(java.lang.String catalogPath)
throws java.io.IOException,
AutomationException
setCatalogPath in interface IItemInfocatalogPath - The catalogPath (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTitle()
throws java.io.IOException,
AutomationException
getTitle in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTitle(java.lang.String title)
throws java.io.IOException,
AutomationException
setTitle in interface IItemInfotitle - The title (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDescription(java.lang.String description)
throws java.io.IOException,
AutomationException
setDescription in interface IItemInfodescription - The description (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getTags() throws java.io.IOException, AutomationException
getTags in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTags(IStringArray tags) throws java.io.IOException, AutomationException
setTags in interface IItemInfotags - 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.public java.lang.String getSnippet()
throws java.io.IOException,
AutomationException
getSnippet in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSnippet(java.lang.String snippet)
throws java.io.IOException,
AutomationException
setSnippet in interface IItemInfosnippet - The snippet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getURL()
throws java.io.IOException,
AutomationException
getURL in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setURL(java.lang.String uRL)
throws java.io.IOException,
AutomationException
setURL in interface IItemInfouRL - The uRL (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getLastModifiedTime()
throws java.io.IOException,
AutomationException
getLastModifiedTime in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLastModifiedTime(java.lang.Object dateT)
throws java.io.IOException,
AutomationException
setLastModifiedTime in interface IItemInfodateT - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setExtentByRef(IEnvelope extent) throws java.io.IOException, AutomationException
setExtentByRef in interface IItemInfoextent - 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.public ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference spatialRef) throws java.io.IOException, AutomationException
setSpatialReferenceByRef in interface IItemInfospatialRef - 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.public IThumbnailInfo getThumbnailInfo() throws java.io.IOException, AutomationException
getThumbnailInfo in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setThumbnailInfoByRef(IThumbnailInfo thumbnailInfo) throws java.io.IOException, AutomationException
setThumbnailInfoByRef in interface IItemInfothumbnailInfo - 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.public IDocumentationInfo getDocumentationInfo() throws java.io.IOException, AutomationException
getDocumentationInfo in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDocumentationInfoByRef(IDocumentationInfo docInfo) throws java.io.IOException, AutomationException
setDocumentationInfoByRef in interface IItemInfodocInfo - 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.public java.lang.String getAccessConstraints()
throws java.io.IOException,
AutomationException
getAccessConstraints in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAccessConstraints(java.lang.String constraints)
throws java.io.IOException,
AutomationException
setAccessConstraints in interface IItemInfoconstraints - The constraints (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPropertySet getItemProperties() throws java.io.IOException, AutomationException
getItemProperties in interface IItemInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setItemProperties(IPropertySet props) throws java.io.IOException, AutomationException
setItemProperties in interface IItemInfoprops - 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.