|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.TinNodeSourceFilter
public class TinNodeSourceFilter
The Esri TinNodeSourceFilter component.
| Constructor Summary | |
|---|---|
TinNodeSourceFilter()
Constructs a TinNodeSourceFilter using ArcGIS Engine. |
|
TinNodeSourceFilter(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TinNodeSourceFilter theTinNodeSourceFilter = (TinNodeSourceFilter) 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 |
static String |
getClsid()
getClsid. |
int |
getCriteria()
The criteria of the filter. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isDataElementsOnly()
Indicates whether the returned elements should be inside the data area. |
void |
setCriteria(int pCriteria)
The criteria of the filter. |
void |
setDataElementsOnly(boolean pbDataElementsOnly)
Indicates whether the returned elements should be inside the data area. |
| 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 TinNodeSourceFilter()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public TinNodeSourceFilter(Object obj)
throws IOException
TinNodeSourceFilter theTinNodeSourceFilter = (TinNodeSourceFilter) obj;
obj to TinNodeSourceFilter.
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 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 setCriteria(int pCriteria)
throws IOException,
AutomationException
setCriteria in interface ITinNodeSourceFilterpCriteria - The pCriteria (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCriteria()
throws IOException,
AutomationException
getCriteria in interface ITinNodeSourceFilterIOException - 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 | ||||||||