public interface ITinValueFilter extends ITinFilter, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID4eee3277_fa94_11d2_ae10_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID4eee3270_fa94_11d2_ae10_000000000000
Modifier and Type | Method and Description |
---|---|
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.
|
canPass, isDataElementsOnly, setDataElementsOnly
static final int IID4eee3277_fa94_11d2_ae10_000000000000
static final int xxDummy
static final java.lang.String IID
void setLowerBound(int pLowerBound) throws java.io.IOException, AutomationException
pLowerBound
- The pLowerBound (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLowerBound() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUpperBound(int pUpperBound) throws java.io.IOException, AutomationException
pUpperBound
- The pUpperBound (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUpperBound() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClassBreaksByRef(ILongArray ppBreaks) throws java.io.IOException, AutomationException
ppBreaks
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getClassBreaks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClassBreakCodesByRef(ILongArray ppCodes) throws java.io.IOException, AutomationException
ppCodes
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getClassBreakCodes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUniqueValue(int pValue) throws java.io.IOException, AutomationException
pValue
- The pValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUniqueValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setActiveBound(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.geodatabase.esriTinBoundType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getActiveBound() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.