public interface ITinTriangleFilter extends ITinFilter, java.io.Serializable
Description: 'Provides access to members that control TIN triangle 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID4eee3279_fa94_11d2_ae10_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID4eee3270_fa94_11d2_ae10_000000000000
Modifier and Type | Method and Description |
---|---|
int |
getActiveBound()
The active boundaries of the filter.
|
ILongArray |
getClassBreakCodes()
The filter's numeric values used to represent each class.
|
IDoubleArray |
getClassBreaks()
The classification categories of the filter.
|
double |
getLowerBound()
The lower bound of the filter.
|
int |
getPropertyType()
The property that the filter classifies on.
|
double |
getUniqueValue()
The unique value of the filter.
|
double |
getUpperBound()
The upper bound of the filter.
|
void |
setActiveBound(int pType)
The active boundaries of the filter.
|
void |
setClassBreakCodesByRef(ILongArray ppCodes)
The filter's numeric values used to represent each class.
|
void |
setClassBreaksByRef(IDoubleArray ppBreaks)
The classification categories of the filter.
|
void |
setLowerBound(double pBound)
The lower bound of the filter.
|
void |
setPropertyType(int pType)
The property that the filter classifies on.
|
void |
setUniqueValue(double pValue)
The unique value of the filter.
|
void |
setUpperBound(double pBound)
The upper bound of the filter.
|
canPass, isDataElementsOnly, setDataElementsOnly
static final int IID4eee3279_fa94_11d2_ae10_000000000000
static final int xxDummy
static final java.lang.String IID
void setPropertyType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.geodatabase.esriTinTrianglePropertyType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPropertyType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLowerBound(double pBound) throws java.io.IOException, AutomationException
pBound
- The pBound (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getLowerBound() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUpperBound(double pBound) throws java.io.IOException, AutomationException
pBound
- The pBound (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getUpperBound() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClassBreaksByRef(IDoubleArray ppBreaks) throws java.io.IOException, AutomationException
ppBreaks
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getClassBreaks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClassBreakCodesByRef(ILongArray ppCodes) throws java.io.IOException, AutomationException
ppCodes
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getClassBreakCodes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUniqueValue(double pValue) throws java.io.IOException, AutomationException
pValue
- The pValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getUniqueValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setActiveBound(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.geodatabase.esriTinBoundType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getActiveBound() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.