public interface ITerrainPyramidLevel
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID9ff889cd_ee5d_4093_9bf2_8384002d01a4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID9ff889cd_ee5d_4093_9bf2_8384002d01a4
static final int xxDummy
static final java.lang.String IID
int getPyramidType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResolution(double pResolution) throws java.io.IOException, AutomationException
pResolution
- The pResolution (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxScale(int pScale) throws java.io.IOException, AutomationException
pScale
- The pScale (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.