com.esri.arcgis.carto
Interface IFeatureLayerSymbology

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultFeatureLayerSymbology, IMSFeatureLayerSymbology

public interface IFeatureLayerSymbology
extends Serializable

Provides access to members that control default feature layer symbology.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 double getPriority()
          Priority for the layer.
 boolean isCanSymbolize(IFeatureLayer featureLayer)
          Indicates if the feature layer can be symbolized.
 void symbolize(IFeatureLayer featureLayer)
          Symbolizes the specified feature layer with default symbology.
 

Method Detail

isCanSymbolize

boolean isCanSymbolize(IFeatureLayer featureLayer)
                       throws IOException,
                              AutomationException
Indicates if the feature layer can be symbolized.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
featureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
Returns:
The flag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPriority

double getPriority()
                   throws IOException,
                          AutomationException
Priority for the layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

symbolize

void symbolize(IFeatureLayer featureLayer)
               throws IOException,
                      AutomationException
Symbolizes the specified feature layer with default symbology.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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