|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getName() throws IOException, AutomationException
getName
in interface IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String pName) throws IOException, AutomationException
setName
in interface IItemInfo
pName
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGUID(String pGUID) throws IOException, AutomationException
setGUID
in interface IItemInfo
pGUID
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setType(String pType) throws IOException, AutomationException
setType
in interface IItemInfo
pType
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTypeKeywords(IStringArray ppKeywords) throws IOException, AutomationException
setTypeKeywords
in interface IItemInfo
ppKeywords
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTypeInfo(IStringArray ppInfo) throws IOException, AutomationException
setTypeInfo
in interface IItemInfo
ppInfo
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCatalogPath(String pCatalogPath) throws IOException, AutomationException
setCatalogPath
in interface IItemInfo
pCatalogPath
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTitle(String pTitle) throws IOException, AutomationException
setTitle
in interface IItemInfo
pTitle
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(String pDescription) throws IOException, AutomationException
setDescription
in interface IItemInfo
pDescription
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTags(IStringArray ppTags) throws IOException, AutomationException
setTags
in interface IItemInfo
ppTags
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSnippet(String pSnippet) throws IOException, AutomationException
setSnippet
in interface IItemInfo
pSnippet
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setURL(String pUrl) throws IOException, AutomationException
setURL
in interface IItemInfo
pUrl
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLastModifiedTime(Object pDateT) throws IOException, AutomationException
setLastModifiedTime
in interface IItemInfo
pDateT
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtentByRef(IEnvelope ppExtent) throws IOException, AutomationException
setExtentByRef
in interface IItemInfo
ppExtent
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference ppSpatialRef) throws IOException, AutomationException
setSpatialReferenceByRef
in interface IItemInfo
ppSpatialRef
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setThumbnailInfoByRef(IThumbnailInfo ppThumbnailInfo) throws IOException, AutomationException
setThumbnailInfoByRef
in interface IItemInfo
ppThumbnailInfo
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDocumentationInfoByRef(IDocumentationInfo ppDocInfo) throws IOException, AutomationException
setDocumentationInfoByRef
in interface IItemInfo
ppDocInfo
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAccessConstraints(String pConstraints) throws IOException, AutomationException
setAccessConstraints
in interface IItemInfo
pConstraints
- 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 IItemInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setItemProperties(IPropertySet ppProps) throws IOException, AutomationException
setItemProperties
in interface IItemInfo
ppProps
- 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 IItemInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCredits(String pCredits) throws IOException, AutomationException
setCredits
in interface IItemInfo2
pCredits
- 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 IItemInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinScale(double pScale) throws IOException, AutomationException
setMinScale
in interface IItemInfo2
pScale
- 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 IItemInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxScale(double pScale) throws IOException, AutomationException
setMaxScale
in interface IItemInfo2
pScale
- 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 IItemInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void serialize(IXMLSerializeData data) throws IOException, AutomationException
serialize
in interface IXMLSerialize
data
- 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 IXMLSerialize
data
- 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 IPersistStream
IOException
- 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 IPersistStream
pstm
- 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 IPersistStream
pstm
- 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 IPersistStream
pcbSize
- 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 IPersist
pClassID
- 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 Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |