Aspose.Gis.Rendering.Labelings
Contents
[
Hide
]Aspose.Gis.Rendering.Labelings
namespace provides classes for configuring vector features labeling.
Classes
Class | Description |
---|---|
Labeling | The abstract root class for labelings, classes that describe how to place labels on features. |
LabelingRule | A user-defined rule for RuleBasedLabeling . |
LabelPlacement | Label placement specifies how labels are placed relatively to feature’s geometry. |
LineLabelPlacement | Line label placement places labels along line. |
NullLabeling | The NullLabeling skips labeling of a geometry it is applied to. |
PointLabelPlacement | Points label placement places labels near geometries centers. |
RuleBasedLabeling | Applies a labeling to feature according to user-defined rules. |
SimpleLabeling | A simple labeling places label on every feature. |
Enumeration
Enumeration | Description |
---|---|
FontStyle | Specifies style to be applied to text. |
LineLabelAlignment | Specifies how the label is aligned with the line. |
MultipartMode | Specifies how labels are rendered for features that contain multipart geometries. |