|
|||||||||
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. |
void |
evaluateEx(Object pObject,
IActionEvaluate parentAction,
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 columnIndex)
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 layer)
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
getVersion
in interface IAction
getVersion
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IAction
getName
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getRulesDescription() throws IOException, AutomationException
getRulesDescription
in interface IAction
getRulesDescription
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isContinueProcessing() throws IOException, AutomationException
isContinueProcessing
in interface IAction
isContinueProcessing
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAlias() throws IOException, AutomationException
getAlias
in interface IAction
getAlias
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlias(String pbstrAlias) throws IOException, AutomationException
setAlias
in interface IAction
setAlias
in interface IActionGEN
pbstrAlias
- 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 IAction
getLabel
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabel(String pbstrLabel) throws IOException, AutomationException
setLabel
in interface IAction
setLabel
in interface IActionGEN
pbstrLabel
- 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 IAction
getType
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEnabled() throws IOException, AutomationException
isEnabled
in interface IAction
isEnabled
in interface IActionGEN
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
setIsEnabled
in interface IActionGEN
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
setStopProcessing
in interface IAction
setStopProcessing
in interface IActionGEN
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
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
isStopProcessing
in interface IAction
isStopProcessing
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getEvaluationCount() throws IOException, AutomationException
getEvaluationCount
in interface IAction
getEvaluationCount
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStopProcessingCount() throws IOException, AutomationException
getStopProcessingCount
in interface IAction
getStopProcessingCount
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFilteredCount() throws IOException, AutomationException
getFilteredCount
in interface IAction
getFilteredCount
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getModifiedCount() throws IOException, AutomationException
getModifiedCount
in interface IAction
getModifiedCount
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getProcessedCount() throws IOException, AutomationException
getProcessedCount
in interface IAction
getProcessedCount
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearCounts() throws IOException, AutomationException
clearCounts
in interface IAction
clearCounts
in interface IActionGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getActionCategory() throws IOException, AutomationException
getActionCategory
in interface IAction
getActionCategory
in interface IActionGEN
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
setActionCategory
in interface IActionGEN
pVal
- A com.esri.arcgis.carto.enumActionCategory constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void evaluateEx(Object pObject, IActionEvaluate parentAction, Object[] pvarReturnedObjects) throws IOException, AutomationException
evaluateEx
in interface IActionGEN
pObject
- A reference to another Object (IUnknown) (in)parentAction
- A reference to a com.esri.arcgis.trackinganalyst.IActionEvaluate (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 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 layer) throws IOException, AutomationException
setLayerByRef
in interface ILayerAction
layer
- 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 columnIndex) throws IOException, AutomationException
setEventIdColumnNumber
in interface ILayerAction
columnIndex
- The columnIndex (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.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 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
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
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
setLocationTriggerByRef
in interface IConditionalAction4
ppLocationTrigger
- 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 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 |