SimpleRenderer
Base Type: FeatureRenderer
A class that contains a simple renderer.
Property |
Type |
Description |
---|---|---|
Description |
string |
The renderer description. |
Label |
string |
The renderer label. |
RotationField |
string |
The rotation field. |
RotationType |
The rotation type. | |
RotationTypeSpecified |
bool |
Indicates if RotationType is specified. |
Symbol |
The Symbol used to draw each feature. | |
TransparencyField |
string |
The transparency field. |
Remarks
This renderer draws each feature using the same symbol. The symbol typically matches the geometry of the layer so that fill symbols are used for drawing polygons, line symbols for drawing lines and marker symbols for drawing points.
A symbol can be rotated if it is a marker symbol or made transparent if it is a fill symbol. The amount of rotation or transparency is determined by feature value of the attributed field specified by RotationField or TransparencyField associated with each feature.
RotationType defines which of two conventions for rotation angles is used.
A label property states what that symbol means. For example, a black circular marker symbol represents "Cities". The description property provides further explanatory text.