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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public IItemInfoProxy()
public IItemInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IItemInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IItemInfo
java.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 IItemInfo
name
- 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 IItemInfo
java.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 IItemInfo
gUID
- 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 IItemInfo
java.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 IItemInfo
type
- 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 IItemInfo
java.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 IItemInfo
keywords
- 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 IItemInfo
java.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 IItemInfo
info
- 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 IItemInfo
java.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 IItemInfo
catalogPath
- 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 IItemInfo
java.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 IItemInfo
title
- 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 IItemInfo
java.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 IItemInfo
description
- 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 IItemInfo
java.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 IItemInfo
tags
- 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 IItemInfo
java.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 IItemInfo
snippet
- 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 IItemInfo
java.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 IItemInfo
uRL
- 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 IItemInfo
java.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 IItemInfo
dateT
- 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 IItemInfo
java.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 IItemInfo
extent
- 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 IItemInfo
java.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 IItemInfo
spatialRef
- 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 IItemInfo
java.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 IItemInfo
thumbnailInfo
- 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 IItemInfo
java.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 IItemInfo
docInfo
- 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 IItemInfo
java.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 IItemInfo
constraints
- 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 IItemInfo
java.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 IItemInfo
props
- 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.