com.esri.arcgis.carto
Class RasterBasemapLayerFactory

java.lang.Object
  extended by com.esri.arcgis.carto.RasterBasemapLayerFactory
All Implemented Interfaces:
IRasterBasemapLayerFactory, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class RasterBasemapLayerFactory
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IRasterBasemapLayerFactory

Factory to create Raster Basemap Layers

Product Availability

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

See Also:
Serialized Form

Constructor Summary
RasterBasemapLayerFactory()
          Constructs a RasterBasemapLayerFactory using ArcGIS Engine.
RasterBasemapLayerFactory(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterBasemapLayerFactory theRasterBasemapLayerFactory = (RasterBasemapLayerFactory) obj;
 
Method Summary
 IRasterBasemapLayer create(IRasterLayer layer)
          Create a Raster Basemap Layer.
 IRasterBasemapLayer createFromMosaicLayer(IMosaicLayer layer)
          Create a Raster Basemap Layer.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

RasterBasemapLayerFactory

public RasterBasemapLayerFactory()
                          throws IOException,
                                 UnknownHostException
Constructs a RasterBasemapLayerFactory using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

RasterBasemapLayerFactory

public RasterBasemapLayerFactory(Object obj)
                          throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterBasemapLayerFactory theRasterBasemapLayerFactory = (RasterBasemapLayerFactory) obj;

Construct a RasterBasemapLayerFactory using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to RasterBasemapLayerFactory.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

create

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

Product Availability

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

Specified by:
create in interface IRasterBasemapLayerFactory
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

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

Product Availability

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

Specified by:
createFromMosaicLayer in interface IRasterBasemapLayerFactory
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.