|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.RasterBasemapLayerFactory
public class RasterBasemapLayerFactory
Factory to create Raster Basemap Layers
| 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 |
|---|
public RasterBasemapLayerFactory()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public RasterBasemapLayerFactory(Object obj)
throws IOException
RasterBasemapLayerFactory theRasterBasemapLayerFactory = (RasterBasemapLayerFactory) obj;
obj to RasterBasemapLayerFactory.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IRasterBasemapLayer create(IRasterLayer layer)
throws IOException,
AutomationException
create in interface IRasterBasemapLayerFactorylayer - A reference to a com.esri.arcgis.carto.IRasterLayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRasterBasemapLayer createFromMosaicLayer(IMosaicLayer layer)
throws IOException,
AutomationException
createFromMosaicLayer in interface IRasterBasemapLayerFactorylayer - A reference to a com.esri.arcgis.carto.IMosaicLayer (in)
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 | ||||||||