CustomLegendItem Class
Represents a legend item displaying a set of user-defined features.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class CustomLegendItem : LegendItem
Remarks
The simple classes of legend items generates an image from a single point, line or polygon, chosen from a set of predefined shapes.
To generate a more complex image, you can create a set of features yourself, and attach them to a CustomLegendItem.
The inherited attribute set will be ignored, since each feature can have its own set of attributes.
The features should be expressed in pixel coordinates, where (0, 0) is the upper left corner of the image, and x grows to the right and y grows downwards. That is, the Crs of the features should be the Crs.ScreenCoordinateSystem. Actually, it is permitted to use negative coordinates for the features, but if you are going the Crop the image, the crop rectangle will have its upper left corner at (0, 0).
Before you start: note that it may be easier to use a ImageLegendItem, which just reads an image from file.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
LegendItem
CustomLegendItem
Platforms
Windows, Linux, Android
CustomLegendItem Members
The CustomLegendItem type has the following members.
Constructors
Name | Description |
---|---|
CustomLegendItem | Initializes a new instance of the CustomLegendItem class. |
Properties
Name | Description |
---|---|
Attributes | Gets the set of attributes for the feature of this CustomLegendItem. Inherited from LegendItem |
BackgroundColor | Gets or sets a color used as background for the image. Inherited from LegendItem |
Crop | Gets or set a flag whether the image should be cropped. Inherited from LegendItem |
Description | Gets or sets the description. Inherited from LegendItem |
Features | Gets the list of features used in the CustomLegendItem. |
Height | Gets or sets the image height in pixels. Inherited from LegendItem |
IsDisposed | Gets a value that tells whether the current CustomLegendItem has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the CustomLegendItem. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current CustomLegendItem represents. Inherited from EngineObject |
OutlineColor | Gets or sets a color used for a rectangular outline for the image. Inherited from LegendItem |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Visualizers | Gets the list of visualizers used to generate the image. Inherited from LegendItem |
Width | Gets or sets the image width in pixels. Inherited from LegendItem |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
GetImage | Overloaded. Saves the image to a memory buffer in PNG format. Inherited from LegendItem |
GetLocalizedDescription | Gets a localized version of the legend item description in a specific language. Inherited from LegendItem |
HasLocalizedDescription | Checks if a localized version of the legend item description is available in a specific language. Inherited from LegendItem |
SetLocalizedDescription | Sets the legend item description in a specific language. Inherited from LegendItem |