public interface ITinPolyline
extends java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID83a9e75c_a212_11d3_ab4b_0008c73fd50c |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final int IID83a9e75c_a212_11d3_ab4b_0008c73fd50c
static final int xxDummy
static final java.lang.String IID
IEnumTinNode asNodes() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IEnumTinEdge asEdges() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IPolyline asPolyline(ITinFilter pNodeFilter, boolean bGetZ) throws java.io.IOException, AutomationException
pNodeFilter - A reference to a com.esri.arcgis.geodatabase.ITinFilter (in)bGetZ - The bGetZ (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.