com.esri.arcgis.carto
Interface IMapServerLegendClass

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapServerLegendClassProxy, MapServerLegendClass

public interface IMapServerLegendClass
extends java.io.Serializable

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

Description: 'Provides access to the Map Server Legend Class Interface.' 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 IID0ab95e54_7ebf_4de8_81eb_f383f21cc9b0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          The description string.
 java.lang.String getLabel()
          The label string.
 IImageResult getSymbolImage()
          The symbol image.
 IColor getTransparentColor()
          The transparent color used for the symbol image.
 

Field Detail

IID0ab95e54_7ebf_4de8_81eb_f383f21cc9b0

static final int IID0ab95e54_7ebf_4de8_81eb_f383f21cc9b0
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

getLabel

java.lang.String getLabel()
                          throws java.io.IOException,
                                 AutomationException
The label string.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The description string.

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

getSymbolImage

IImageResult getSymbolImage()
                            throws java.io.IOException,
                                   AutomationException
The symbol image.

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

getTransparentColor

IColor getTransparentColor()
                           throws java.io.IOException,
                                  AutomationException
The transparent color used for the symbol image.

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