public interface ITinPolygon
extends java.io.Serializable
Description: 'Provides access to members that control TIN polygon 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 |
IIDaddda5ca_a214_11d3_ab4b_0008c73fd50c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IEnumTinEdge |
asEdges()
The specified polygon as triangle edges.
|
IEnumTinNode |
asNodes()
The specified polygon as TIN nodes.
|
IPolygon |
asPolygon(ITinFilter pNodeFilter,
boolean bGetZ)
The specified polygon as polygon geometry.
|
IEnumTinTriangle |
asTriangles()
The specified polygon as its constituent triangles.
|
static final int IIDaddda5ca_a214_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.IEnumTinTriangle asTriangles() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPolygon asPolygon(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.