com.esri.arcgis.geodatabaseextensions
Interface IDETerrain

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

public interface IDETerrain
extends java.io.Serializable

COM Interface 'IDETerrain'. 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 IID0911f2fb_4b12_4012_ae6b_94fad2d2084d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getConfigurationKeyword()
          The storage parameter used with SDE databases.
 int getMaxOverviewTerrainPoints()
          The maximum number of points in the most generalized representation of the Terrain.
 int getMaxPointsPerShape()
          The maximum number of vertices per multipoint stored in the terrain pyramid.
 java.lang.String getName()
          The name of the terrain.
 int getPyramidType()
          The kind of the pyramid as defined by the type of filter it uses to thin points.
 double getTileSize()
          The horizontal distance used to spatially index and partition terrain data.
 void setConfigurationKeyword(java.lang.String pConfigKeyword)
          The storage parameter used with SDE databases.
 void setMaxOverviewTerrainPoints(int pcPoints)
          The maximum number of points in the most generalized representation of the Terrain.
 void setMaxPointsPerShape(int pcPoints)
          The maximum number of vertices per multipoint stored in the terrain pyramid.
 void setName(java.lang.String pName)
          The name of the terrain.
 void setPyramidType(int pType)
          The kind of the pyramid as defined by the type of filter it uses to thin points.
 void setTileSize(double pSize)
          The horizontal distance used to spatially index and partition terrain data.
 

Field Detail

IID0911f2fb_4b12_4012_ae6b_94fad2d2084d

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

setName

void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
The name of the terrain.

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the terrain.

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

setTileSize

void setTileSize(double pSize)
                 throws java.io.IOException,
                        AutomationException
The horizontal distance used to spatially index and partition terrain data.

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

getTileSize

double getTileSize()
                   throws java.io.IOException,
                          AutomationException
The horizontal distance used to spatially index and partition terrain data.

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

setPyramidType

void setPyramidType(int pType)
                    throws java.io.IOException,
                           AutomationException
The kind of the pyramid as defined by the type of filter it uses to thin points.

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

getPyramidType

int getPyramidType()
                   throws java.io.IOException,
                          AutomationException
The kind of the pyramid as defined by the type of filter it uses to thin points.

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

setMaxOverviewTerrainPoints

void setMaxOverviewTerrainPoints(int pcPoints)
                                 throws java.io.IOException,
                                        AutomationException
The maximum number of points in the most generalized representation of the Terrain.

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

getMaxOverviewTerrainPoints

int getMaxOverviewTerrainPoints()
                                throws java.io.IOException,
                                       AutomationException
The maximum number of points in the most generalized representation of the Terrain.

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

setMaxPointsPerShape

void setMaxPointsPerShape(int pcPoints)
                          throws java.io.IOException,
                                 AutomationException
The maximum number of vertices per multipoint stored in the terrain pyramid.

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

getMaxPointsPerShape

int getMaxPointsPerShape()
                         throws java.io.IOException,
                                AutomationException
The maximum number of vertices per multipoint stored in the terrain pyramid.

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

setConfigurationKeyword

void setConfigurationKeyword(java.lang.String pConfigKeyword)
                             throws java.io.IOException,
                                    AutomationException
The storage parameter used with SDE databases.

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

getConfigurationKeyword

java.lang.String getConfigurationKeyword()
                                         throws java.io.IOException,
                                                AutomationException
The storage parameter used with SDE databases.

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