com.esri.arcgis.geodatabase
Interface ITinNode

All Superinterfaces:
ITinElement, java.io.Serializable
All Known Subinterfaces:
ITinNode2
All Known Implementing Classes:
ITinNode2Proxy, ITinNodeProxy, TinNode

public interface ITinNode
extends ITinElement, java.io.Serializable

COM Interface 'ITinNode'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control TIN nodes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3e541321_1132_11d2_92f7_444553540000
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITinElement
IID3e541320_1132_11d2_92f7_444553540000
 
Method Summary
 ITinNodeArray getAdjacentNodes()
          Returns all nodes comprising triangles sharing the specified node.
 ITinEdgeArray getIncidentEdges()
          Returns all edges sharing the specified node.
 ITinTriangleArray getIncidentTriangles()
          Returns all triangles sharing the specified node.
 IPolygon getVoronoiRegion(IPolygon pClippingPolygon)
          Returns the Voronoi-polygon region of the specified node.
 double getX()
          The x-coordinate of the specified node.
 double getY()
          The y-coordinate of the specified node.
 double getZ()
          The z-coordinate of the specified node.
 void queryAsPoint(IPoint pPoint)
          Sets the node equal to a point.
 void queryAsWKSPointZ(_WKSPointZ[] pPoint)
          Sets the node equal to a point with a z value.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITinElement
getIndex, getTagValue, getTheTin, init, isEmpty, isInsideDataArea, setEmpty
 

Field Detail

IID3e541321_1132_11d2_92f7_444553540000

static final int IID3e541321_1132_11d2_92f7_444553540000
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getX

double getX()
            throws java.io.IOException,
                   AutomationException
The x-coordinate of the specified node.

Returns:
The x
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getY

double getY()
            throws java.io.IOException,
                   AutomationException
The y-coordinate of the specified node.

Returns:
The y
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZ

double getZ()
            throws java.io.IOException,
                   AutomationException
The z-coordinate of the specified node.

Returns:
The z
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryAsPoint

void queryAsPoint(IPoint pPoint)
                  throws java.io.IOException,
                         AutomationException
Sets the node equal to a point.

Parameters:
pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryAsWKSPointZ

void queryAsWKSPointZ(_WKSPointZ[] pPoint)
                      throws java.io.IOException,
                             AutomationException
Sets the node equal to a point with a z value.

Parameters:
pPoint - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAdjacentNodes

ITinNodeArray getAdjacentNodes()
                               throws java.io.IOException,
                                      AutomationException
Returns all nodes comprising triangles sharing the specified node.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITinNodeArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIncidentEdges

ITinEdgeArray getIncidentEdges()
                               throws java.io.IOException,
                                      AutomationException
Returns all edges sharing the specified node.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITinEdgeArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIncidentTriangles

ITinTriangleArray getIncidentTriangles()
                                       throws java.io.IOException,
                                              AutomationException
Returns all triangles sharing the specified node.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITinTriangleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVoronoiRegion

IPolygon getVoronoiRegion(IPolygon pClippingPolygon)
                          throws java.io.IOException,
                                 AutomationException
Returns the Voronoi-polygon region of the specified node.

Parameters:
pClippingPolygon - A reference to a com.esri.arcgis.geometry.IPolygon (in)
Returns:
A reference to a com.esri.arcgis.geometry.IPolygon
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.