public interface IMosaicLODInfos
extends java.io.Serializable
Description: 'Provides access to members that control mosaic LOD information.' 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 |
IIDdfd25c61_79f5_4735_8cbc_1606947acfde |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(double resolution,
double lOD)
Adds a LOD.
|
void |
empty()
Empties all LODs.
|
void |
get(int index,
double[] pResolution,
double[] pLOD)
Queries a LOD.
|
double |
getDeviceDpi()
The device DPI.
|
double |
getDpi()
The DPI at which the raster is generated.
|
int |
getNumLevels()
The number of levels.
|
void |
setDeviceDpi(double pDpi)
The device DPI.
|
void |
setDpi(double pDpi)
The DPI at which the raster is generated.
|
void |
snap(double resolution,
int hint,
double[] pResolution,
double[] pLOD)
Snaps to a LOD.
|
static final int IIDdfd25c61_79f5_4735_8cbc_1606947acfde
static final int xxDummy
static final java.lang.String IID
int getNumLevels()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void add(double resolution,
double lOD)
throws java.io.IOException,
AutomationException
resolution - The resolution (in)lOD - The lOD (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void get(int index,
double[] pResolution,
double[] pLOD)
throws java.io.IOException,
AutomationException
index - The index (in)pResolution - The pResolution (out: use single element array)pLOD - The pLOD (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void empty()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDpi(double pDpi)
throws java.io.IOException,
AutomationException
pDpi - The pDpi (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getDpi()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDeviceDpi(double pDpi)
throws java.io.IOException,
AutomationException
pDpi - The pDpi (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getDeviceDpi()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void snap(double resolution,
int hint,
double[] pResolution,
double[] pLOD)
throws java.io.IOException,
AutomationException
resolution - The resolution (in)hint - A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant (in)pResolution - The pResolution (out: use single element array)pLOD - The pLOD (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.