com.esri.arcgis.geodatabase
Interface ITinPolyline

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITinPolylineProxy, TinPolyline

public interface ITinPolyline
extends java.io.Serializable

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

Description: 'Provides access to members that control TIN polyline characteristics.' 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 IID83a9e75c_a212_11d3_ab4b_0008c73fd50c
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID83a9e75c_a212_11d3_ab4b_0008c73fd50c

static final int IID83a9e75c_a212_11d3_ab4b_0008c73fd50c
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

asNodes

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

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

asEdges

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

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

asPolyline

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.