|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILibraryObject
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 | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDcc018a06_24fb_11d4_b34c_00104ba2abcc
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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 |
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. |
| Field Detail |
|---|
static final int IIDcc018a06_24fb_11d4_b34c_00104ba2abcc
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getCheckOutCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEditable()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUpdating()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsUpdating(boolean pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getCategory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCategory(java.lang.String pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
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 pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void checkIn(ILibraryItem piItem,
boolean bvUndoCheckOut)
throws java.io.IOException,
AutomationException
piItem - 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.
void checkOut(ILibraryItem ppiLibraryItem,
boolean bForUpdate)
throws java.io.IOException,
AutomationException
ppiLibraryItem - 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.
void store(IStream piStream)
throws java.io.IOException,
AutomationException
piStream - 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.
void load(IStream piStream)
throws java.io.IOException,
AutomationException
piStream - 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.
void isEqual(java.lang.String bstrCategory,
java.lang.String bstrName)
throws java.io.IOException,
AutomationException
bstrCategory - 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 | ||||||||