|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.TinTriangleFilter
public class TinTriangleFilter
The Esri TinTriangleFilter component.
| Constructor Summary | |
|---|---|
TinTriangleFilter()
Constructs a TinTriangleFilter using ArcGIS Engine. |
|
TinTriangleFilter(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TinTriangleFilter theTinTriangleFilter = (TinTriangleFilter) obj; |
|
| Method Summary | |
|---|---|
boolean |
canPass(ITinElement pElement)
Indicates if the specified element meets the filter criteria. |
boolean |
equals(Object o)
Compare this object with another |
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. |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
int |
init(ITinElement pElement)
Re/establishes the filter; determines and returns an ID for the subset of elements represented by the index. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isDataElementsOnly()
Indicates whether the returned elements should be inside the data area. |
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 |
setDataElementsOnly(boolean pbDataElementsOnly)
Indicates whether the returned elements should be inside the data area. |
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 class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public TinTriangleFilter()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public TinTriangleFilter(Object obj)
throws IOException
TinTriangleFilter theTinTriangleFilter = (TinTriangleFilter) obj;
obj to TinTriangleFilter.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int init(ITinElement pElement)
throws IOException,
AutomationException
init in interface ITinDynamicFilterpElement - A reference to a com.esri.arcgis.geodatabase.ITinElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canPass(ITinElement pElement)
throws IOException,
AutomationException
canPass in interface ITinFilterpElement - A reference to a com.esri.arcgis.geodatabase.ITinElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataElementsOnly(boolean pbDataElementsOnly)
throws IOException,
AutomationException
setDataElementsOnly in interface ITinFilterpbDataElementsOnly - The pbDataElementsOnly (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDataElementsOnly()
throws IOException,
AutomationException
isDataElementsOnly in interface ITinFilterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPropertyType(int pType)
throws IOException,
AutomationException
setPropertyType in interface ITinTriangleFilterpType - A com.esri.arcgis.geodatabase.esriTinTrianglePropertyType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPropertyType()
throws IOException,
AutomationException
getPropertyType in interface ITinTriangleFilterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLowerBound(double pBound)
throws IOException,
AutomationException
setLowerBound in interface ITinTriangleFilterpBound - The pBound (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLowerBound()
throws IOException,
AutomationException
getLowerBound in interface ITinTriangleFilterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUpperBound(double pBound)
throws IOException,
AutomationException
setUpperBound in interface ITinTriangleFilterpBound - The pBound (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getUpperBound()
throws IOException,
AutomationException
getUpperBound in interface ITinTriangleFilterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClassBreaksByRef(IDoubleArray ppBreaks)
throws IOException,
AutomationException
setClassBreaksByRef in interface ITinTriangleFilterppBreaks - A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDoubleArray getClassBreaks()
throws IOException,
AutomationException
getClassBreaks in interface ITinTriangleFilterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClassBreakCodesByRef(ILongArray ppCodes)
throws IOException,
AutomationException
setClassBreakCodesByRef in interface ITinTriangleFilterppCodes - A reference to a com.esri.arcgis.system.ILongArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILongArray getClassBreakCodes()
throws IOException,
AutomationException
getClassBreakCodes in interface ITinTriangleFilterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUniqueValue(double pValue)
throws IOException,
AutomationException
setUniqueValue in interface ITinTriangleFilterpValue - The pValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getUniqueValue()
throws IOException,
AutomationException
getUniqueValue in interface ITinTriangleFilterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActiveBound(int pType)
throws IOException,
AutomationException
setActiveBound in interface ITinTriangleFilterpType - A com.esri.arcgis.geodatabase.esriTinBoundType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getActiveBound()
throws IOException,
AutomationException
getActiveBound in interface ITinTriangleFilterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||