|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.GeneralLibraryObject
GeneralLibraryObject Class.
| Constructor Summary | |
GeneralLibraryObject()
Constructs a GeneralLibraryObject using ArcGIS Engine. |
|
GeneralLibraryObject(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IGeneralLibraryObject |
getAsIGeneralLibraryObject()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ILibraryItem |
getAsILibraryItem()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IPersistStream |
getAsIPersistStream()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ISupportErrorInfo |
getAsISupportErrorInfo()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
java.lang.String |
getCategory()
Indicates category of library item. |
void |
getClassID(GUID[] pClassID)
Supported Platforms |
static java.lang.String |
getClsid()
|
java.lang.String |
getID()
ID value of library item. |
java.lang.String |
getName()
Name of library item. |
ILibraryObject |
getParent()
Indicates parent of library item. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
Supported Platforms |
java.lang.Object |
getVObject()
A reference to a COM objects wrapped up in a variant. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
Supported Platforms |
void |
isDirty()
Supported Platforms |
ILibraryItem |
libClone()
Method libClone. |
void |
load(IStream pstm)
Supported Platforms |
void |
save(IStream pstm,
int fClearDirty)
Supported Platforms |
void |
setCategory(java.lang.String pVal)
Indicates category of library item. |
void |
setName(java.lang.String pVal)
Name of library item. |
void |
setParent(ILibraryObject ppiVal)
Indicates parent of library item. |
void |
setVObject(java.lang.Object pVal)
A reference to a COM objects wrapped up in a variant. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GeneralLibraryObject()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GeneralLibraryObject(java.lang.Object obj)
throws java.io.IOException
obj to GeneralLibraryObject. GeneralLibraryObject theGeneralLibraryObject = (GeneralLibraryObject) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IGeneralLibraryObject getAsIGeneralLibraryObject()
public ILibraryItem getAsILibraryItem()
public IPersistStream getAsIPersistStream()
public ISupportErrorInfo getAsISupportErrorInfo()
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.Object getVObject()
throws java.io.IOException,
AutomationException
IGeneralLibraryObject
getVObject in interface IGeneralLibraryObjectAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setVObject(java.lang.Object pVal)
throws java.io.IOException,
AutomationException
IGeneralLibraryObject
setVObject in interface IGeneralLibraryObjectpVal - A Variant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getCategory()
throws java.io.IOException,
AutomationException
ILibraryItem
getCategory in interface ILibraryItemAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setCategory(java.lang.String pVal)
throws java.io.IOException,
AutomationException
ILibraryItem
setCategory in interface ILibraryItempVal - The pVal (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getID()
throws java.io.IOException,
AutomationException
ILibraryItem
getID in interface ILibraryItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
ILibraryItem
getName in interface ILibraryItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String pVal)
throws java.io.IOException,
AutomationException
ILibraryItem
setName in interface ILibraryItempVal - The pVal (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public ILibraryObject getParent()
throws java.io.IOException,
AutomationException
ILibraryItem
getParent in interface ILibraryItemAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setParent(ILibraryObject ppiVal)
throws java.io.IOException,
AutomationException
ILibraryItem
setParent in interface ILibraryItemppiVal - A reference to a com.esri.arcgis.trackinganalyst.ILibraryObject (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILibraryItem libClone()
throws java.io.IOException,
AutomationException
ILibraryItem
libClone in interface ILibraryItemAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void isDirty()
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream 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)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream 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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream 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)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
IPersistIPersist 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)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
ISupportErrorInfoIndicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||