com.esri.arcgis.geodatabase
Interface ITinPolygon

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITinPolygonProxy, TinPolygon

public interface ITinPolygon
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDaddda5ca_a214_11d3_ab4b_0008c73fd50c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDaddda5ca_a214_11d3_ab4b_0008c73fd50c

static final int IIDaddda5ca_a214_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 polygon 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 polygon 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.

asTriangles

IEnumTinTriangle asTriangles()
                             throws java.io.IOException,
                                    AutomationException
The specified polygon as its constituent triangles.

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

asPolygon

IPolygon asPolygon(ITinFilter pNodeFilter,
                   boolean bGetZ)
                   throws java.io.IOException,
                          AutomationException
The specified polygon as polygon 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.IPolygon
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.