com.esri.arcgis.geodatabase
Interface ITinEdgeTypeFilter

All Superinterfaces:
ITinFilter, java.io.Serializable
All Known Subinterfaces:
ITinEdgeTypeFilter2
All Known Implementing Classes:
ITinEdgeTypeFilter2Proxy, ITinEdgeTypeFilterProxy, TinEdgeTypeFilter

public interface ITinEdgeTypeFilter
extends ITinFilter, java.io.Serializable

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

Description: 'Provides access to members that control TIN edge type filters.' 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 IIDf9b595ae_a9a6_11d3_ab4b_0008c73fd50c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITinFilter
IID4eee3270_fa94_11d2_ae10_000000000000
 
Method Summary
 int getType()
          The edge type of the filter.
 void setType(int pType)
          The edge type of the filter.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITinFilter
canPass, isDataElementsOnly, setDataElementsOnly
 

Field Detail

IIDf9b595ae_a9a6_11d3_ab4b_0008c73fd50c

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

setType

void setType(int pType)
             throws java.io.IOException,
                    AutomationException
The edge type of the filter.

Parameters:
pType - A com.esri.arcgis.geodatabase.esriTinEdgeType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The edge type of the filter.

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