public interface IDETerrain
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 |
IID0911f2fb_4b12_4012_ae6b_94fad2d2084d |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
java.lang.String |
IDataElement_getName()
The name of the terrain.
|
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.
|
static final int IID0911f2fb_4b12_4012_ae6b_94fad2d2084d
static final int xxDummy
static final java.lang.String IID
void setName(java.lang.String pName)
throws java.io.IOException,
AutomationException
pName - The pName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String IDataElement_getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setTileSize(double pSize)
throws java.io.IOException,
AutomationException
pSize - The pSize (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getTileSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPyramidType(int pType)
throws java.io.IOException,
AutomationException
pType - A com.esri.arcgis.geodatabaseextensions.esriTerrainPyramidType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getPyramidType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMaxOverviewTerrainPoints(int pcPoints)
throws java.io.IOException,
AutomationException
pcPoints - The pcPoints (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getMaxOverviewTerrainPoints()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMaxPointsPerShape(int pcPoints)
throws java.io.IOException,
AutomationException
pcPoints - The pcPoints (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getMaxPointsPerShape()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setConfigurationKeyword(java.lang.String pConfigKeyword)
throws java.io.IOException,
AutomationException
pConfigKeyword - The pConfigKeyword (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getConfigurationKeyword()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.