|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDETerrain
Provides access to members of Terrain Data Element.
Method Summary | |
---|---|
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. |
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(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(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. |
Method Detail |
---|
void setName(String pName) throws IOException, AutomationException
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTileSize(double pSize) throws IOException, AutomationException
pSize
- The pSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTileSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPyramidType(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.geodatabaseextensions.esriTerrainPyramidType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPyramidType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxOverviewTerrainPoints(int pcPoints) throws IOException, AutomationException
pcPoints
- The pcPoints (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxOverviewTerrainPoints() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxPointsPerShape(int pcPoints) throws IOException, AutomationException
pcPoints
- The pcPoints (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxPointsPerShape() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConfigurationKeyword(String pConfigKeyword) throws IOException, AutomationException
pConfigKeyword
- The pConfigKeyword (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getConfigurationKeyword() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |