com.esri.arcgis.geodatabaseextensions
Interface ITerrainPyramidLevel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITerrainPyramidLevelProxy, TerrainPyramidLevelWindowSize, TerrainPyramidLevelZTolerance

public interface ITerrainPyramidLevel
extends java.io.Serializable

COM Interface 'ITerrainPyramidLevel'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to members of Terrain Pyramid Level.' 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 IID9ff889cd_ee5d_4093_9bf2_8384002d01a4
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID9ff889cd_ee5d_4093_9bf2_8384002d01a4

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

getPyramidType

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

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.

setResolution

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

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

getResolution

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

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

setMaxScale

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

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

getMaxScale

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

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