com.esri.arcgis.geodatabase
Interface ITinPolyline

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITinPolylineProxy, TinPolyline

public interface ITinPolyline
extends Serializable

Provides access to members that control TIN polyline characteristics.

Product Availability

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


Method Summary
 IEnumTinEdge asEdges()
          The specified polyline as triangle edges.
 IEnumTinNode asNodes()
          The specified polyline as TIN nodes.
 IPolyline asPolyline(ITinFilter pNodeFilter, boolean bGetZ)
          The specified polyline as polyline geometry.
 

Method Detail

asNodes

IEnumTinNode asNodes()
                     throws IOException,
                            AutomationException
The specified polyline as TIN nodes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

asEdges

IEnumTinEdge asEdges()
                     throws IOException,
                            AutomationException
The specified polyline as triangle edges.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

asPolyline

IPolyline asPolyline(ITinFilter pNodeFilter,
                     boolean bGetZ)
                     throws IOException,
                            AutomationException
The specified polyline as polyline geometry.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
pNodeFilter - A reference to a com.esri.arcgis.geodatabase.ITinFilter (in)
bGetZ - The bGetZ (in)
Returns:
A reference to a com.esri.arcgis.geometry.IPolyline
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.