com.esri.arcgis.carto
Interface IRasterBasemapLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterBasemapLayerProxy, RasterBasemapLayer

public interface IRasterBasemapLayer
extends java.io.Serializable

COM Interface 'IRasterBasemapLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members of a raster basemap layer.' 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 IID15d37a11_858b_4823_8dce_16ae6c140b3d
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID15d37a11_858b_4823_8dce_16ae6c140b3d

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

getRasterLayer

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

Returns:
A reference to a com.esri.arcgis.carto.IRasterLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransparency

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

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

setTransparency

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

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

hasMosaicLayer

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

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

getMosaicLayer

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

Returns:
A reference to a com.esri.arcgis.carto.IMosaicLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.