|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IRasterBasemapLayerProxy
public class IRasterBasemapLayerProxy
Provides access to members of a raster basemap layer.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IRasterBasemapLayerProxy()
|
|
IRasterBasemapLayerProxy(Object obj)
|
protected |
IRasterBasemapLayerProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
void |
setTransparency(short pAlpha)
The transparency of Basemap Layer. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IRasterBasemapLayerProxy()
public IRasterBasemapLayerProxy(Object obj) throws IOException
IOException
protected IRasterBasemapLayerProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public IRasterLayer getRasterLayer() throws IOException, AutomationException
getRasterLayer
in interface IRasterBasemapLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getTransparency() throws IOException, AutomationException
getTransparency
in interface IRasterBasemapLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTransparency(short pAlpha) throws IOException, AutomationException
setTransparency
in interface IRasterBasemapLayer
pAlpha
- The pAlpha (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean hasMosaicLayer() throws IOException, AutomationException
hasMosaicLayer
in interface IRasterBasemapLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMosaicLayer getMosaicLayer() throws IOException, AutomationException
getMosaicLayer
in interface IRasterBasemapLayer
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 |