com.esri.arcgis.carto
Interface IFeatureLayerDrawingDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FeatureLayerDrawingDescription, IFeatureLayerDrawingDescriptionProxy

public interface IFeatureLayerDrawingDescription
extends java.io.Serializable

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

Description: 'Provides access to the FeatureLayer drawing options.' 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 IID558e4224_d1e8_43ba_8057_02317e7f8a5e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeatureRenderer getFeatureRenderer()
          FeatureRenderer used to represent symbology of a feature layer.
 boolean isScaleSymbols()
          Indicates if symbols are scaled for the layer.
 void setFeatureRendererByRef(IFeatureRenderer ppRenderer)
          FeatureRenderer used to represent symbology of a feature layer.
 void setScaleSymbols(boolean scale)
          Indicates if symbols are scaled for the layer.
 

Field Detail

IID558e4224_d1e8_43ba_8057_02317e7f8a5e

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

getFeatureRenderer

IFeatureRenderer getFeatureRenderer()
                                    throws java.io.IOException,
                                           AutomationException
FeatureRenderer used to represent symbology of a feature layer.

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

setFeatureRendererByRef

void setFeatureRendererByRef(IFeatureRenderer ppRenderer)
                             throws java.io.IOException,
                                    AutomationException
FeatureRenderer used to represent symbology of a feature layer.

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

isScaleSymbols

boolean isScaleSymbols()
                       throws java.io.IOException,
                              AutomationException
Indicates if symbols are scaled for the layer.

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

setScaleSymbols

void setScaleSymbols(boolean scale)
                     throws java.io.IOException,
                            AutomationException
Indicates if symbols are scaled for the layer.

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