public interface IItemInfo
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID506a8d89_c3af_4c4b_8f03_8f83b36b5329 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 constraints)
Access constraints to this data.
|
void |
setCatalogPath(java.lang.String catalogPath)
Catalog path of the item.
|
void |
setDescription(java.lang.String description)
Description of the item.
|
void |
setDocumentationInfoByRef(IDocumentationInfo docInfo)
Documentation info of the item.
|
void |
setExtentByRef(IEnvelope extent)
Extent of the item.
|
void |
setGUID(java.lang.String gUID)
GUID of the item.
|
void |
setItemProperties(IPropertySet props)
Additional properties of this item.
|
void |
setLastModifiedTime(java.lang.Object dateT)
The last modified time of the data.
|
void |
setName(java.lang.String name)
Name of the item.
|
void |
setSnippet(java.lang.String snippet)
Snippet of the item.
|
void |
setSpatialReferenceByRef(ISpatialReference spatialRef)
The spatial reference of the data.
|
void |
setTags(IStringArray tags)
Tags of the item.
|
void |
setThumbnailInfoByRef(IThumbnailInfo thumbnailInfo)
Thumbnail info of the item.
|
void |
setTitle(java.lang.String title)
Title of the item.
|
void |
setType(java.lang.String type)
Type of the item.
|
void |
setTypeInfo(IStringArray info)
The additional info of a type of the item.
|
void |
setTypeKeywords(IStringArray keywords)
The keywords of a type of the item.
|
void |
setURL(java.lang.String uRL)
Url of the item.
|
static final int IID506a8d89_c3af_4c4b_8f03_8f83b36b5329
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getGUID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGUID(java.lang.String gUID) throws java.io.IOException, AutomationException
gUID
- The gUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setType(java.lang.String type) throws java.io.IOException, AutomationException
type
- The type (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getTypeKeywords() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTypeKeywords(IStringArray keywords) throws java.io.IOException, AutomationException
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.IStringArray getTypeInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTypeInfo(IStringArray info) throws java.io.IOException, AutomationException
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.java.lang.String getCatalogPath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCatalogPath(java.lang.String catalogPath) throws java.io.IOException, AutomationException
catalogPath
- The catalogPath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTitle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTitle(java.lang.String title) throws java.io.IOException, AutomationException
title
- The title (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String description) throws java.io.IOException, AutomationException
description
- The description (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getTags() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTags(IStringArray tags) throws java.io.IOException, AutomationException
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.java.lang.String getSnippet() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSnippet(java.lang.String snippet) throws java.io.IOException, AutomationException
snippet
- The snippet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getURL() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setURL(java.lang.String uRL) throws java.io.IOException, AutomationException
uRL
- The uRL (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getLastModifiedTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLastModifiedTime(java.lang.Object dateT) throws java.io.IOException, AutomationException
dateT
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope extent) throws java.io.IOException, AutomationException
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.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference spatialRef) throws java.io.IOException, AutomationException
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.IThumbnailInfo getThumbnailInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setThumbnailInfoByRef(IThumbnailInfo thumbnailInfo) throws java.io.IOException, AutomationException
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.IDocumentationInfo getDocumentationInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDocumentationInfoByRef(IDocumentationInfo docInfo) throws java.io.IOException, AutomationException
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.java.lang.String getAccessConstraints() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAccessConstraints(java.lang.String constraints) throws java.io.IOException, AutomationException
constraints
- The constraints (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getItemProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setItemProperties(IPropertySet props) throws java.io.IOException, AutomationException
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.