com.esri.arcgis.geodatabase
Interface ITinValueFilter

All Superinterfaces:
ITinFilter, java.io.Serializable
All Known Subinterfaces:
ITinValueFilter2
All Known Implementing Classes:
ITinValueFilter2Proxy, ITinValueFilterProxy, TinValueFilter

public interface ITinValueFilter
extends ITinFilter, java.io.Serializable

COM Interface 'ITinValueFilter'. 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 IID4eee3277_fa94_11d2_ae10_000000000000
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITinFilter
IID4eee3270_fa94_11d2_ae10_000000000000
 
Method Summary
 int getActiveBound()
          The active boundary of the filter.
 ILongArray getClassBreakCodes()
          The filter's numeric values used to represent each class.
 ILongArray getClassBreaks()
          The classification categories of the filter.
 int getLowerBound()
          The lower bound of the filter.
 int getUniqueValue()
          The unique value of the filter.
 int getUpperBound()
          The upper bound of the filter.
 void setActiveBound(int pType)
          The active boundary of the filter.
 void setClassBreakCodesByRef(ILongArray ppCodes)
          The filter's numeric values used to represent each class.
 void setClassBreaksByRef(ILongArray ppBreaks)
          The classification categories of the filter.
 void setLowerBound(int pLowerBound)
          The lower bound of the filter.
 void setUniqueValue(int pValue)
          The unique value of the filter.
 void setUpperBound(int pUpperBound)
          The upper bound of the filter.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITinFilter
canPass, isDataElementsOnly, setDataElementsOnly
 

Field Detail

IID4eee3277_fa94_11d2_ae10_000000000000

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

setLowerBound

void setLowerBound(int pLowerBound)
                   throws java.io.IOException,
                          AutomationException
The lower bound of the filter.

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

getLowerBound

int getLowerBound()
                  throws java.io.IOException,
                         AutomationException
The lower bound of the filter.

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

setUpperBound

void setUpperBound(int pUpperBound)
                   throws java.io.IOException,
                          AutomationException
The upper bound of the filter.

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

getUpperBound

int getUpperBound()
                  throws java.io.IOException,
                         AutomationException
The upper bound of the filter.

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

setClassBreaksByRef

void setClassBreaksByRef(ILongArray ppBreaks)
                         throws java.io.IOException,
                                AutomationException
The classification categories of the filter.

Parameters:
ppBreaks - A reference to a com.esri.arcgis.system.ILongArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassBreaks

ILongArray getClassBreaks()
                          throws java.io.IOException,
                                 AutomationException
The classification categories of the filter.

Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClassBreakCodesByRef

void setClassBreakCodesByRef(ILongArray ppCodes)
                             throws java.io.IOException,
                                    AutomationException
The filter's numeric values used to represent each class.

Parameters:
ppCodes - A reference to a com.esri.arcgis.system.ILongArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassBreakCodes

ILongArray getClassBreakCodes()
                              throws java.io.IOException,
                                     AutomationException
The filter's numeric values used to represent each class.

Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUniqueValue

void setUniqueValue(int pValue)
                    throws java.io.IOException,
                           AutomationException
The unique value of the filter.

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

getUniqueValue

int getUniqueValue()
                   throws java.io.IOException,
                          AutomationException
The unique value of the filter.

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

setActiveBound

void setActiveBound(int pType)
                    throws java.io.IOException,
                           AutomationException
The active boundary of the filter.

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

getActiveBound

int getActiveBound()
                   throws java.io.IOException,
                          AutomationException
The active boundary of the filter.

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