|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureLayerSymbology
Provides access to members that control default feature layer symbology.
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 |
---|
boolean isCanSymbolize(IFeatureLayer featureLayer) throws IOException, AutomationException
featureLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getPriority() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void symbolize(IFeatureLayer featureLayer) throws IOException, AutomationException
featureLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (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 |