com.esri.arcgis.geodatabaseextensions
Interface IDETerrainWindowSize

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DETerrain, IDETerrainWindowSizeProxy

public interface IDETerrainWindowSize
extends java.io.Serializable

COM Interface 'IDETerrainWindowSize'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

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 =


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

Field Detail

IID62b845f1_6b66_406d_870d_2afd3c00dc48

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

setMethod

void setMethod(int pMethod)
               throws java.io.IOException,
                      AutomationException
The method used by the windowsize filter to select points.

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

getMethod

int getMethod()
              throws java.io.IOException,
                     AutomationException
The method used by the windowsize filter to select points.

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

setZThreshold

void setZThreshold(double pThreshold)
                   throws java.io.IOException,
                          AutomationException
The maximum vertical displacement property associated with the secondary thinning filter.

Parameters:
pThreshold - The pThreshold (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZThreshold

double getZThreshold()
                     throws java.io.IOException,
                            AutomationException
The maximum vertical displacement property associated with the secondary thinning filter.

Returns:
The pThreshold
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZThresholdStrategy

void setZThresholdStrategy(int pStrategy)
                           throws java.io.IOException,
                                  AutomationException
Controls how liberal secondary thinning is permitted to be.

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

getZThresholdStrategy

int getZThresholdStrategy()
                          throws java.io.IOException,
                                 AutomationException
Controls how liberal secondary thinning is permitted to be.

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