|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IItemInfoProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.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 pName) throws java.io.IOException, AutomationException
setName
in interface IItemInfo
pName
- The pName (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 pGuid) throws java.io.IOException, AutomationException
setGUID
in interface IItemInfo
pGuid
- The pGuid (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 pType) throws java.io.IOException, AutomationException
setType
in interface IItemInfo
pType
- The pType (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 ppKeywords) throws java.io.IOException, AutomationException
setTypeKeywords
in interface IItemInfo
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.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 ppInfo) throws java.io.IOException, AutomationException
setTypeInfo
in interface IItemInfo
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.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 pCatalogPath) throws java.io.IOException, AutomationException
setCatalogPath
in interface IItemInfo
pCatalogPath
- The pCatalogPath (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 pTitle) throws java.io.IOException, AutomationException
setTitle
in interface IItemInfo
pTitle
- The pTitle (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 pDescription) throws java.io.IOException, AutomationException
setDescription
in interface IItemInfo
pDescription
- The pDescription (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 ppTags) throws java.io.IOException, AutomationException
setTags
in interface IItemInfo
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.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 pSnippet) throws java.io.IOException, AutomationException
setSnippet
in interface IItemInfo
pSnippet
- The pSnippet (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 pUrl) throws java.io.IOException, AutomationException
setURL
in interface IItemInfo
pUrl
- The pUrl (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 pDateT) throws java.io.IOException, AutomationException
setLastModifiedTime
in interface IItemInfo
pDateT
- 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 ppExtent) throws java.io.IOException, AutomationException
setExtentByRef
in interface IItemInfo
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.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 ppSpatialRef) throws java.io.IOException, AutomationException
setSpatialReferenceByRef
in interface IItemInfo
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.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 ppThumbnailInfo) throws java.io.IOException, AutomationException
setThumbnailInfoByRef
in interface IItemInfo
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.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 ppDocInfo) throws java.io.IOException, AutomationException
setDocumentationInfoByRef
in interface IItemInfo
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.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 pConstraints) throws java.io.IOException, AutomationException
setAccessConstraints
in interface IItemInfo
pConstraints
- The pConstraints (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 ppProps) throws java.io.IOException, AutomationException
setItemProperties
in interface IItemInfo
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 |