com.esri.arcgis.geodatabaseextensions
Interface ITerrainPyramidLevel

All Superinterfaces:
Serializable
All Known Implementing Classes:
TerrainPyramidLevelWindowSize, TerrainPyramidLevelZTolerance

public interface ITerrainPyramidLevel
extends Serializable

Provides access to members of Terrain Pyramid Level.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getMaxScale()
          The maximum scale this pyramid level associated with.
 int getPyramidType()
          The pyramid type of this pyramid level associated with.
 double getResolution()
          The resolution this pyramid level associated with.
 void setMaxScale(int pScale)
          The maximum scale this pyramid level associated with.
 void setResolution(double pResolution)
          The resolution this pyramid level associated with.
 

Method Detail

getPyramidType

int getPyramidType()
                   throws IOException,
                          AutomationException
The pyramid type of this pyramid level associated with.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setResolution

void setResolution(double pResolution)
                   throws IOException,
                          AutomationException
The resolution this pyramid level associated with.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getResolution

double getResolution()
                     throws IOException,
                            AutomationException
The resolution this pyramid level associated with.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setMaxScale

void setMaxScale(int pScale)
                 throws IOException,
                        AutomationException
The maximum scale this pyramid level associated with.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getMaxScale

int getMaxScale()
                throws IOException,
                       AutomationException
The maximum scale this pyramid level associated with.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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