|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.ItemInfo
public class ItemInfo
Item Info coclass.
| Constructor Summary | |
|---|---|
ItemInfo()
Constructs a ItemInfo using ArcGIS Engine. |
|
ItemInfo(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ItemInfo theItemInfo = (ItemInfo) obj; |
|
| Method Summary | |
|---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(Object o)
Compare this object with another |
String |
getAccessConstraints()
Access constraints to this data. |
String |
getCatalogPath()
Catalog path of the item. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
String |
getCredits()
Credits of the item. |
String |
getDescription()
Description of the item. |
IDocumentationInfo |
getDocumentationInfo()
Documentation info of the item. |
IEnvelope |
getExtent()
Extent of the item. |
String |
getGUID()
GUID of the item. |
IPropertySet |
getItemProperties()
Additional properties of this item. |
Object |
getLastModifiedTime()
The last modified time of the data. |
double |
getMaxScale()
Maximum scale of the item. |
double |
getMinScale()
Minimum scale of the item. |
String |
getName()
Name of the item. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
String |
getSnippet()
Snippet of the item. |
ISpatialReference |
getSpatialReference()
The spatial reference of the data. |
String |
getSpatialReferenceName()
The name of the spatial reference. |
IStringArray |
getTags()
Tags of the item. |
IThumbnailInfo |
getThumbnailInfo()
Thumbnail info of the item. |
String |
getTitle()
Title of the item. |
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. |
String |
getURL()
Url of the item. |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
void |
load(IStream pstm)
load |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setAccessConstraints(String pConstraints)
Access constraints to this data. |
void |
setCatalogPath(String pCatalogPath)
Catalog path of the item. |
void |
setCredits(String pCredits)
Credits of the item. |
void |
setDescription(String pDescription)
Description of the item. |
void |
setDocumentationInfoByRef(IDocumentationInfo ppDocInfo)
Documentation info of the item. |
void |
setExtentByRef(IEnvelope ppExtent)
Extent of the item. |
void |
setGUID(String pGUID)
GUID of the item. |
void |
setItemProperties(IPropertySet ppProps)
Additional properties of this item. |
void |
setLastModifiedTime(Object pDateT)
The last modified time of the data. |
void |
setMaxScale(double pScale)
Maximum scale of the item. |
void |
setMinScale(double pScale)
Minimum scale of the item. |
void |
setName(String pName)
Name of the item. |
void |
setSnippet(String pSnippet)
Snippet of the item. |
void |
setSpatialReferenceByRef(ISpatialReference ppSpatialRef)
The spatial reference of the data. |
void |
setTags(IStringArray ppTags)
Tags of the item. |
void |
setThumbnailInfoByRef(IThumbnailInfo ppThumbnailInfo)
Thumbnail info of the item. |
void |
setTitle(String pTitle)
Title of the item. |
void |
setType(String pType)
Type of the item. |
void |
setTypeInfo(IStringArray ppInfo)
The additional info of a type of the item. |
void |
setTypeKeywords(IStringArray ppKeywords)
The keywords of a type of the item. |
void |
setURL(String pUrl)
Url of the item. |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public ItemInfo()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ItemInfo(Object obj)
throws IOException
ItemInfo theItemInfo = (ItemInfo) obj;
obj to ItemInfo.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
throws IOException,
AutomationException
getName in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String pName)
throws IOException,
AutomationException
setName in interface IItemInfopName - The pName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getGUID()
throws IOException,
AutomationException
getGUID in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGUID(String pGUID)
throws IOException,
AutomationException
setGUID in interface IItemInfopGUID - The pGUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getType()
throws IOException,
AutomationException
getType in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(String pType)
throws IOException,
AutomationException
setType in interface IItemInfopType - The pType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getTypeKeywords()
throws IOException,
AutomationException
getTypeKeywords in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTypeKeywords(IStringArray ppKeywords)
throws IOException,
AutomationException
setTypeKeywords in interface IItemInfoppKeywords - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getTypeInfo()
throws IOException,
AutomationException
getTypeInfo in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTypeInfo(IStringArray ppInfo)
throws IOException,
AutomationException
setTypeInfo in interface IItemInfoppInfo - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCatalogPath()
throws IOException,
AutomationException
getCatalogPath in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCatalogPath(String pCatalogPath)
throws IOException,
AutomationException
setCatalogPath in interface IItemInfopCatalogPath - The pCatalogPath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTitle()
throws IOException,
AutomationException
getTitle in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTitle(String pTitle)
throws IOException,
AutomationException
setTitle in interface IItemInfopTitle - The pTitle (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
throws IOException,
AutomationException
getDescription in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(String pDescription)
throws IOException,
AutomationException
setDescription in interface IItemInfopDescription - The pDescription (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getTags()
throws IOException,
AutomationException
getTags in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTags(IStringArray ppTags)
throws IOException,
AutomationException
setTags in interface IItemInfoppTags - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSnippet()
throws IOException,
AutomationException
getSnippet in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSnippet(String pSnippet)
throws IOException,
AutomationException
setSnippet in interface IItemInfopSnippet - The pSnippet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getURL()
throws IOException,
AutomationException
getURL in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setURL(String pUrl)
throws IOException,
AutomationException
setURL in interface IItemInfopUrl - The pUrl (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getLastModifiedTime()
throws IOException,
AutomationException
getLastModifiedTime in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLastModifiedTime(Object pDateT)
throws IOException,
AutomationException
setLastModifiedTime in interface IItemInfopDateT - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getExtent()
throws IOException,
AutomationException
getExtent in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtentByRef(IEnvelope ppExtent)
throws IOException,
AutomationException
setExtentByRef in interface IItemInfoppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISpatialReference getSpatialReference()
throws IOException,
AutomationException
getSpatialReference in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialReferenceByRef(ISpatialReference ppSpatialRef)
throws IOException,
AutomationException
setSpatialReferenceByRef in interface IItemInfoppSpatialRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IThumbnailInfo getThumbnailInfo()
throws IOException,
AutomationException
getThumbnailInfo in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setThumbnailInfoByRef(IThumbnailInfo ppThumbnailInfo)
throws IOException,
AutomationException
setThumbnailInfoByRef in interface IItemInfoppThumbnailInfo - A reference to a com.esri.arcgis.geodatabase.IThumbnailInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDocumentationInfo getDocumentationInfo()
throws IOException,
AutomationException
getDocumentationInfo in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDocumentationInfoByRef(IDocumentationInfo ppDocInfo)
throws IOException,
AutomationException
setDocumentationInfoByRef in interface IItemInfoppDocInfo - A reference to a com.esri.arcgis.geodatabase.IDocumentationInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAccessConstraints()
throws IOException,
AutomationException
getAccessConstraints in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAccessConstraints(String pConstraints)
throws IOException,
AutomationException
setAccessConstraints in interface IItemInfopConstraints - The pConstraints (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getItemProperties()
throws IOException,
AutomationException
getItemProperties in interface IItemInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setItemProperties(IPropertySet ppProps)
throws IOException,
AutomationException
setItemProperties in interface IItemInfoppProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCredits()
throws IOException,
AutomationException
getCredits in interface IItemInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCredits(String pCredits)
throws IOException,
AutomationException
setCredits in interface IItemInfo2pCredits - The pCredits (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinScale()
throws IOException,
AutomationException
getMinScale in interface IItemInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinScale(double pScale)
throws IOException,
AutomationException
setMinScale in interface IItemInfo2pScale - The pScale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaxScale()
throws IOException,
AutomationException
getMaxScale in interface IItemInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxScale(double pScale)
throws IOException,
AutomationException
setMaxScale in interface IItemInfo2pScale - The pScale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSpatialReferenceName()
throws IOException,
AutomationException
getSpatialReferenceName in interface IItemInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void serialize(IXMLSerializeData data)
throws IOException,
AutomationException
serialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deserialize(IXMLSerializeData data)
throws IOException,
AutomationException
deserialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws IOException,
AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||