|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITinValueFilter
Provides access to members that control TIN value filters.
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 |
Method Detail |
---|
void setLowerBound(int pLowerBound) throws IOException, AutomationException
pLowerBound
- The pLowerBound (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLowerBound() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUpperBound(int pUpperBound) throws IOException, AutomationException
pUpperBound
- The pUpperBound (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUpperBound() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClassBreaksByRef(ILongArray ppBreaks) throws IOException, AutomationException
ppBreaks
- A reference to a com.esri.arcgis.system.ILongArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILongArray getClassBreaks() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClassBreakCodesByRef(ILongArray ppCodes) throws IOException, AutomationException
ppCodes
- A reference to a com.esri.arcgis.system.ILongArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILongArray getClassBreakCodes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUniqueValue(int pValue) throws IOException, AutomationException
pValue
- The pValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUniqueValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActiveBound(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.geodatabase.esriTinBoundType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getActiveBound() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |