|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.DataModificationAction
public class DataModificationAction
Controls the properties and methods needed for the Data Modification actions.
| Constructor Summary | |
|---|---|
DataModificationAction()
Constructs a DataModificationAction using ArcGIS Engine. |
|
DataModificationAction(Object obj)
Construct a DataModificationAction using a reference to such an object returned from ArcGIS Engine or Server. |
|
| 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 |
getActionSpecificRuleText()
The text that describes the basic purpose and reason for the action, such as with tag actions what is being tagged. |
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 |
getFilteredCount()
Number of times this action has returned S_ACTIONPROCESSOR_MSG_FILTERED. |
String |
getFunctionText()
Script defining the instructions for computing the data modifications. |
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. |
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. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
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 |
isParserReady()
Identifies if the parser is available to parse the script. |
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 |
performFeatureAction(int bResult,
IFeature piFeature,
Object[] pvarReturnedObjects)
Perform the Action specified by the base action or condition. |
void |
performMessageAction(int bResult,
IDataMessage piMessage,
Object[] pvarReturnedObjects)
Perform the Action specified by the base action or condition. |
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 |
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 |
setFunctionText(String pVal)
Script defining the instructions for computing the data modifications. |
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 |
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. |
String |
validateFunction()
Validate that the script can be used successfully by the Data Modification action. |
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 DataModificationAction()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public DataModificationAction(Object obj)
throws IOException
obj to DataModificationAction.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
DataModificationAction theDataModificationAction = (DataModificationAction) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getFunctionText()
throws IOException,
AutomationException
getFunctionText in interface IDataModificationActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFunctionText(String pVal)
throws IOException,
AutomationException
setFunctionText in interface IDataModificationActionpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isParserReady()
throws IOException,
AutomationException
isParserReady in interface IDataModificationActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String validateFunction()
throws IOException,
AutomationException
validateFunction in interface IDataModificationActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getVersion()
throws IOException,
AutomationException
getVersion in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName()
throws IOException,
AutomationException
getName in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getRulesDescription()
throws IOException,
AutomationException
getRulesDescription in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isContinueProcessing()
throws IOException,
AutomationException
isContinueProcessing in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAlias()
throws IOException,
AutomationException
getAlias in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAlias(String pbstrAlias)
throws IOException,
AutomationException
setAlias in interface IActionpbstrAlias - The pbstrAlias (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLabel()
throws IOException,
AutomationException
getLabel in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabel(String pbstrLabel)
throws IOException,
AutomationException
setLabel in interface IActionpbstrLabel - The pbstrLabel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getType()
throws IOException,
AutomationException
getType in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnabled()
throws IOException,
AutomationException
isEnabled in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsEnabled(boolean pbvarIsEnabled)
throws IOException,
AutomationException
setIsEnabled in interface IActionpbvarIsEnabled - 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
setStopProcessing in interface IActionpbvarStopProcessing - 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
evaluate in interface IActionpiObject - 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
isStopProcessing in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getEvaluationCount()
throws IOException,
AutomationException
getEvaluationCount in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getStopProcessingCount()
throws IOException,
AutomationException
getStopProcessingCount in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFilteredCount()
throws IOException,
AutomationException
getFilteredCount in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getModifiedCount()
throws IOException,
AutomationException
getModifiedCount in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getProcessedCount()
throws IOException,
AutomationException
getProcessedCount in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clearCounts()
throws IOException,
AutomationException
clearCounts in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getActionCategory()
throws IOException,
AutomationException
getActionCategory in interface IActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActionCategory(int pVal)
throws IOException,
AutomationException
setActionCategory in interface IActionpVal - A com.esri.arcgis.carto.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 IActionEditIOException - 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 IActionEdithParentWindowHandle - 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 IActionEditIOException - 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 IActionEditIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHelpContextID(int lControlID)
throws IOException,
AutomationException
getHelpContextID in interface IActionEditlControlID - 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 IActionEditrhs1 - The rhs1 (in)
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 ICloneIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws IOException,
AutomationException
assign in interface IClonesrc - 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 ICloneother - 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 ICloneother - 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 getClassID(GUID[] pClassID)
throws IOException,
AutomationException
IPersist 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)
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 IPersistStreamIOException - 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 IPersistStreampstm - 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 IPersistStreampstm - 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 IPersistStreampcbSize - 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 interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTriggerType()
throws IOException,
AutomationException
getTriggerType in interface IConditionalActiongetTriggerType in interface IConditionalAction2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTriggerType(int pVal)
throws IOException,
AutomationException
setTriggerType in interface IConditionalActionsetTriggerType in interface IConditionalAction2pVal - A com.esri.arcgis.carto.enumTriggerType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLocationTriggerType()
throws IOException,
AutomationException
getLocationTriggerType in interface IConditionalActiongetLocationTriggerType in interface IConditionalAction2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLocationTriggerType(int pVal)
throws IOException,
AutomationException
setLocationTriggerType in interface IConditionalActionsetLocationTriggerType in interface IConditionalAction2pVal - 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 IConditionalActiongetQueryString in interface IConditionalAction2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryString(String pVal)
throws IOException,
AutomationException
setQueryString in interface IConditionalActionsetQueryString in interface IConditionalAction2pVal - 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 IConditionalActiongetTriggerLayer in interface IConditionalAction2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTriggerLayerByRef(ILayer pVal)
throws IOException,
AutomationException
setTriggerLayerByRef in interface IConditionalActionsetTriggerLayerByRef in interface IConditionalAction2pVal - 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 IConditionalActionisNegateLocationTrigger in interface IConditionalAction2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNegateLocationTrigger(boolean pVal)
throws IOException,
AutomationException
setNegateLocationTrigger in interface IConditionalActionsetNegateLocationTrigger in interface IConditionalAction2pVal - 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 IConditionalActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPolygonSource(String pVal)
throws IOException,
AutomationException
setPolygonSource in interface IConditionalActionpVal - 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 IConditionalActiongetColumnList in interface IConditionalAction2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setColumnList(Object pVal)
throws IOException,
AutomationException
setColumnList in interface IConditionalActionsetColumnList in interface IConditionalAction2pVal - 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 IConditionalActiongetTriggerLayerName in interface IConditionalAction2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLocationTriggerName(String pVal)
throws IOException,
AutomationException
setLocationTriggerName in interface IConditionalActionsetLocationTriggerName in interface IConditionalAction2pVal - 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 IConditionalActiongetLocationTriggerName in interface IConditionalAction2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTestGeometry(IGeometry ppiTestGeometry)
throws IOException,
AutomationException
setTestGeometry in interface IConditionalActionsetTestGeometry in interface IConditionalAction2ppiTestGeometry - 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 IConditionalActiongetTestGeometry in interface IConditionalAction2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialReference(String pVal)
throws IOException,
AutomationException
setSpatialReference in interface IConditionalActionsetSpatialReference in interface IConditionalAction2pVal - 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 IConditionalActiongetSpatialReference in interface IConditionalAction2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getPolygonSourceName()
throws IOException,
AutomationException
getPolygonSourceName in interface IConditionalAction2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPolygonSourceNameByRef(IName ppiSourceName)
throws IOException,
AutomationException
setPolygonSourceNameByRef in interface IConditionalAction2ppiSourceName - 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
isFavorQuery in interface IConditionalAction4IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFavorQuery(boolean pVal)
throws IOException,
AutomationException
setFavorQuery in interface IConditionalAction4pVal - 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
setLocationTriggerByRef in interface IConditionalAction4ppLocationTrigger - A reference to a com.esri.arcgis.carto.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 IConditionalAction4IOException - 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 IActionSetupbstrDeveloperName - 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 update()
throws IOException,
AutomationException
update in interface IActionUpdateIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFromDataDefinition(IDatasetDef piDataDef)
throws IOException,
AutomationException
setFromDataDefinition in interface IActionHelperpiDataDef - 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 IActionHelperpiLayer - 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 resetToDefaultState()
throws IOException,
AutomationException
resetToDefaultState in interface IActionStateIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getActionSpecificRuleText()
throws IOException,
AutomationException
getActionSpecificRuleText in interface IActionEvaluateIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void performFeatureAction(int bResult,
IFeature piFeature,
Object[] pvarReturnedObjects)
throws IOException,
AutomationException
performFeatureAction in interface IActionEvaluatebResult - The bResult (in)piFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (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 void performMessageAction(int bResult,
IDataMessage piMessage,
Object[] pvarReturnedObjects)
throws IOException,
AutomationException
performMessageAction in interface IActionEvaluatebResult - The bResult (in)piMessage - A reference to a com.esri.arcgis.geodatabaseextensions.IDataMessage (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 String getDatasetDefinitionName()
throws IOException,
AutomationException
getDatasetDefinitionName in interface IServActionIOException - 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 IServActionbstrDatasetDefName - 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 IServActionIOException - 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 IServActionbstrDatasetDefID - 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 IServActionIOException - 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 IServActioniVal - 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 IServActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTrackIdColumnNumber(int iVal)
throws IOException,
AutomationException
setTrackIdColumnNumber in interface IServActioniVal - 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 IServActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeometryColumnType(int iVal)
throws IOException,
AutomationException
setGeometryColumnType in interface IServActioniVal - A com.esri.arcgis.geometry.esriGeometryType constant (in)
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 IDocumentVersionSupportGENdocVersion - 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 IDocumentVersionSupportGENdocVersion - 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 ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||