|
|||||||||
| 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.carto.IConditionalAction2Proxy
Description: 'Provides access to properties and methods needed to manage 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 =
public class IConditionalAction2Proxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| 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.carto.IConditionalAction2 |
|---|
IID, IIDdaf384e0_8a7a_11d7_b87f_00010265adc5 |
| Constructor Summary | |
|---|---|
|
IConditionalAction2Proxy()
Deprecated. For internal use only |
|
IConditionalAction2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IConditionalAction2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IConditionalAction2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IConditionalAction2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.Object |
getColumnList()
Deprecated. The list of columns from the feature or the dataset definition. |
java.lang.String |
getLocationTriggerName()
Deprecated. Name of the custom location trigger for the action if one is being used. |
int |
getLocationTriggerType()
Deprecated. Spatial relationship of an intrinsic location trigger. |
IName |
getPolygonSourceName()
Deprecated. Name of a feature class containing polygons to test location trigger actions. |
java.lang.String |
getQueryString()
Deprecated. SQL query for an attribute trigger. |
java.lang.String |
getSpatialReference()
Deprecated. String describing the Spatial Reference used by the Action. |
IGeometry |
getTestGeometry()
Deprecated. Geometry used for location trigger test. |
ILayer |
getTriggerLayer()
Deprecated. Layer containing location test polygons. |
java.lang.String |
getTriggerLayerName()
Deprecated. Name of layer containing location test polygons. |
int |
getTriggerType()
Deprecated. Type of trigger used to execute an action: Always, Location, Attribute, or Attribute and Location. |
boolean |
isNegateLocationTrigger()
Deprecated. Indicates whether or not to negate results of the location trigger. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setColumnList(java.lang.Object pVal)
Deprecated. The list of columns from the feature or the dataset definition. |
void |
setLocationTriggerName(java.lang.String pVal)
Deprecated. Name of the custom location trigger for the action if one is being used. |
void |
setLocationTriggerType(int pVal)
Deprecated. Spatial relationship of an intrinsic location trigger. |
void |
setNegateLocationTrigger(boolean pVal)
Deprecated. Indicates whether or not to negate results of the location trigger. |
void |
setPolygonSourceNameByRef(IName ppiSourceName)
Deprecated. Name of a feature class containing polygons to test location trigger actions. |
void |
setQueryString(java.lang.String pVal)
Deprecated. SQL query for an attribute trigger. |
void |
setSpatialReference(java.lang.String pVal)
Deprecated. String describing the Spatial Reference used by the Action. |
void |
setTestGeometry(IGeometry ppiTestGeometry)
Deprecated. Geometry used for location trigger test. |
void |
setTriggerLayerByRef(ILayer pVal)
Deprecated. Layer containing location test polygons. |
void |
setTriggerType(int pVal)
Deprecated. Type of trigger used to execute an action: Always, Location, Attribute, or Attribute and Location. |
| 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 IConditionalAction2Proxy(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 IConditionalAction2Proxy()
public IConditionalAction2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IConditionalAction2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IConditionalAction2Proxy(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 getTriggerType()
throws java.io.IOException,
AutomationException
getTriggerType in interface IConditionalAction2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTriggerType(int pVal)
throws java.io.IOException,
AutomationException
setTriggerType in interface IConditionalAction2pVal - A com.esri.arcgis.carto.enumTriggerType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLocationTriggerType()
throws java.io.IOException,
AutomationException
getLocationTriggerType in interface IConditionalAction2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLocationTriggerType(int pVal)
throws java.io.IOException,
AutomationException
setLocationTriggerType in interface IConditionalAction2pVal - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getQueryString()
throws java.io.IOException,
AutomationException
getQueryString in interface IConditionalAction2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryString(java.lang.String pVal)
throws java.io.IOException,
AutomationException
setQueryString in interface IConditionalAction2pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getTriggerLayer()
throws java.io.IOException,
AutomationException
getTriggerLayer in interface IConditionalAction2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTriggerLayerByRef(ILayer pVal)
throws java.io.IOException,
AutomationException
setTriggerLayerByRef in interface IConditionalAction2pVal - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isNegateLocationTrigger()
throws java.io.IOException,
AutomationException
isNegateLocationTrigger in interface IConditionalAction2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNegateLocationTrigger(boolean pVal)
throws java.io.IOException,
AutomationException
setNegateLocationTrigger in interface IConditionalAction2pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getPolygonSourceName()
throws java.io.IOException,
AutomationException
getPolygonSourceName in interface IConditionalAction2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPolygonSourceNameByRef(IName ppiSourceName)
throws java.io.IOException,
AutomationException
setPolygonSourceNameByRef in interface IConditionalAction2ppiSourceName - A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getColumnList()
throws java.io.IOException,
AutomationException
getColumnList in interface IConditionalAction2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setColumnList(java.lang.Object pVal)
throws java.io.IOException,
AutomationException
setColumnList in interface IConditionalAction2pVal - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTriggerLayerName()
throws java.io.IOException,
AutomationException
getTriggerLayerName in interface IConditionalAction2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLocationTriggerName(java.lang.String pVal)
throws java.io.IOException,
AutomationException
setLocationTriggerName in interface IConditionalAction2pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getLocationTriggerName()
throws java.io.IOException,
AutomationException
getLocationTriggerName in interface IConditionalAction2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTestGeometry(IGeometry ppiTestGeometry)
throws java.io.IOException,
AutomationException
setTestGeometry in interface IConditionalAction2ppiTestGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getTestGeometry()
throws java.io.IOException,
AutomationException
getTestGeometry in interface IConditionalAction2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialReference(java.lang.String pVal)
throws java.io.IOException,
AutomationException
setSpatialReference in interface IConditionalAction2pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getSpatialReference()
throws java.io.IOException,
AutomationException
getSpatialReference in interface IConditionalAction2java.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 | ||||||||