|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITinTriangleFilter
Provides access to members that control TIN triangle filters.
| Method Summary | |
|---|---|
int |
getActiveBound()
The active boundaries of the filter. |
ILongArray |
getClassBreakCodes()
The filter's numeric values used to represent each class. |
IDoubleArray |
getClassBreaks()
The classification categories of the filter. |
double |
getLowerBound()
The lower bound of the filter. |
int |
getPropertyType()
The property that the filter classifies on. |
double |
getUniqueValue()
The unique value of the filter. |
double |
getUpperBound()
The upper bound of the filter. |
void |
setActiveBound(int pType)
The active boundaries of the filter. |
void |
setClassBreakCodesByRef(ILongArray ppCodes)
The filter's numeric values used to represent each class. |
void |
setClassBreaksByRef(IDoubleArray ppBreaks)
The classification categories of the filter. |
void |
setLowerBound(double pBound)
The lower bound of the filter. |
void |
setPropertyType(int pType)
The property that the filter classifies on. |
void |
setUniqueValue(double pValue)
The unique value of the filter. |
void |
setUpperBound(double pBound)
The upper bound of the filter. |
| Methods inherited from interface com.esri.arcgis.geodatabase.ITinFilter |
|---|
canPass, isDataElementsOnly, setDataElementsOnly |
| Method Detail |
|---|
void setPropertyType(int pType)
throws IOException,
AutomationException
pType - A com.esri.arcgis.geodatabase.esriTinTrianglePropertyType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPropertyType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLowerBound(double pBound)
throws IOException,
AutomationException
pBound - The pBound (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getLowerBound()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUpperBound(double pBound)
throws IOException,
AutomationException
pBound - The pBound (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getUpperBound()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClassBreaksByRef(IDoubleArray ppBreaks)
throws IOException,
AutomationException
ppBreaks - A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDoubleArray 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(double pValue)
throws IOException,
AutomationException
pValue - The pValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double 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 | ||||||||