| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterBasemapLayer
Provides access to members of a raster basemap layer.
| Method Summary | |
|---|---|
 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 | 
setTransparency(short pAlpha)
The transparency of Basemap Layer.  | 
| Method Detail | 
|---|
IRasterLayer getRasterLayer()
                            throws IOException,
                                   AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getTransparency()
                      throws IOException,
                             AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTransparency(short pAlpha)
                     throws IOException,
                            AutomationException
pAlpha - The pAlpha  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean hasMosaicLayer()
                       throws IOException,
                              AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMosaicLayer getMosaicLayer()
                            throws IOException,
                                   AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||