public interface IDETerrainWindowSize
extends java.io.Serializable
Description: 'Provides access to members of Terrain Data Element.' 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 |
IID62b845f1_6b66_406d_870d_2afd3c00dc48 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMethod()
The method used by the windowsize filter to select points.
|
double |
getZThreshold()
The maximum vertical displacement property associated with the secondary thinning filter.
|
int |
getZThresholdStrategy()
Controls how liberal secondary thinning is permitted to be.
|
void |
setMethod(int pMethod)
The method used by the windowsize filter to select points.
|
void |
setZThreshold(double pThreshold)
The maximum vertical displacement property associated with the secondary thinning filter.
|
void |
setZThresholdStrategy(int pStrategy)
Controls how liberal secondary thinning is permitted to be.
|
static final int IID62b845f1_6b66_406d_870d_2afd3c00dc48
static final int xxDummy
static final java.lang.String IID
void setMethod(int pMethod)
throws java.io.IOException,
AutomationException
pMethod - A com.esri.arcgis.geodatabaseextensions.esriTerrainWindowSizeMethod constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getMethod()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setZThreshold(double pThreshold)
throws java.io.IOException,
AutomationException
pThreshold - The pThreshold (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getZThreshold()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setZThresholdStrategy(int pStrategy)
throws java.io.IOException,
AutomationException
pStrategy - A com.esri.arcgis.geodatabaseextensions.esriTerrainZThresholdStrategy constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getZThresholdStrategy()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.