com.esri.arcgis.geodatabase
Interface IRasterLODInfos2
- All Superinterfaces:
- IRasterLODInfos, java.io.Serializable
- All Known Implementing Classes:
- IRasterLODInfos2Proxy
public interface IRasterLODInfos2
- extends IRasterLODInfos, java.io.Serializable
COM Interface 'IRasterLODInfos2'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Method Summary |
int |
snap2(double dx,
double dy,
int hint)
Snaps a given cellsize to a proper Level Of Details. |
IID85bc9bc4_a306_45cf_a2ef_2c9603d7b13d
static final int IID85bc9bc4_a306_45cf_a2ef_2c9603d7b13d
- 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
snap2
int snap2(double dx,
double dy,
int hint)
throws java.io.IOException,
AutomationException
- Snaps a given cellsize to a proper Level Of Details.
- Parameters:
dx
- The dx (in)dy
- The dy (in)hint
- A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant (in)
- Returns:
- The level
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.