com.esri.arcgis.carto
Class IRasterBasemapLayerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IRasterBasemapLayerProxy
All Implemented Interfaces:
IRasterBasemapLayer, Externalizable, Serializable

public class IRasterBasemapLayerProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterBasemapLayer, Serializable

Provides access to members of a raster basemap layer.

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
  IRasterBasemapLayerProxy()
           
  IRasterBasemapLayerProxy(Object obj)
           
protected IRasterBasemapLayerProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IMosaicLayer getMosaicLayer()
          The mosaic layer that contains the raster layer in the basemap layer.
 IRasterLayer getRasterLayer()
          The Raster Layer in the Basemap Layer.
 short getTransparency()
          The transparency of Basemap Layer.
 boolean hasMosaicLayer()
          Indicates if the RasterBasemapLayer was created from a mosaic layer.
 void removeListener(String iidStr, Object theListener)
           
 void setTransparency(short pAlpha)
          The transparency of Basemap Layer.
 
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
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IRasterBasemapLayerProxy

public IRasterBasemapLayerProxy()

IRasterBasemapLayerProxy

public IRasterBasemapLayerProxy(Object obj)
                         throws IOException
Throws:
IOException

IRasterBasemapLayerProxy

protected IRasterBasemapLayerProxy(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 com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getRasterLayer

public IRasterLayer getRasterLayer()
                            throws IOException,
                                   AutomationException
The Raster Layer in the Basemap Layer.

Product Availability

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

Specified by:
getRasterLayer in interface IRasterBasemapLayer
Returns:
A reference to a com.esri.arcgis.carto.IRasterLayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransparency

public short getTransparency()
                      throws IOException,
                             AutomationException
The transparency of Basemap Layer.

Product Availability

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

Specified by:
getTransparency in interface IRasterBasemapLayer
Returns:
The pAlpha
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTransparency

public void setTransparency(short pAlpha)
                     throws IOException,
                            AutomationException
The transparency of Basemap Layer.

Product Availability

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

Specified by:
setTransparency in interface IRasterBasemapLayer
Parameters:
pAlpha - The pAlpha (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hasMosaicLayer

public boolean hasMosaicLayer()
                       throws IOException,
                              AutomationException
Indicates if the RasterBasemapLayer was created from a mosaic layer.

Product Availability

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

Specified by:
hasMosaicLayer in interface IRasterBasemapLayer
Returns:
The flag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicLayer

public IMosaicLayer getMosaicLayer()
                            throws IOException,
                                   AutomationException
The mosaic layer that contains the raster layer in the basemap layer.

Product Availability

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

Specified by:
getMosaicLayer in interface IRasterBasemapLayer
Returns:
A reference to a com.esri.arcgis.carto.IMosaicLayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.