com.esri.arcgis.geodatabase
Interface IRasterLODInfos

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterLODInfos2
All Known Implementing Classes:
IRasterLODInfos2Proxy, IRasterLODInfosProxy

public interface IRasterLODInfos
extends java.io.Serializable

COM Interface 'IRasterLODInfos'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2ee0f992_e4cb_429d_b663_7a12213b0cd1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getNumLevels()
          The number of levels of details.
 void getResolution(int level, double[] xResolution, double[] yResolution)
          Gets X and Y resolution (cellsize) at a given level.
 int snap(double dx, double dy)
          Snaps a given cellsize to a proper Level Of Details.
 

Field Detail

IID2ee0f992_e4cb_429d_b663_7a12213b0cd1

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

getNumLevels

int getNumLevels()
                 throws java.io.IOException,
                        AutomationException
The number of levels of details.

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

snap

int snap(double dx,
         double dy)
         throws java.io.IOException,
                AutomationException
Snaps a given cellsize to a proper Level Of Details.

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

getResolution

void getResolution(int level,
                   double[] xResolution,
                   double[] yResolution)
                   throws java.io.IOException,
                          AutomationException
Gets X and Y resolution (cellsize) at a given level.

Parameters:
level - The level (in)
xResolution - The xResolution (out: use single element array)
yResolution - The yResolution (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.