com.esri.arcgis.geodatabase
Interface ITinDynamicFilter

All Superinterfaces:
ITinFilter, java.io.Serializable
All Known Implementing Classes:
ITinDynamicFilterProxy, TinEdgeTypeFilter, TinTriangleFilter, TinValueFilter

public interface ITinDynamicFilter
extends ITinFilter, java.io.Serializable

COM Interface 'ITinDynamicFilter'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control TIN dynamic filtering options.' 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 IID0122c788_fd32_11d3_a0d6_00c04f8ece27
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITinFilter
IID4eee3270_fa94_11d2_ae10_000000000000
 
Method Summary
 int init(ITinElement pElement)
          Re/establishes the filter; determines and returns an ID for the subset of elements represented by the index.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITinFilter
canPass, isDataElementsOnly, setDataElementsOnly
 

Field Detail

IID0122c788_fd32_11d3_a0d6_00c04f8ece27

static final int IID0122c788_fd32_11d3_a0d6_00c04f8ece27
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

init

int init(ITinElement pElement)
         throws java.io.IOException,
                AutomationException
Re/establishes the filter; determines and returns an ID for the subset of elements represented by the index.

Parameters:
pElement - A reference to a com.esri.arcgis.geodatabase.ITinElement (in)
Returns:
The pID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.