public interface ITinFilter
extends java.io.Serializable
Description: 'Provides access to members that control TIN filtering options.' 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 |
IID4eee3270_fa94_11d2_ae10_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
canPass(ITinElement pElement)
Indicates if the specified element meets the filter criteria.
|
boolean |
isDataElementsOnly()
Indicates whether the returned elements should be inside the data area.
|
void |
setDataElementsOnly(boolean pbDataElementsOnly)
Indicates whether the returned elements should be inside the data area.
|
static final int IID4eee3270_fa94_11d2_ae10_000000000000
static final int xxDummy
static final java.lang.String IID
boolean canPass(ITinElement pElement) throws java.io.IOException, AutomationException
pElement
- A reference to a com.esri.arcgis.geodatabase.ITinElement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDataElementsOnly(boolean pbDataElementsOnly) throws java.io.IOException, AutomationException
pbDataElementsOnly
- The pbDataElementsOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDataElementsOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.