RenderConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines visualization parameters for rendering data on a map.
public class RenderConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.RenderConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.RenderConfiguration>
type RenderConfiguration = class
interface IJsonModel<RenderConfiguration>
interface IPersistableModel<RenderConfiguration>
Public Class RenderConfiguration
Implements IJsonModel(Of RenderConfiguration), IPersistableModel(Of RenderConfiguration)
- Inheritance
-
RenderConfiguration
- Implements
Constructors
| Name | Description |
|---|---|
| RenderConfiguration(String, String) |
Initializes a new instance of RenderConfiguration. |
Properties
| Name | Description |
|---|---|
| Conditions |
A list of property/value conditions that must be in the active mosaic CQL for this render option to be enabled |
| Description |
A longer description of the render option that can be used to explain its content. |
| Id |
Unique identifier for the render option. |
| Kind |
The type of rendering to apply (raster or vector). |
| Legend |
Legend configuration for this render option. |
| MinZoom |
Minimum zoom level at which to display this layer. |
| Name |
Short descriptive name for the render option. |
| Options |
A URL query-string encoded string of TiTiler rendering options. Valid only for |
| VectorOptions |
Options for rendering vector tiles. Valid only for |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to RenderConfiguration) | |
| Implicit(RenderConfiguration to RequestContent) | |