com.esri.arcgis.trackinganalyst
Interface IFilterAction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FilterAction, IFilterActionProxy

public interface IFilterAction
extends java.io.Serializable

COM Interface 'IFilterAction'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods needed to manage filter action.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa725c05e_d11a_4c93_9647_73447cd56bf1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFilterActionType()
          Indicates type of filter action: either Permit or Deny.
 void setFilterActionType(int pVal)
          Indicates type of filter action: either Permit or Deny.
 

Field Detail

IIDa725c05e_d11a_4c93_9647_73447cd56bf1

static final int IIDa725c05e_d11a_4c93_9647_73447cd56bf1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFilterActionType

int getFilterActionType()
                        throws java.io.IOException,
                               AutomationException
Indicates type of filter action: either Permit or Deny.

Returns:
A com.esri.arcgis.trackinganalyst.enumFilter constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFilterActionType

void setFilterActionType(int pVal)
                         throws java.io.IOException,
                                AutomationException
Indicates type of filter action: either Permit or Deny.

Parameters:
pVal - A com.esri.arcgis.trackinganalyst.enumFilter constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.