NamedStyle Class
Specifies a named style.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class NamedStyle : EngineObject
Remarks
Named styles in Carmenta Engine can be seen as simple flags that can be assigned to views and layers, to enable or disable different visualization styles. A NamedStyle object represents such a style, with a style name and some metadata like a display name and a description.
The styles may be defined by remote WMS or WMTS services, or defined in Carmenta Studio in local .px configuration files. Note that the View.NamedStyles and Layer.NamedStyles properties are only used to inform the application of which styles are available. How to actually implement a style in a configuration file is a different matter, please see View.EnableStyle and Layer.EnableStyle for more information.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
NamedStyle
Platforms
Windows, Linux, Android
NamedStyle Members
The NamedStyle type has the following members.
Constructors
Name | Description |
---|---|
NamedStyle | Initializes a new instance of the NamedStyle class. |
Properties
Name | Description |
---|---|
Description | Gets or sets a short description of the style. |
DisplayName | Gets or sets a display name for the style. |
IsDisposed | Gets a value that tells whether the current NamedStyle has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the style |
NativeHandle | Gets the native Carmenta Engine kernel object the current NamedStyle represents. Inherited from EngineObject |
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 |
GetLocalizedDescription | Gets a localized version of the style description in a specific language. |
GetLocalizedDisplayName | Gets a localized version of the style display name in a specific language. |
HasLocalizedDescription | Checks if a localized version of the style description is available in a specific language. |
HasLocalizedDisplayName | Checks if a localized version of the style display name is available in a specific language. |
SetLocalizedDescription | Sets a style description in a specific language. |
SetLocalizedDisplayName | Sets a style display name in a specific language. |