com.esri.arcgis.geodatabase
Interface ITinFilter

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITinDynamicFilter, ITinEdgeTypeFilter, ITinEdgeTypeFilter2, ITinNodeSourceFilter, ITinTriangleFilter, ITinValueFilter, ITinValueFilter2
All Known Implementing Classes:
ITinDynamicFilterProxy, ITinEdgeTypeFilter2Proxy, ITinEdgeTypeFilterProxy, ITinFilterProxy, ITinNodeSourceFilterProxy, ITinTriangleFilterProxy, ITinValueFilter2Proxy, ITinValueFilterProxy, TinDataElementFilter, TinEdgeTypeFilter, TinNodeSourceFilter, TinTriangleFilter, TinValueFilter

public interface ITinFilter
extends java.io.Serializable

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

Description: 'Provides access to members that control TIN 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 IID4eee3270_fa94_11d2_ae10_000000000000
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canPass(ITinElement pElement)
          Indicates if the specified element meets the filter criteria.
 boolean isDataElementsOnly()
          Indicates whether the returned elements should be inside the data area.
 void setDataElementsOnly(boolean pbDataElementsOnly)
          Indicates whether the returned elements should be inside the data area.
 

Field Detail

IID4eee3270_fa94_11d2_ae10_000000000000

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

canPass

boolean canPass(ITinElement pElement)
                throws java.io.IOException,
                       AutomationException
Indicates if the specified element meets the filter criteria.

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

setDataElementsOnly

void setDataElementsOnly(boolean pbDataElementsOnly)
                         throws java.io.IOException,
                                AutomationException
Indicates whether the returned elements should be inside the data area.

Parameters:
pbDataElementsOnly - The pbDataElementsOnly (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDataElementsOnly

boolean isDataElementsOnly()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the returned elements should be inside the data area.

Returns:
The pbDataElementsOnly
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.