|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBasemapLayer
Provides access to members of a basemap layer.
This interface provides access to the management and helper functions of a basemap layer caches and layers.
| Method Summary | |
|---|---|
boolean |
canDraw()
Returns True, if the layer draws something. |
IBasemapSubLayer |
findLayerWrapper(ILayer pLayer)
Gets the wrapper for a layer. |
int |
getConversionStatus(ILayer layer)
Indicates the conversion status of a given layer. |
IBasemapSubLayer |
getLayerWrapper(ILayer layer)
Gets the wrapper for a layer. |
IArrayOfIShader |
getShaders()
Get array of pixel shaders. |
boolean |
hasSufficientMemory(int numberOfAdditionalBasemapLayers)
Returns if there is sufficient memory available for the Basemap Layer. |
void |
invalidateCache()
Invalidates layer's cache. |
void |
notifyLayerChanged(ILayer layer,
int eventHint,
IVariantArray eventParam)
Notify Base map Layer that one of its layers changed. |
void |
notifyMapPropertiesChanged(IMap pMap,
boolean reconvertAll)
Notify Base map Layer that the parent Map properties changed. |
void |
setShadersByRef(IArrayOfIShader shaders)
Get array of pixel shaders. |
| Method Detail |
|---|
void notifyLayerChanged(ILayer layer,
int eventHint,
IVariantArray eventParam)
throws IOException,
AutomationException
layer - A reference to a com.esri.arcgis.carto.ILayer (in)eventHint - A com.esri.arcgis.carto.esriLayerEventHint constant (in)eventParam - A reference to a com.esri.arcgis.system.IVariantArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getConversionStatus(ILayer layer)
throws IOException,
AutomationException
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IBasemapSubLayer getLayerWrapper(ILayer layer)
throws IOException,
AutomationException
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IBasemapSubLayer findLayerWrapper(ILayer pLayer)
throws IOException,
AutomationException
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean canDraw()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void invalidateCache()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArrayOfIShader getShaders()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShadersByRef(IArrayOfIShader shaders)
throws IOException,
AutomationException
shaders - A reference to a com.esri.arcgis.carto.IArrayOfIShader (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void notifyMapPropertiesChanged(IMap pMap,
boolean reconvertAll)
throws IOException,
AutomationException
pMap - A reference to a com.esri.arcgis.carto.IMap (in)reconvertAll - The reconvertAll (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean hasSufficientMemory(int numberOfAdditionalBasemapLayers)
throws IOException,
AutomationException
numberOfAdditionalBasemapLayers - The numberOfAdditionalBasemapLayers (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 | ||||||||