public interface IRasterLODInfos2 extends IRasterLODInfos, java.io.Serializable
Description: 'Provides access to additional members that control custom Level of Details.' 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 |
IID85bc9bc4_a306_45cf_a2ef_2c9603d7b13d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID2ee0f992_e4cb_429d_b663_7a12213b0cd1
Modifier and Type | Method and Description |
---|---|
int |
snap2(double dx,
double dy,
int hint)
Snaps a given cellsize to a proper Level Of Details.
|
getNumLevels, getResolution, snap
static final int IID85bc9bc4_a306_45cf_a2ef_2c9603d7b13d
static final int xxDummy
static final java.lang.String IID
int snap2(double dx, double dy, int hint) throws java.io.IOException, AutomationException
dx
- The dx (in)dy
- The dy (in)hint
- A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.