|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.ActionBase
public class ActionBase
This class serves as a base tracking action foundation that can be used to build or aggregate new tracking actions.
This class serves as a base tracking action foundation that can be used to build or aggregate new tracking actions. This object provides the fundamental characteristics of an action such a attribute and location filtering. The processing of the feature or data message is to be implemented by the host object.
Constructor Summary | |
---|---|
ActionBase()
Constructs a ActionBase using ArcGIS Engine. |
|
ActionBase(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ActionBase theActionBase = (ActionBase) obj; |
Method Summary | |
---|---|
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
void |
clearCounts()
Clears all the internal counters for this action. |
Object |
convertToSupportedObject(int docVersion)
Convert the object to another object that is supported. |
void |
defaultAction()
Sets the action to its default state and resets existing edits. |
void |
edit(int hParentWindowHandle,
ISet piObjectSet)
Invokes Edit dialog. |
boolean |
equals(Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
void |
evaluate(Object piObject,
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. |
String |
getAlias()
Allows user to specify or retrieve the alias name for this action. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
Object |
getColumnList()
The list of columns from the feature or the dataset definition. |
String |
getDatasetDefinitionID()
Value of the DatasetDefinitionID property. |
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 |
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. |
String |
getHelpFile()
The help file name for the page. |
String |
getLabel()
Allows user to specify or retreive tha label name for this action. |
ILayer |
getLayer()
Tracking layer upon which the action is performed. |
ILocationTrigger |
getLocationTrigger()
Custom location trigger for the action if one is being used. |
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. |
String |
getName()
Developer-given name of the object. |
String |
getPolygonSource()
Not Implemented - Use the PolygonSourceName property of IConditionalAction2. |
IName |
getPolygonSourceName()
Name of a feature class containing polygons to test location trigger actions. |
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. |
String |
getQueryString()
SQL query for an attribute trigger. |
String |
getRulesDescription()
Describes what the action will do. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
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. |
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. |
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 |
initialize(String bstrDeveloperName,
String bstrTypeDescription,
double dVersion)
Initialize the Base or Child Action. |
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()
isDirty |
boolean |
isEnabled()
Indicates whether or not an action in the action list is enabled for processing. |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isFavorQuery()
Indicates if the Attribute Query should be performed first and then the location test. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isNegateLocationTrigger()
Indicates whether or not to negate results of the location trigger. |
boolean |
isStopProcessing()
Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing. |
boolean |
isSupportedAtVersion(int docVersion)
Is this object valid at the given document version. |
void |
load(IStream pstm)
load |
void |
readExternal(ObjectInput in)
|
void |
resetToDefaultState()
Reset the State information to default. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setActionCategory(int pVal)
Indicates the type of action to be applied to data. |
void |
setAlias(String pbstrAlias)
Allows user to specify or retrieve the alias name for this action. |
void |
setColumnList(Object pVal)
The list of columns from the feature or the dataset definition. |
void |
setDatasetDefinitionID(String bstrDatasetDefID)
Value of the DatasetDefinitionID property. |
void |
setDatasetDefinitionName(String bstrDatasetDefName)
Value of the DatasetDefinitionName property. |
void |
setEventIdColumnNumber(int iVal)
Number of the column containing EventID information. |
void |
setFavorQuery(boolean pVal)
Indicates if the Attribute Query should be performed first and then the location test. |
void |
setFromDataDefinition(IDatasetDef piDataDef)
Set up the action based on a data definition. |
void |
setFromLayer(IFeatureLayer piLayer)
Set up the action based on a feature layer. |
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(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 |
setLocationTriggerByRef(ILocationTrigger ppLocationTrigger)
Custom location trigger for the action if one is being used. |
void |
setLocationTriggerName(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(String pVal)
Not Implemented - Use the PolygonSourceName property of IConditionalAction2. |
void |
setPolygonSourceNameByRef(IName ppiSourceName)
Name of a feature class containing polygons to test location trigger actions. |
void |
setQueryString(String pVal)
SQL query for an attribute trigger. |
void |
setReadOnly(boolean rhs1)
Indicates whether the action is specified as read-only. |
void |
setSpatialReference(String pVal)
String describing the Spatial Reference used by the Action. |
void |
setStopProcessing(boolean pbvarStopProcessing)
Indicates if 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. |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ActionBase() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ActionBase(Object obj) throws IOException
ActionBase theActionBase = (ActionBase) obj;
obj
to ActionBase
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public double getVersion() throws IOException, AutomationException
This property allows the user to retrieve the version number for this action.
getVersion
in interface IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
The 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 IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getRulesDescription() throws IOException, AutomationException
This 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 IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isContinueProcessing() throws IOException, AutomationException
This 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 IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAlias() throws IOException, AutomationException
This property allows the user to specify or retrieve the alias name for this action.
getAlias
in interface IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlias(String pbstrAlias) throws IOException, AutomationException
This property allows the user to specify or retrieve the alias name for this action.
setAlias
in interface IAction
pbstrAlias
- The pbstrAlias (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLabel() throws IOException, AutomationException
This property allows the user to specify or retrieve the label name for this action.
getLabel
in interface IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabel(String pbstrLabel) throws IOException, AutomationException
This property allows the user to specify or retrieve the label name for this action.
setLabel
in interface IAction
pbstrLabel
- The pbstrLabel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getType() throws IOException, AutomationException
The 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 IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEnabled() throws IOException, AutomationException
isEnabled
in interface IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsEnabled(boolean pbvarIsEnabled) throws IOException, AutomationException
setIsEnabled
in interface IAction
pbvarIsEnabled
- The pbvarIsEnabled (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStopProcessing(boolean pbvarStopProcessing) throws IOException, AutomationException
This 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 IAction
pbvarStopProcessing
- The pbvarStopProcessing (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void evaluate(Object piObject, Object[] pvarReturnedObjects) throws IOException, AutomationException
This 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 IAction
piObject
- A reference to another Object (IUnknown) (in)pvarReturnedObjects
- A Variant (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isStopProcessing() throws IOException, AutomationException
This 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 IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getEvaluationCount() throws IOException, AutomationException
This property is a count of the number of times this action has been evaluated.
getEvaluationCount
in interface IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStopProcessingCount() throws IOException, AutomationException
This property counts the number of times this action has returned S_ACTIONPROCESSOR_MSG_STOPPROCESSING.
getStopProcessingCount
in interface IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFilteredCount() throws IOException, AutomationException
This property is a count of the number of times this action has returned S_ACTIONPROCESSOR_MSG_FILTERED.
getFilteredCount
in interface IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getModifiedCount() throws IOException, AutomationException
This property is a count of the number of times this action has returned S_ACTIONPROCESSOR_MSG_MODIFIED.
getModifiedCount
in interface IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getProcessedCount() throws IOException, AutomationException
This property is a count of the number of times this action has returned S_ACTIONPROCESSOR_MSG_PROCESSED.
getProcessedCount
in interface IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearCounts() throws IOException, AutomationException
This property clears all the internal counters for this action.
clearCounts
in interface IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getActionCategory() throws IOException, AutomationException
getActionCategory
in interface IAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActionCategory(int pVal) throws IOException, AutomationException
setActionCategory
in interface IAction
pVal
- A com.esri.arcgis.trackinganalyst.enumActionCategory constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void defaultAction() throws IOException, AutomationException
This method sets the action to its default state and clears or resets any existing edits.
defaultAction
in interface IActionEdit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void edit(int hParentWindowHandle, ISet piObjectSet) throws IOException, AutomationException
This 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. piObjectSet is the object set that needs to be edited.
edit
in interface IActionEdit
hParentWindowHandle
- The hParentWindowHandle (in)piObjectSet
- A reference to a com.esri.arcgis.system.ISet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPreviewImage() throws IOException, AutomationException
This property allows you to preview a bitmap for the renderer that appears on the page.
getPreviewImage
in interface IActionEdit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHelpFile() throws IOException, AutomationException
This property controls the help file name for the page.
getHelpFile
in interface IActionEdit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHelpContextID(int lControlID) throws IOException, AutomationException
getHelpContextID
in interface IActionEdit
lControlID
- The lControlID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReadOnly(boolean rhs1) throws IOException, AutomationException
setReadOnly
in interface IActionEdit
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getLayer() throws IOException, AutomationException
getLayer
in interface ILayerAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerByRef(ILayer pVal) throws IOException, AutomationException
setLayerByRef
in interface ILayerAction
pVal
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getEventIdColumnNumber() throws IOException, AutomationException
getEventIdColumnNumber
in interface ILayerAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEventIdColumnNumber(int iVal) throws IOException, AutomationException
setEventIdColumnNumber
in interface ILayerAction
iVal
- The iVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDatasetDefinitionName() throws IOException, AutomationException
getDatasetDefinitionName
in interface IServAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetDefinitionName(String bstrDatasetDefName) throws IOException, AutomationException
Sets the value of the DatasetDefinitionName property.
setDatasetDefinitionName
in interface IServAction
bstrDatasetDefName
- The bstrDatasetDefName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDatasetDefinitionID() throws IOException, AutomationException
getDatasetDefinitionID
in interface IServAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetDefinitionID(String bstrDatasetDefID) throws IOException, AutomationException
Sets the value of the DatasetDefinitionID property.
setDatasetDefinitionID
in interface IServAction
bstrDatasetDefID
- The bstrDatasetDefID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGeometryColumnNumber() throws IOException, AutomationException
Returns the value of the GeometryColumnNumber property.
getGeometryColumnNumber
in interface IServAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGeometryColumnNumber(int iVal) throws IOException, AutomationException
Sets the value of the GeometryColumnNumber property.
setGeometryColumnNumber
in interface IServAction
iVal
- The iVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTrackIdColumnNumber() throws IOException, AutomationException
getTrackIdColumnNumber
in interface IServAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTrackIdColumnNumber(int iVal) throws IOException, AutomationException
setTrackIdColumnNumber
in interface IServAction
iVal
- The iVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGeometryColumnType() throws IOException, AutomationException
getGeometryColumnType
in interface IServAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGeometryColumnType(int iVal) throws IOException, AutomationException
setGeometryColumnType
in interface IServAction
iVal
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTriggerType() throws IOException, AutomationException
getTriggerType
in interface IConditionalAction
getTriggerType
in interface IConditionalAction2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTriggerType(int pVal) throws IOException, AutomationException
setTriggerType
in interface IConditionalAction
setTriggerType
in interface IConditionalAction2
pVal
- A com.esri.arcgis.trackinganalyst.enumTriggerType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLocationTriggerType() throws IOException, AutomationException
This property indicates the spatial relationship of an intrinsic location trigger. See esriSpatialRelEnum for detail.
getLocationTriggerType
in interface IConditionalAction
getLocationTriggerType
in interface IConditionalAction2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocationTriggerType(int pVal) throws IOException, AutomationException
setLocationTriggerType
in interface IConditionalAction
setLocationTriggerType
in interface IConditionalAction2
pVal
- A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getQueryString() throws IOException, AutomationException
getQueryString
in interface IConditionalAction
getQueryString
in interface IConditionalAction2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setQueryString(String pVal) throws IOException, AutomationException
setQueryString
in interface IConditionalAction
setQueryString
in interface IConditionalAction2
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getTriggerLayer() throws IOException, AutomationException
getTriggerLayer
in interface IConditionalAction
getTriggerLayer
in interface IConditionalAction2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTriggerLayerByRef(ILayer pVal) throws IOException, AutomationException
setTriggerLayerByRef
in interface IConditionalAction
setTriggerLayerByRef
in interface IConditionalAction2
pVal
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isNegateLocationTrigger() throws IOException, AutomationException
isNegateLocationTrigger
in interface IConditionalAction
isNegateLocationTrigger
in interface IConditionalAction2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNegateLocationTrigger(boolean pVal) throws IOException, AutomationException
setNegateLocationTrigger
in interface IConditionalAction
setNegateLocationTrigger
in interface IConditionalAction2
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getPolygonSource() throws IOException, AutomationException
getPolygonSource
in interface IConditionalAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPolygonSource(String pVal) throws IOException, AutomationException
setPolygonSource
in interface IConditionalAction
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getColumnList() throws IOException, AutomationException
getColumnList
in interface IConditionalAction
getColumnList
in interface IConditionalAction2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColumnList(Object pVal) throws IOException, AutomationException
setColumnList
in interface IConditionalAction
setColumnList
in interface IConditionalAction2
pVal
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTriggerLayerName() throws IOException, AutomationException
getTriggerLayerName
in interface IConditionalAction
getTriggerLayerName
in interface IConditionalAction2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocationTriggerName(String pVal) throws IOException, AutomationException
setLocationTriggerName
in interface IConditionalAction
setLocationTriggerName
in interface IConditionalAction2
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLocationTriggerName() throws IOException, AutomationException
getLocationTriggerName
in interface IConditionalAction
getLocationTriggerName
in interface IConditionalAction2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTestGeometry(IGeometry ppiTestGeometry) throws IOException, AutomationException
setTestGeometry
in interface IConditionalAction
setTestGeometry
in interface IConditionalAction2
ppiTestGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getTestGeometry() throws IOException, AutomationException
getTestGeometry
in interface IConditionalAction
getTestGeometry
in interface IConditionalAction2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpatialReference(String pVal) throws IOException, AutomationException
setSpatialReference
in interface IConditionalAction
setSpatialReference
in interface IConditionalAction2
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSpatialReference() throws IOException, AutomationException
getSpatialReference
in interface IConditionalAction
getSpatialReference
in interface IConditionalAction2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName getPolygonSourceName() throws IOException, AutomationException
The IConditionalAction2 interface has been superseded by IConditionalAction4. Please consider using the more recent version.
getPolygonSourceName
in interface IConditionalAction2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPolygonSourceNameByRef(IName ppiSourceName) throws IOException, AutomationException
setPolygonSourceNameByRef
in interface IConditionalAction2
ppiSourceName
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFavorQuery() throws IOException, AutomationException
Returns and sets whether the attribute query should be performed before the spatial query when evaluating the action.
A judicious choice may significantly improve the performance of the query. The rule of thumb for selecting which query to perform first is the one that is likely to exclude the most values. This way the number of times the second query is called is minimized.
isFavorQuery
in interface IConditionalAction4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFavorQuery(boolean pVal) throws IOException, AutomationException
setFavorQuery
in interface IConditionalAction4
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocationTriggerByRef(ILocationTrigger ppLocationTrigger) throws IOException, AutomationException
Returns or sets the custom location trigger to use with the action. Custom location triggers allow for spatial queries to be performed beyond the default intersects or not intersects. For example, a custom location trigger could evaluate when an event crosses a boundary.
setLocationTriggerByRef
in interface IConditionalAction4
ppLocationTrigger
- A reference to a com.esri.arcgis.trackinganalyst.ILocationTrigger (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILocationTrigger getLocationTrigger() throws IOException, AutomationException
getLocationTrigger
in interface IConditionalAction4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IClone esri_clone() throws IOException, AutomationException
esri_clone
in interface IClone
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws IOException, AutomationException
assign
in interface IClone
src
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws IOException, AutomationException
IsEqual returns True if the receiver and the source have the same properties. Note, this does not imply that the receiver and the source reference the same object.
isEqual
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws IOException, AutomationException
IsIdentical returns true if the receiver and the source reference the same object.
isIdentical
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void update() throws IOException, AutomationException
update
in interface IActionUpdate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFromDataDefinition(IDatasetDef piDataDef) throws IOException, AutomationException
setFromDataDefinition
in interface IActionHelper
piDataDef
- A reference to a com.esri.arcgis.trackinganalyst.IDatasetDef (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFromLayer(IFeatureLayer piLayer) throws IOException, AutomationException
setFromLayer
in interface IActionHelper
piLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initialize(String bstrDeveloperName, String bstrTypeDescription, double dVersion) throws IOException, AutomationException
initialize
in interface IActionSetup
bstrDeveloperName
- The bstrDeveloperName (in)bstrTypeDescription
- The bstrTypeDescription (in)dVersion
- The dVersion (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void resetToDefaultState() throws IOException, AutomationException
resetToDefaultState
in interface IActionState
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportedAtVersion(int docVersion) throws IOException, AutomationException
Use IsSupportedAtVersion to identify if a particular object should be saved to the ObjectStream. This result is based on the esriArcGISVersion enumeration. In some instances, if the object is not supported at a particular ArcGIS version, the object may support conversion to another similar object; use IDocumentVersionSupportGEN::ConvertToSupportedObject to accomplish this.
isSupportedAtVersion
in interface IDocumentVersionSupportGEN
docVersion
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object convertToSupportedObject(int docVersion) throws IOException, AutomationException
This method should be used when IDocumentVersionSupportGEN::IsSupportedAtVersion returns FALSE. Calling ConvertToSupportedObject will return an IUnknown pointer to a relevant object supported at the particular ArcGIS version. Not all objects will return a supported object; in these cases a null pointer will be returned.
convertToSupportedObject
in interface IDocumentVersionSupportGEN
docVersion
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |