com.esri.arcgis.geodatabase
Interface ITinValueFilter2

All Superinterfaces:
ITinFilter, ITinValueFilter, java.io.Serializable
All Known Implementing Classes:
ITinValueFilter2Proxy, TinValueFilter

public interface ITinValueFilter2
extends ITinValueFilter, java.io.Serializable

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

Description: 'Provides access to members that control TIN value filters.' 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 IID3110a889_298b_4849_8abb_7a3383fd1a4e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITinValueFilter
IID4eee3277_fa94_11d2_ae10_000000000000
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITinFilter
IID4eee3270_fa94_11d2_ae10_000000000000
 
Method Summary
 boolean isZeroTagValueExcluded()
          Indicates if zero tag value should be excluded.
 void setZeroTagValueExcluded(boolean pbExcludeZeroTagValue)
          Indicates if zero tag value should be excluded.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITinValueFilter
getActiveBound, getClassBreakCodes, getClassBreaks, getLowerBound, getUniqueValue, getUpperBound, setActiveBound, setClassBreakCodesByRef, setClassBreaksByRef, setLowerBound, setUniqueValue, setUpperBound
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITinFilter
canPass, isDataElementsOnly, setDataElementsOnly
 

Field Detail

IID3110a889_298b_4849_8abb_7a3383fd1a4e

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

setZeroTagValueExcluded

void setZeroTagValueExcluded(boolean pbExcludeZeroTagValue)
                             throws java.io.IOException,
                                    AutomationException
Indicates if zero tag value should be excluded.

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

isZeroTagValueExcluded

boolean isZeroTagValueExcluded()
                               throws java.io.IOException,
                                      AutomationException
Indicates if zero tag value should be excluded.

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