com.esri.arcgis.geodatabase
Class TinNodeSourceFilter

java.lang.Object
  extended by com.esri.arcgis.geodatabase.TinNodeSourceFilter
All Implemented Interfaces:
ITinFilter, ITinNodeSourceFilter, com.esri.arcgis.interop.RemoteObjRef, ISupportErrorInfo, Serializable

public class TinNodeSourceFilter
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, ITinFilter, ITinNodeSourceFilter, ISupportErrorInfo

The ESRI TinNodeSourceFilter component.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

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

TinNodeSourceFilter

public TinNodeSourceFilter()
                    throws IOException,
                           UnknownHostException
Constructs a TinNodeSourceFilter using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

TinNodeSourceFilter

public TinNodeSourceFilter(Object obj)
                    throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TinNodeSourceFilter theTinNodeSourceFilter = (TinNodeSourceFilter) obj;

Construct a TinNodeSourceFilter using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TinNodeSourceFilter.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

canPass

public boolean canPass(ITinElement pElement)
                throws IOException,
                       AutomationException
Indicates if the specified element meets the filter criteria.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
canPass in interface ITinFilter
Parameters:
pElement - A reference to a com.esri.arcgis.geodatabase.ITinElement (in)
Returns:
The pbCanPass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataElementsOnly

public void setDataElementsOnly(boolean pbDataElementsOnly)
                         throws IOException,
                                AutomationException
Indicates whether the returned elements should be inside the data area.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
setDataElementsOnly in interface ITinFilter
Parameters:
pbDataElementsOnly - The pbDataElementsOnly (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDataElementsOnly

public boolean isDataElementsOnly()
                           throws IOException,
                                  AutomationException
Indicates whether the returned elements should be inside the data area.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
isDataElementsOnly in interface ITinFilter
Returns:
The pbDataElementsOnly
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCriteria

public void setCriteria(int pCriteria)
                 throws IOException,
                        AutomationException
The criteria of the filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
setCriteria in interface ITinNodeSourceFilter
Parameters:
pCriteria - The pCriteria (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCriteria

public int getCriteria()
                throws IOException,
                       AutomationException
The criteria of the filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getCriteria in interface ITinNodeSourceFilter
Returns:
The pCriteria
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interfaceSupportsErrorInfo

public void interfaceSupportsErrorInfo(GUID riid)
                                throws IOException,
                                       AutomationException
interfaceSupportsErrorInfo

Description

Indicates whether the interface supports IErrorInfo.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
interfaceSupportsErrorInfo in interface ISupportErrorInfo
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.