com.esri.arcgis.carto
Interface IRasterBasemapLayerFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterBasemapLayerFactory

public interface IRasterBasemapLayerFactory
extends Serializable

Provides access to members of a raster basemap layer.

Product Availability

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


Method Summary
 IRasterBasemapLayer create(IRasterLayer layer)
          Create a Raster Basemap Layer.
 IRasterBasemapLayer createFromMosaicLayer(IMosaicLayer layer)
          Create a Raster Basemap Layer.
 

Method Detail

create

IRasterBasemapLayer create(IRasterLayer layer)
                           throws IOException,
                                  AutomationException
Create a Raster Basemap Layer.

Product Availability

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

Parameters:
layer - A reference to a com.esri.arcgis.carto.IRasterLayer (in)
Returns:
A reference to a com.esri.arcgis.carto.IRasterBasemapLayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createFromMosaicLayer

IRasterBasemapLayer createFromMosaicLayer(IMosaicLayer layer)
                                          throws IOException,
                                                 AutomationException
Create a Raster Basemap Layer.

Product Availability

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

Parameters:
layer - A reference to a com.esri.arcgis.carto.IMosaicLayer (in)
Returns:
A reference to a com.esri.arcgis.carto.IRasterBasemapLayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.