|
|||||||||
| 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.trackinganalyst.ILibraryObjectProxy
public class ILibraryObjectProxy
Internal use class Proxy for COM Interface 'ILibraryObject'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to members that help manage library objects.' 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 =
| Field Summary | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| 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.trackinganalyst.ILibraryObject |
|---|
IID, IIDcc018a06_24fb_11d4_b34c_00104ba2abcc |
| Constructor Summary | |
|---|---|
|
ILibraryObjectProxy()
For internal use only |
|
ILibraryObjectProxy(java.lang.Object obj)
|
protected |
ILibraryObjectProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ILibraryObjectProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ILibraryObjectProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
void |
checkIn(ILibraryItem piItem,
boolean bvUndoCheckOut)
Checks in a library object. |
void |
checkOut(ILibraryItem ppiLibraryItem,
boolean bForUpdate)
Checks out a library object. |
java.lang.String |
getCategory()
Indicates the category of library object. |
int |
getCheckOutCount()
Number of times object has been checked out. |
java.lang.String |
getName()
Name of a library object. |
boolean |
isEditable()
Indicates whether the library object is editable. |
void |
isEqual(java.lang.String bstrCategory,
java.lang.String bstrName)
Indicates whether a library object is equal to a value. |
boolean |
isUpdating()
Indicates if the library object is being updated with new information. |
void |
load(IStream piStream)
Loads a library object. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setCategory(java.lang.String pVal)
Indicates the category of library object. |
void |
setIsUpdating(boolean pVal)
Indicates if the library object is being updated with new information. |
void |
setName(java.lang.String pVal)
Name of a library object. |
void |
store(IStream piStream)
Stores a library object. |
| 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 ILibraryObjectProxy(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.IOExceptionpublic ILibraryObjectProxy()
public ILibraryObjectProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ILibraryObjectProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ILibraryObjectProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public int getCheckOutCount()
throws java.io.IOException,
AutomationException
getCheckOutCount in interface ILibraryObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEditable()
throws java.io.IOException,
AutomationException
isEditable in interface ILibraryObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUpdating()
throws java.io.IOException,
AutomationException
isUpdating in interface ILibraryObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsUpdating(boolean pVal)
throws java.io.IOException,
AutomationException
setIsUpdating in interface ILibraryObjectpVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCategory()
throws java.io.IOException,
AutomationException
getCategory in interface ILibraryObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCategory(java.lang.String pVal)
throws java.io.IOException,
AutomationException
setCategory in interface ILibraryObjectpVal - The pVal (in)
java.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
getName in interface ILibraryObjectjava.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
setName in interface ILibraryObjectpVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void checkIn(ILibraryItem piItem,
boolean bvUndoCheckOut)
throws java.io.IOException,
AutomationException
checkIn in interface ILibraryObjectpiItem - A reference to a com.esri.arcgis.trackinganalyst.ILibraryItem (in)bvUndoCheckOut - The bvUndoCheckOut (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void checkOut(ILibraryItem ppiLibraryItem,
boolean bForUpdate)
throws java.io.IOException,
AutomationException
checkOut in interface ILibraryObjectppiLibraryItem - A reference to a com.esri.arcgis.trackinganalyst.ILibraryItem (in)bForUpdate - The bForUpdate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void store(IStream piStream)
throws java.io.IOException,
AutomationException
store in interface ILibraryObjectpiStream - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream piStream)
throws java.io.IOException,
AutomationException
load in interface ILibraryObjectpiStream - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isEqual(java.lang.String bstrCategory,
java.lang.String bstrName)
throws java.io.IOException,
AutomationException
isEqual in interface ILibraryObjectbstrCategory - The bstrCategory (in)bstrName - The bstrName (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 | ||||||||