|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.ConditionalActionConfigure
public class ConditionalActionConfigure
COM Class 'ConditionalActionConfigure'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description 'Manage the properties associated with conditional actions.' 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 |
---|
Fields inherited from interface com.esri.arcgis.trackinganalyst.IConditionalActionConfigure |
---|
DISPID_1_GET_NAME, DISPID_1_PUTREF_NAME, DISPID_2_GET_NAME, DISPID_2_PUT_NAME, DISPID_3_NAME, DISPID_4_NAME, IID, IID7af27269_e378_4b3e_a385_7691db000fb7, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IPersistStreamInit |
---|
IID, IID7fd52380_4e07_101b_ae2d_08002b2ec713, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersist |
---|
IID0000010c_0000_0000_c000_000000000046 |
Fields inherited from interface com.esri.arcgis.trackinganalyst.ISpecifyPropertyPages |
---|
IID, IIDb196b28b_bab4_101a_b69c_00aa00341d07, xxDummy |
Constructor Summary | |
---|---|
ConditionalActionConfigure()
Constructs a ConditionalActionConfigure using ArcGIS Engine. |
|
ConditionalActionConfigure(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ConditionalActionConfigure theConditionalActionConfigure = (ConditionalActionConfigure) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
IAction |
getActionToEdit()
Action for the control to edit. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
void |
getPages(tagCAUUID[] pPages)
getPages |
void |
getSizeMax(_ULARGE_INTEGER[] pCbSize)
getSizeMax |
int |
hashCode()
the hashcode for this object |
void |
initNew()
initNew |
void |
isDirty()
isDirty |
boolean |
isReadOnly()
Indicates if the action properties are read-only. |
void |
load(IStream pStm)
load |
void |
release()
Release a ConditionalActionConfigure. |
void |
save(IStream pStm,
int fClearDirty)
save |
void |
setActionToEditByRef(IAction pVal)
Action for the control to edit. |
void |
setReadOnly(boolean pbvalReadOnly)
Indicates if the action properties are read-only. |
void |
setServerConnection(IServerConnection piServerConnection)
Set the active server connection, if running in a tracking server environment or service environment in a client application. |
void |
updateAction()
Update the Action component with the values in the activeX component. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConditionalActionConfigure() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic ConditionalActionConfigure(java.lang.Object obj) throws java.io.IOException
ConditionalActionConfigure theConditionalActionConfigure = (ConditionalActionConfigure) obj;
obj
to ConditionalActionConfigure
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IAction getActionToEdit() throws java.io.IOException, AutomationException
getActionToEdit
in interface IConditionalActionConfigure
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActionToEditByRef(IAction pVal) throws java.io.IOException, AutomationException
setActionToEditByRef
in interface IConditionalActionConfigure
pVal
- A reference to a com.esri.arcgis.carto.IAction (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReadOnly() throws java.io.IOException, AutomationException
isReadOnly
in interface IConditionalActionConfigure
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReadOnly(boolean pbvalReadOnly) throws java.io.IOException, AutomationException
setReadOnly
in interface IConditionalActionConfigure
pbvalReadOnly
- The pbvalReadOnly (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateAction() throws java.io.IOException, AutomationException
updateAction
in interface IConditionalActionConfigure
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setServerConnection(IServerConnection piServerConnection) throws java.io.IOException, AutomationException
setServerConnection
in interface IConditionalActionConfigure
piServerConnection
- A reference to a com.esri.arcgis.trackinganalyst.IServerConnection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws java.io.IOException, AutomationException
isDirty
in interface IPersistStreamInit
java.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
load
in interface IPersistStreamInit
pStm
- 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 save(IStream pStm, int fClearDirty) throws java.io.IOException, AutomationException
save
in interface IPersistStreamInit
pStm
- 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
getSizeMax
in interface IPersistStreamInit
pCbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initNew() throws java.io.IOException, AutomationException
initNew
in interface IPersistStreamInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws java.io.IOException, AutomationException
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getPages(tagCAUUID[] pPages) throws java.io.IOException, AutomationException
getPages
in interface ISpecifyPropertyPages
pPages
- A Structure: com.esri.arcgis.trackinganalyst.tagCAUUID (out: use single element array)
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 |