RenderOptionVectorOptions 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 parameters for vector tile rendering.
public class RenderOptionVectorOptions : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.RenderOptionVectorOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.RenderOptionVectorOptions>
type RenderOptionVectorOptions = class
interface IJsonModel<RenderOptionVectorOptions>
interface IPersistableModel<RenderOptionVectorOptions>
Public Class RenderOptionVectorOptions
Implements IJsonModel(Of RenderOptionVectorOptions), IPersistableModel(Of RenderOptionVectorOptions)
- Inheritance
-
RenderOptionVectorOptions
- Implements
Constructors
| Name | Description |
|---|---|
| RenderOptionVectorOptions(String, String) |
Initializes a new instance of RenderOptionVectorOptions. |
Properties
| Name | Description |
|---|---|
| FillColor |
Fill color for polygon features. |
| Filter |
MapBox GL filter expression to filter features. |
| SourceLayer |
Name of the source layer in the vector tiles. |
| StrokeColor |
Stroke color for line features. |
| StrokeWidth |
Width of line strokes in pixels. |
| TileJsonKey |
Asset key containing the TileJSON URL. |