|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.FilterAction
Controls settings and functionality for the filter action.
| Constructor Summary | |
FilterAction()
Constructs a FilterAction using ArcGIS Engine. |
|
FilterAction(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
void |
clearCounts()
Clears all the internal counters for this action. |
void |
defaultAction()
Sets the action to its default state and resets existing edits. |
void |
edit(int hParentWindowHandle,
ISet piObjectSet)
Invokes Edit dialog. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
void |
evaluate(java.lang.Object piObject,
java.lang.Object[] pvarReturnedObjects)
Takes an input object and evaluates the object based on predefined criteria. |
int |
getActionCategory()
Indicates the type of action to be applied to data. |
java.lang.String |
getAlias()
Allows user to specify or retrieve the alias name for this action. |
IAction |
getAsIAction()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IActionEdit |
getAsIActionEdit()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IActionUpdate |
getAsIActionUpdate()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IClone |
getAsIClone()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IConditionalAction |
getAsIConditionalAction()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IFilterAction |
getAsIFilterAction()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ILayerAction |
getAsILayerAction()
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. |
IServAction |
getAsIServAction()
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. |
void |
getClassID(GUID[] pClassID)
Supported Platforms |
static java.lang.String |
getClsid()
|
java.lang.Object |
getColumnList()
The list of columns from the feature or the dataset definition. |
java.lang.String |
getDatasetDefinitionID()
Value of the DatasetDefinitionID property. |
java.lang.String |
getDatasetDefinitionName()
Value of the DatasetDefinitionName property. |
int |
getEvaluationCount()
Number of times this action has been evaluated. |
int |
getEventIdColumnNumber()
Number of the column containing EventID information. |
int |
getFilterActionType()
Indicates type of filter action: either Permit or Deny. |
int |
getFilteredCount()
Number of times this action has returned S_ACTIONPROCESSOR_MSG_FILTERED. |
int |
getGeometryColumnNumber()
Value of the GeometryColumnNumber property. |
int |
getGeometryColumnType()
Type of geomety object contained in the geometry column. |
int |
getHelpContextID(int lControlID)
The help context ID for the specified control on the page. |
java.lang.String |
getHelpFile()
The help file name for the page. |
java.lang.String |
getLabel()
Allows user to specify or retreive tha label name for this action. |
ILayer |
getLayer()
Tracking layer upon which the action is performed. |
java.lang.String |
getLocationTriggerName()
Name of the custom location trigger for the action if one is being used. |
int |
getLocationTriggerType()
Spatial relationship of an intrinsic location trigger. |
int |
getModifiedCount()
Number of times this action has returned S_ACTIONPROCESSOR_MSG_MODIFIED. |
java.lang.String |
getName()
Developer-given name of the object. |
java.lang.String |
getPolygonSource()
Not Implemented - Use the PolygonSourceName property of IConditionalAction2. |
int |
getPreviewImage()
Preview bitmap for the renderer that appears on the page. |
int |
getProcessedCount()
Number of times this action has returned S_ACTIONPROCESSOR_MSG_PROCESSED. |
java.lang.String |
getQueryString()
SQL query for an attribute trigger. |
java.lang.String |
getRulesDescription()
Describes what the action will do. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
Supported Platforms |
java.lang.String |
getSpatialReference()
String describing the Spatial Reference used by the Action. |
int |
getStopProcessingCount()
Number of times this action has returned S_ACTIONPROCESSOR_MSG_STOPPROCESSING. |
IGeometry |
getTestGeometry()
Geometry used for location trigger test. |
int |
getTrackIdColumnNumber()
Value of the TrackIdColumnNumber property. |
ILayer |
getTriggerLayer()
Layer containing location test polygons. |
java.lang.String |
getTriggerLayerName()
Name of layer containing location test polygons. |
int |
getTriggerType()
Type of trigger used to execute an action: Always, Location, Attribute, or Attribute and Location. |
java.lang.String |
getType()
Allows user to obtain a string describing the type of action object. |
double |
getVersion()
Allows user to retrieve the version number for this action. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
Supported Platforms |
boolean |
isContinueProcessing()
Indicates whether or not the processing engine should stop processing further actions in the action list after this action finishes processing. |
void |
isDirty()
Supported Platforms |
boolean |
isEnabled()
Indicates whether or not an action in the action list is enabled for processing. |
boolean |
isEqual(IClone other)
Returns TRUE when the receiver and other have the same properties. |
boolean |
isIdentical(IClone other)
Returns TRUE when the receiver and other are the same object. |
boolean |
isNegateLocationTrigger()
Indicates whether or not to negate results of the location trigger. |
boolean |
isStopProcessing()
Indicates whether or not the processing engine should stop processing further actions in the action list after this action finishes processing. |
void |
load(IStream pstm)
Supported Platforms |
void |
save(IStream pstm,
int fClearDirty)
Supported Platforms |
void |
setActionCategory(int pVal)
Indicates the type of action to be applied to data. |
void |
setAlias(java.lang.String pbstrAlias)
Allows user to specify or retrieve the alias name for this action. |
void |
setColumnList(java.lang.Object pVal)
The list of columns from the feature or the dataset definition. |
void |
setDatasetDefinitionID(java.lang.String bstrDatasetDefID)
Value of the DatasetDefinitionID property. |
void |
setDatasetDefinitionName(java.lang.String bstrDatasetDefName)
Value of the DatasetDefinitionName property. |
void |
setEventIdColumnNumber(int iVal)
Number of the column containing EventID information. |
void |
setFilterActionType(int pVal)
Indicates type of filter action: either Permit or Deny. |
void |
setGeometryColumnNumber(int iVal)
Value of the GeometryColumnNumber property. |
void |
setGeometryColumnType(int iVal)
Type of geomety object contained in the geometry column. |
void |
setIsEnabled(boolean pbvarIsEnabled)
Indicates whether or not an action in the action list is enabled for processing. |
void |
setLabel(java.lang.String pbstrLabel)
Allows user to specify or retreive tha label name for this action. |
void |
setLayerByRef(ILayer pVal)
Tracking layer upon which the action is performed. |
void |
setLocationTriggerName(java.lang.String pVal)
Name of the custom location trigger for the action if one is being used. |
void |
setLocationTriggerType(int pVal)
Spatial relationship of an intrinsic location trigger. |
void |
setNegateLocationTrigger(boolean pVal)
Indicates whether or not to negate results of the location trigger. |
void |
setPolygonSource(java.lang.String pVal)
Not Implemented - Use the PolygonSourceName property of IConditionalAction2. |
void |
setQueryString(java.lang.String pVal)
SQL query for an attribute trigger. |
void |
setReadOnly(boolean rhs1)
Indicates whether the action is specified as read-only. |
void |
setSpatialReference(java.lang.String pVal)
String describing the Spatial Reference used by the Action. |
void |
setStopProcessing(boolean pbvarStopProcessing)
Indicates whether or not the processing engine should stop processing further actions in the action list after this action finishes processing. |
void |
setTestGeometry(IGeometry ppiTestGeometry)
Geometry used for location trigger test. |
void |
setTrackIdColumnNumber(int iVal)
Value of the TrackIdColumnNumber property. |
void |
setTriggerLayerByRef(ILayer pVal)
Layer containing location test polygons. |
void |
setTriggerType(int pVal)
Type of trigger used to execute an action: Always, Location, Attribute, or Attribute and Location. |
void |
update()
Notify a tracking action that lookup table values have changed. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FilterAction()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public FilterAction(java.lang.Object obj)
throws java.io.IOException
obj to FilterAction. FilterAction theFilterAction = (FilterAction) 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 IFilterAction getAsIFilterAction()
public ISupportErrorInfo getAsISupportErrorInfo()
public IAction getAsIAction()
public IActionEdit getAsIActionEdit()
public ILayerAction getAsILayerAction()
public IServAction getAsIServAction()
public IConditionalAction getAsIConditionalAction()
public IPersistStream getAsIPersistStream()
public IClone getAsIClone()
public IActionUpdate getAsIActionUpdate()
public boolean equals(java.lang.Object o)
public int hashCode()
public int getFilterActionType()
throws java.io.IOException,
AutomationException
IFilterAction
getFilterActionType in interface IFilterActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setFilterActionType(int pVal)
throws java.io.IOException,
AutomationException
IFilterAction
setFilterActionType in interface IFilterActionpVal - A com.esri.arcgis.trackinganalyst.enumFilter constant (in)
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.
public double getVersion()
throws java.io.IOException,
AutomationException
IActionThis property allows the user to retrieve the version number for this action.
getVersion in interface IActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
IActionThe name property is a developer given name of the object. This property cannot be changed and should be unique, such as the company ID or some other naming convention.
getName in interface IActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getRulesDescription()
throws java.io.IOException,
AutomationException
IActionThis property describes what the action will do. This string should contain details about the configuration. This property is similar to the Microsoft Outlook rules "Rules Description" text.
getRulesDescription in interface IActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isContinueProcessing()
throws java.io.IOException,
AutomationException
IActionThis property controls whether or not the processing engine should stop processing further actions in the action list after this action processes. The internal object must control the state of this property and must allow or return VARIANT_TRUE if this action did not successfully process the current action. The action processor must call Evaluate with a data object before this property is valid.
If the object successfully processed the data and internally it has been told to stop processing further actions, then the return value should be VARIANT_FALSE signifying to the action processor to stop processing actions.
Note: This property is not a copy of the property put_StopProcessing. The StopProcessing or write version simply enables whether or not this property is processed or returns a VARIANT_FALSE. If the StopProcessing property is false then this property is always TRUE. Otherwise the last Evaluate call determines the state.
isContinueProcessing in interface IActionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAlias()
throws java.io.IOException,
AutomationException
IActionThis property allows the user to specify or retrieve the alias name for this action.
getAlias in interface IActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setAlias(java.lang.String pbstrAlias)
throws java.io.IOException,
AutomationException
IActionThis property allows the user to specify or retrieve the alias name for this action.
setAlias in interface IActionpbstrAlias - The pbstrAlias (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getLabel()
throws java.io.IOException,
AutomationException
IActionThis property allows the user to specify or retrieve the label name for this action.
getLabel in interface IActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setLabel(java.lang.String pbstrLabel)
throws java.io.IOException,
AutomationException
IActionThis property allows the user to specify or retrieve the label name for this action.
setLabel in interface IActionpbstrLabel - The pbstrLabel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getType()
throws java.io.IOException,
AutomationException
IActionThe type property allows a user to obtain a string describing the type of action object. This is generally a one word description.
getType in interface IActionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnabled()
throws java.io.IOException,
AutomationException
IAction
isEnabled in interface IActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setIsEnabled(boolean pbvarIsEnabled)
throws java.io.IOException,
AutomationException
IAction
setIsEnabled in interface IActionpbvarIsEnabled - The pbvarIsEnabled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStopProcessing(boolean pbvarStopProcessing)
throws java.io.IOException,
AutomationException
IActionThis property controls whether or not the processing engine should stop processing further actions in the action list after this action processes. This enables the ContinueProcessing property to return a VARIANT_FALSE if no further processing should take place.
setStopProcessing in interface IActionpbvarStopProcessing - The pbvarStopProcessing (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void evaluate(java.lang.Object piObject,
java.lang.Object[] pvarReturnedObjects)
throws java.io.IOException,
AutomationException
IActionThis method provides the entry point for the action processor to evaluate the data that is undergoing processing. This method takes a variant that is an object that implement either a IDatamessage or a IFeature interface.
evaluate in interface IActionpiObject - A reference to another Object (IUnknown) (in)pvarReturnedObjects - A Variant (in/out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isStopProcessing()
throws java.io.IOException,
AutomationException
IActionThis property controls whether or not the processing engine should stop processing further actions in the action list after this action processes. This enables the ContinueProcessing property to return a VARIANT_FALSE if no furtherprocessing should take place.
isStopProcessing in interface IActionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getEvaluationCount()
throws java.io.IOException,
AutomationException
IActionThis property is a count of the number of times this action has been evaluated.
getEvaluationCount in interface IActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getStopProcessingCount()
throws java.io.IOException,
AutomationException
IActionThis property counts the number of times this action has returned S_ACTIONPROCESSOR_MSG_STOPPROCESSING.
getStopProcessingCount in interface IActionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFilteredCount()
throws java.io.IOException,
AutomationException
IActionThis property is a count of the number of times this action has returned S_ACTIONPROCESSOR_MSG_FILTERED.
getFilteredCount in interface IActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getModifiedCount()
throws java.io.IOException,
AutomationException
IActionThis property is a count of the number of times this action has returned S_ACTIONPROCESSOR_MSG_MODIFIED.
getModifiedCount in interface IActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getProcessedCount()
throws java.io.IOException,
AutomationException
IActionThis property is a count of the number of times this action has returned S_ACTIONPROCESSOR_MSG_PROCESSED.
getProcessedCount in interface IActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void clearCounts()
throws java.io.IOException,
AutomationException
IActionThis property clears all the internal counters for this action.
clearCounts in interface IActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getActionCategory()
throws java.io.IOException,
AutomationException
IAction
getActionCategory in interface IActionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActionCategory(int pVal)
throws java.io.IOException,
AutomationException
IAction
setActionCategory in interface IActionpVal - A com.esri.arcgis.trackinganalyst.enumActionCategory constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void defaultAction()
throws java.io.IOException,
AutomationException
IActionEditThis method sets the action to its default state and clears or resets any existing edits.
defaultAction in interface IActionEditjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void edit(int hParentWindowHandle,
ISet piObjectSet)
throws java.io.IOException,
AutomationException
IActionEditThis method invokes the editing dialog. The developer must ensure that the dialog is a modal dialog. The parent window handle is provided in order for the proper modal association to be set up.
edit in interface IActionEdithParentWindowHandle - The hParentWindowHandle (in)piObjectSet - A reference to a com.esri.arcgis.system.ISet (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getPreviewImage()
throws java.io.IOException,
AutomationException
IActionEditThis property allows you to preview a bitmap for the renderer that appears on the page.
getPreviewImage in interface IActionEditAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getHelpFile()
throws java.io.IOException,
AutomationException
IActionEditThis property controls the help file name for the page.
getHelpFile in interface IActionEditjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHelpContextID(int lControlID)
throws java.io.IOException,
AutomationException
IActionEditThis property controls the help context ID for the specified control on the page.
getHelpContextID in interface IActionEditlControlID - The lControlID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setReadOnly(boolean rhs1)
throws java.io.IOException,
AutomationException
IActionEdit
setReadOnly in interface IActionEditrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getLayer()
throws java.io.IOException,
AutomationException
ILayerAction
getLayer in interface ILayerActionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayerByRef(ILayer pVal)
throws java.io.IOException,
AutomationException
ILayerAction
setLayerByRef in interface ILayerActionpVal - A reference to a com.esri.arcgis.carto.ILayer (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getEventIdColumnNumber()
throws java.io.IOException,
AutomationException
ILayerAction
getEventIdColumnNumber in interface ILayerActionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEventIdColumnNumber(int iVal)
throws java.io.IOException,
AutomationException
ILayerAction
setEventIdColumnNumber in interface ILayerActioniVal - The iVal (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getDatasetDefinitionName()
throws java.io.IOException,
AutomationException
IServActionReturns the value of the DatasetDefinitionName property.
getDatasetDefinitionName in interface IServActionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDatasetDefinitionName(java.lang.String bstrDatasetDefName)
throws java.io.IOException,
AutomationException
IServActionSets the value of the DatasetDefinitionName property.
setDatasetDefinitionName in interface IServActionbstrDatasetDefName - The bstrDatasetDefName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDatasetDefinitionID()
throws java.io.IOException,
AutomationException
IServActionReturns the value of the DatasetDefinitionID property.
getDatasetDefinitionID in interface IServActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setDatasetDefinitionID(java.lang.String bstrDatasetDefID)
throws java.io.IOException,
AutomationException
IServActionSets the value of the DatasetDefinitionID property.
setDatasetDefinitionID in interface IServActionbstrDatasetDefID - The bstrDatasetDefID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getGeometryColumnNumber()
throws java.io.IOException,
AutomationException
IServActionReturns the value of the GeometryColumnNumber property.
getGeometryColumnNumber in interface IServActionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeometryColumnNumber(int iVal)
throws java.io.IOException,
AutomationException
IServActionSets the value of the GeometryColumnNumber property.
setGeometryColumnNumber in interface IServActioniVal - The iVal (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getTrackIdColumnNumber()
throws java.io.IOException,
AutomationException
IServAction
getTrackIdColumnNumber in interface IServActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setTrackIdColumnNumber(int iVal)
throws java.io.IOException,
AutomationException
IServAction
setTrackIdColumnNumber in interface IServActioniVal - The iVal (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getGeometryColumnType()
throws java.io.IOException,
AutomationException
IServAction
getGeometryColumnType in interface IServActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setGeometryColumnType(int iVal)
throws java.io.IOException,
AutomationException
IServAction
setGeometryColumnType in interface IServActioniVal - A com.esri.arcgis.geometry.esriGeometryType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTriggerType()
throws java.io.IOException,
AutomationException
IConditionalAction
getTriggerType in interface IConditionalActionjava.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
IConditionalAction
setTriggerType in interface IConditionalActionpVal - A com.esri.arcgis.trackinganalyst.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
IConditionalAction
getLocationTriggerType in interface IConditionalActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setLocationTriggerType(int pVal)
throws java.io.IOException,
AutomationException
IConditionalAction
setLocationTriggerType in interface IConditionalActionpVal - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getQueryString()
throws java.io.IOException,
AutomationException
IConditionalAction
getQueryString in interface IConditionalActionjava.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
IConditionalAction
setQueryString in interface IConditionalActionpVal - 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
IConditionalAction
getTriggerLayer in interface IConditionalActionjava.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
IConditionalAction
setTriggerLayerByRef in interface IConditionalActionpVal - A reference to a com.esri.arcgis.carto.ILayer (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isNegateLocationTrigger()
throws java.io.IOException,
AutomationException
IConditionalAction
isNegateLocationTrigger in interface IConditionalActionjava.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
IConditionalAction
setNegateLocationTrigger in interface IConditionalActionpVal - The pVal (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getPolygonSource()
throws java.io.IOException,
AutomationException
IConditionalAction
getPolygonSource in interface IConditionalActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setPolygonSource(java.lang.String pVal)
throws java.io.IOException,
AutomationException
IConditionalAction
setPolygonSource in interface IConditionalActionpVal - The pVal (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
IConditionalAction
getColumnList in interface IConditionalActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setColumnList(java.lang.Object pVal)
throws java.io.IOException,
AutomationException
IConditionalAction
setColumnList in interface IConditionalActionpVal - A Variant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getTriggerLayerName()
throws java.io.IOException,
AutomationException
IConditionalAction
getTriggerLayerName in interface IConditionalActionjava.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
IConditionalAction
setLocationTriggerName in interface IConditionalActionpVal - 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
IConditionalAction
getLocationTriggerName in interface IConditionalActionAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setTestGeometry(IGeometry ppiTestGeometry)
throws java.io.IOException,
AutomationException
IConditionalAction
setTestGeometry in interface IConditionalActionppiTestGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IGeometry getTestGeometry()
throws java.io.IOException,
AutomationException
IConditionalAction
getTestGeometry in interface IConditionalActionjava.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
IConditionalAction
setSpatialReference in interface IConditionalActionpVal - The pVal (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getSpatialReference()
throws java.io.IOException,
AutomationException
IConditionalAction
getSpatialReference in interface IConditionalActionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
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 IClone esri_clone()
throws java.io.IOException,
AutomationException
IClone
esri_clone in interface IClonejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws java.io.IOException,
AutomationException
IClone
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
IClone
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
IClone
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void update()
throws java.io.IOException,
AutomationException
IActionUpdate
update in interface IActionUpdateAutomationException - 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 | |||||||||