|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageServerLayer3
Provides access to additional members that control an image server layer.
Method Summary | |
---|---|
IMosaicRule |
getMosaicRule()
The mosaic rule to be applied. |
IRenderingRule |
getRenderingRule()
The rendering rule to be applied. |
boolean |
isEnableCacheViewMode()
Enables the layer to draw using the service cahce if available. |
void |
setEnableCacheViewMode(boolean pEnabled)
Enables the layer to draw using the service cahce if available. |
void |
setMosaicRuleByRef(IMosaicRule ppMosaicRule)
The mosaic rule to be applied. |
void |
setRenderingRuleByRef(IRenderingRule ppRenderingRule)
The rendering rule to be applied. |
Method Detail |
---|
IMosaicRule getMosaicRule() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMosaicRuleByRef(IMosaicRule ppMosaicRule) throws IOException, AutomationException
ppMosaicRule
- A reference to a com.esri.arcgis.carto.IMosaicRule (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRenderingRule getRenderingRule() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRenderingRuleByRef(IRenderingRule ppRenderingRule) throws IOException, AutomationException
ppRenderingRule
- A reference to a com.esri.arcgis.carto.IRenderingRule (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEnableCacheViewMode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEnableCacheViewMode(boolean pEnabled) throws IOException, AutomationException
pEnabled
- The pEnabled (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 |