|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.DataSummaryAction
public class DataSummaryAction
Controls the properties and methods needed for the Data Summary Action
Constructor Summary | |
---|---|
DataSummaryAction()
Constructs a DataSummaryAction using ArcGIS Engine. |
|
DataSummaryAction(Object obj)
Construct a DataSummaryAction 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 |
getCollectionInterval()
property CollectionInterval |
void |
getColumnCount(int[] count)
method GetColumnCount |
Object |
getColumnList()
The list of columns from the feature or the dataset definition. |
String |
getColumnName(int columnIndex)
method GetColumnName |
int |
getColumnType(int columnIndex)
method GetColumnType |
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 |
getFromDomain()
property FromDomain |
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. |
String |
getPrinterName()
property PrinterName |
int |
getProcessedCount()
Number of times this action has returned S_ACTIONPROCESSOR_MSG_PROCESSED. |
String |
getQueryString()
SQL query for an attribute trigger. |
String |
getRecipientEmailAddress()
property RecipientEmailAddress |
void |
getReport(String[] report)
method GetReport |
String |
getReportDirectory()
property ReportDirectory |
Object |
getReportInterval()
property ReportInterval |
String |
getReportTitle()
property ReportTitle |
String |
getRulesDescription()
Describes what the action will do. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
String |
getSMTPServer()
property SMTPServer |
String |
getSpatialReference()
String describing the Spatial Reference used by the Action. |
int |
getStopProcessingCount()
Number of times this action has returned S_ACTIONPROCESSOR_MSG_STOPPROCESSING. |
String |
getSuggestFromUserName()
property SuggestFromUserName |
int |
getSummaryCollectionType(int columnNumber)
property SummaryCollectionType |
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. |
void |
getValidSummaryCollectionType(int columnIndex,
int[] validSummaryType)
method GetValidSummaryCollectionType |
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. |
boolean |
isDeliverEmailReport()
property DeliverEmailReport |
boolean |
isDeliverFileReport()
property DeliverFileReport |
boolean |
isDeliverPrintedReport()
property DeliverPrintedReport |
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 |
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 |
setCollectionDatasetDefinition(IDatasetDef dataSetDefinition)
method SetCollectionDatasetDefinition |
void |
setCollectionInterval(Object collectionInterval)
property CollectionInterval |
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 |
setDeliverEmailReport(boolean deliverEmailReport)
property DeliverEmailReport |
void |
setDeliverFileReport(boolean deliverFileReport)
property DeliverFileReport |
void |
setDeliverPrintedReport(boolean deliverPrintedReport)
property DeliverPrintedReport |
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 |
setFromDomain(String pVal)
property FromDomain |
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 |
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 |
setPrinterName(String printerName)
property PrinterName |
void |
setQueryString(String pVal)
SQL query for an attribute trigger. |
void |
setReadOnly(boolean rhs1)
Indicates whether the action is specified as read-only. |
void |
setRecipientEmailAddress(String recipientEmailAddress)
property RecipientEmailAddress |
void |
setReportDirectory(String reportDirectory)
property ReportDirectory |
void |
setReportInterval(Object reportInterval)
property ReportInterval |
void |
setReportTitle(String reportTitle)
property ReportTitle |
void |
setSMTPServer(String pVal)
property SMTPServer |
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 |
setSummaryCollectionType(int columnNumber,
int summaryCollectionType)
property SummaryCollectionType |
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 DataSummaryAction() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic DataSummaryAction(Object obj) throws IOException
obj
to DataSummaryAction
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
DataSummaryAction theDataSummaryAction = (DataSummaryAction) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getReportTitle() throws IOException, AutomationException
getReportTitle
in interface IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReportTitle(String reportTitle) throws IOException, AutomationException
setReportTitle
in interface IDataSummaryAction
reportTitle
- The reportTitle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getValidSummaryCollectionType(int columnIndex, int[] validSummaryType) throws IOException, AutomationException
getValidSummaryCollectionType
in interface IDataSummaryAction
columnIndex
- The columnIndex (in)validSummaryType
- The validSummaryType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getReport(String[] report) throws IOException, AutomationException
getReport
in interface IDataSummaryAction
report
- The report (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getCollectionInterval() throws IOException, AutomationException
getCollectionInterval
in interface IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCollectionInterval(Object collectionInterval) throws IOException, AutomationException
setCollectionInterval
in interface IDataSummaryAction
collectionInterval
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getReportInterval() throws IOException, AutomationException
getReportInterval
in interface IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReportInterval(Object reportInterval) throws IOException, AutomationException
setReportInterval
in interface IDataSummaryAction
reportInterval
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCollectionDatasetDefinition(IDatasetDef dataSetDefinition) throws IOException, AutomationException
setCollectionDatasetDefinition
in interface IDataSummaryAction
dataSetDefinition
- 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 int getSummaryCollectionType(int columnNumber) throws IOException, AutomationException
getSummaryCollectionType
in interface IDataSummaryAction
columnNumber
- The columnNumber (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSummaryCollectionType(int columnNumber, int summaryCollectionType) throws IOException, AutomationException
setSummaryCollectionType
in interface IDataSummaryAction
columnNumber
- The columnNumber (in)summaryCollectionType
- The summaryCollectionType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getColumnCount(int[] count) throws IOException, AutomationException
getColumnCount
in interface IDataSummaryAction
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getColumnName(int columnIndex) throws IOException, AutomationException
getColumnName
in interface IDataSummaryAction
columnIndex
- The columnIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColumnType(int columnIndex) throws IOException, AutomationException
getColumnType
in interface IDataSummaryAction
columnIndex
- The columnIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getRecipientEmailAddress() throws IOException, AutomationException
getRecipientEmailAddress
in interface IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRecipientEmailAddress(String recipientEmailAddress) throws IOException, AutomationException
setRecipientEmailAddress
in interface IDataSummaryAction
recipientEmailAddress
- The recipientEmailAddress (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getReportDirectory() throws IOException, AutomationException
getReportDirectory
in interface IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReportDirectory(String reportDirectory) throws IOException, AutomationException
setReportDirectory
in interface IDataSummaryAction
reportDirectory
- The reportDirectory (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDeliverEmailReport() throws IOException, AutomationException
isDeliverEmailReport
in interface IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDeliverEmailReport(boolean deliverEmailReport) throws IOException, AutomationException
setDeliverEmailReport
in interface IDataSummaryAction
deliverEmailReport
- The deliverEmailReport (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDeliverFileReport() throws IOException, AutomationException
isDeliverFileReport
in interface IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDeliverFileReport(boolean deliverFileReport) throws IOException, AutomationException
setDeliverFileReport
in interface IDataSummaryAction
deliverFileReport
- The deliverFileReport (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDeliverPrintedReport() throws IOException, AutomationException
isDeliverPrintedReport
in interface IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDeliverPrintedReport(boolean deliverPrintedReport) throws IOException, AutomationException
setDeliverPrintedReport
in interface IDataSummaryAction
deliverPrintedReport
- The deliverPrintedReport (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getPrinterName() throws IOException, AutomationException
getPrinterName
in interface IDataSummaryAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrinterName(String printerName) throws IOException, AutomationException
setPrinterName
in interface IDataSummaryAction
printerName
- The printerName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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 String getActionSpecificRuleText() throws IOException, AutomationException
getActionSpecificRuleText
in interface IActionEvaluate
IOException
- 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 IActionEvaluate
bResult
- 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 IActionEvaluate
bResult
- The bResult (in)piMessage
- A reference to a com.esri.arcgis.trackinganalyst.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 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 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 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 interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- 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 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 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 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 resetToDefaultState() throws IOException, AutomationException
resetToDefaultState
in interface IActionState
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 String getSMTPServer() throws IOException, AutomationException
getSMTPServer
in interface IEmailProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSMTPServer(String pVal) throws IOException, AutomationException
setSMTPServer
in interface IEmailProperties
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFromDomain() throws IOException, AutomationException
getFromDomain
in interface IEmailProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFromDomain(String pVal) throws IOException, AutomationException
setFromDomain
in interface IEmailProperties
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSuggestFromUserName() throws IOException, AutomationException
getSuggestFromUserName
in interface IEmailProperties
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 |