public interface ITinNode extends ITinElement, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID3e541321_1132_11d2_92f7_444553540000 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID3e541320_1132_11d2_92f7_444553540000
Modifier and Type | Method and Description |
---|---|
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.
|
getIndex, getTagValue, getTheTin, init, isEmpty, isInsideDataArea, setEmpty
static final int IID3e541321_1132_11d2_92f7_444553540000
static final int xxDummy
static final java.lang.String IID
double getX() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getY() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getZ() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryAsPoint(IPoint pPoint) throws java.io.IOException, AutomationException
pPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryAsWKSPointZ(_WKSPointZ[] pPoint) throws java.io.IOException, AutomationException
pPoint
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITinNodeArray getAdjacentNodes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITinEdgeArray getIncidentEdges() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITinTriangleArray getIncidentTriangles() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPolygon getVoronoiRegion(IPolygon pClippingPolygon) throws java.io.IOException, AutomationException
pClippingPolygon
- A reference to a com.esri.arcgis.geometry.IPolygon (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.