com.esri.arcgis.geodatabase
Class IRasterLODInfos2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRasterLODInfosProxy
          extended by com.esri.arcgis.geodatabase.IRasterLODInfos2Proxy
All Implemented Interfaces:
IRasterLODInfos, IRasterLODInfos2, Externalizable, Serializable

public class IRasterLODInfos2Proxy
extends IRasterLODInfosProxy
implements IRasterLODInfos2, Serializable

Provides access to additional members that control custom Level of Details.

Description

This interface is new at ArcGIS 9.3. It supersedes IRasterLODInfos.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IRasterLODInfos2Proxy()
           
  IRasterLODInfos2Proxy(Object obj)
           
protected IRasterLODInfos2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void removeListener(String iidStr, Object theListener)
           
 int snap2(double dx, double dy, int hint)
          Snaps a given cellsize to a proper Level Of Details.
 
Methods inherited from class com.esri.arcgis.geodatabase.IRasterLODInfosProxy
getNumLevels, getResolution, snap
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterLODInfos
getNumLevels, getResolution, snap
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IRasterLODInfos2Proxy

public IRasterLODInfos2Proxy()

IRasterLODInfos2Proxy

public IRasterLODInfos2Proxy(Object obj)
                      throws IOException
Throws:
IOException

IRasterLODInfos2Proxy

protected IRasterLODInfos2Proxy(Object obj,
                                String iid)
                         throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IRasterLODInfosProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IRasterLODInfosProxy
Throws:
IOException

snap2

public int snap2(double dx,
                 double dy,
                 int hint)
          throws IOException,
                 AutomationException
Snaps a given cellsize to a proper Level Of Details.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
snap2 in interface IRasterLODInfos2
Parameters:
dx - The dx (in)
dy - The dy (in)
hint - A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant (in)
Returns:
The level
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.