|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBasicSymbol
Provides access to methods that control the basic symbol.
Use IBasicSymbol to create a new BasicMarkerSymbol, BasicLineSymbol or BasicFillSymbol and insert into a representation rule using IRepresentationRule::InsertLayer method at a given index. Also you can use IRepresentationRule::Layer property to retrieve the basic symbol layer at a given index.
A geometric effect may exist at a basic symbol layer level. Use IGeometricEffect or IGeometricEffects interfaces to access and modify the geometric effects applied at this level.
| Method Summary | |
|---|---|
void |
draw(IOutputContext context,
IGeometry geometry,
IEnvelope envelope)
Draws the basic symbol. |
| Method Detail |
|---|
void draw(IOutputContext context,
IGeometry geometry,
IEnvelope envelope)
throws IOException,
AutomationException
context - A reference to a com.esri.arcgis.display.IOutputContext (in)geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)envelope - A reference to a com.esri.arcgis.geometry.IEnvelope (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 | ||||||||