|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.TinEdgeEnumerator
public class TinEdgeEnumerator
The ESRI TinEdgeEnumerator component.
The TinEdgeEnumerator object is used for iterative TinEdge processing on TINs. For example, to return all hard breakline edges in a TIN. TinFilters, like TinEdgeTypeFilter and TinDataElementFilter are used to control which edges are passed back by the enumerator. Custom, application specific, filters can be used as well.
The TinEdgeEnumerator object isn't co-creatable. Other functions are used to create it. Tin, TinPolyline, and TinPolygon objects can create and return TinEdgeEnumerators.
| Constructor Summary | |
|---|---|
TinEdgeEnumerator(Object obj)
Construct a TinEdgeEnumerator using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
int |
hashCode()
the hashcode for this object |
ITinEdge |
IEnumTinEdge_next()
Gets next edge element. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
ITinElement |
next()
Gets next element. |
void |
queryNext(ITinEdge pEdge)
Queries next edge element. |
void |
queryNext(ITinElement pElement)
Queries next element. |
void |
queryNextAsWKSPointZs(_WKSPointZ[] pFrom,
_WKSPointZ[] pTo,
boolean[] pbIsEnd)
Queries next edge element as a WKS point with z values. |
void |
reset()
Resets the enumerator. |
| 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 TinEdgeEnumerator(Object obj)
throws IOException
obj to TinEdgeEnumerator. *
TinEdgeEnumerator o = (TinEdgeEnumerator)obj; // will not work
TinEdgeEnumerator o = new TinEdgeEnumerator(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
TinEdgeEnumerator theTinEdgeEnumerator = (TinEdgeEnumerator) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void reset()
throws IOException,
AutomationException
reset in interface IEnumTinEdgereset in interface IEnumTinElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITinElement next()
throws IOException,
AutomationException
next in interface IEnumTinElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryNext(ITinElement pElement)
throws IOException,
AutomationException
queryNext in interface IEnumTinElementpElement - 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 ITinEdge IEnumTinEdge_next()
throws IOException,
AutomationException
IEnumTinEdge_next in interface IEnumTinEdgeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryNext(ITinEdge pEdge)
throws IOException,
AutomationException
queryNext in interface IEnumTinEdgepEdge - A reference to a com.esri.arcgis.geodatabase.ITinEdge (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryNextAsWKSPointZs(_WKSPointZ[] pFrom,
_WKSPointZ[] pTo,
boolean[] pbIsEnd)
throws IOException,
AutomationException
queryNextAsWKSPointZs in interface IEnumTinEdgepFrom - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)pTo - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)pbIsEnd - The pbIsEnd (out: use single element array)
IOException - 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 | ||||||||