com.esri.arcgis.carto
Interface IImageServerLayer3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageServerLayer3Proxy, ImageServerLayer

public interface IImageServerLayer3
extends java.io.Serializable

COM Interface 'IImageServerLayer3'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to additional members that control an image server layer.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf1edb7a2_d4e4_47b6_886f_f778ac79f520
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDf1edb7a2_d4e4_47b6_886f_f778ac79f520

static final int IIDf1edb7a2_d4e4_47b6_886f_f778ac79f520
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getMosaicRule

IMosaicRule getMosaicRule()
                          throws java.io.IOException,
                                 AutomationException
The mosaic rule to be applied.

Returns:
A reference to a com.esri.arcgis.carto.IMosaicRule
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicRuleByRef

void setMosaicRuleByRef(IMosaicRule ppMosaicRule)
                        throws java.io.IOException,
                               AutomationException
The mosaic rule to be applied.

Parameters:
ppMosaicRule - A reference to a com.esri.arcgis.carto.IMosaicRule (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRenderingRule

IRenderingRule getRenderingRule()
                                throws java.io.IOException,
                                       AutomationException
The rendering rule to be applied.

Returns:
A reference to a com.esri.arcgis.carto.IRenderingRule
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRenderingRuleByRef

void setRenderingRuleByRef(IRenderingRule ppRenderingRule)
                           throws java.io.IOException,
                                  AutomationException
The rendering rule to be applied.

Parameters:
ppRenderingRule - A reference to a com.esri.arcgis.carto.IRenderingRule (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEnableCacheViewMode

boolean isEnableCacheViewMode()
                              throws java.io.IOException,
                                     AutomationException
Enables the layer to draw using the service cahce if available.

Returns:
The pEnabled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEnableCacheViewMode

void setEnableCacheViewMode(boolean pEnabled)
                            throws java.io.IOException,
                                   AutomationException
Enables the layer to draw using the service cahce if available.

Parameters:
pEnabled - The pEnabled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.