RenderOptionKind Struct

Definition

Specifies the types of render options for map visualization.

public readonly struct RenderOptionKind : IEquatable<Azure.Analytics.PlanetaryComputer.RenderOptionKind>
type RenderOptionKind = struct
Public Structure RenderOptionKind
Implements IEquatable(Of RenderOptionKind)
Inheritance
RenderOptionKind
Implements

Constructors

Name Description
RenderOptionKind(String)

Initializes a new instance of RenderOptionKind.

Properties

Name Description
RasterTile

Raster tile rendering type.

VtLine

Vector tile line rendering type.

VtPolygon

Vector tile polygon rendering type.

Methods

Name Description
Equals(RenderOptionKind)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(RenderOptionKind, RenderOptionKind)

Determines if two RenderOptionKind values are the same.

Implicit(String to Nullable<RenderOptionKind>)
Implicit(String to RenderOptionKind)

Converts a string to a RenderOptionKind.

Inequality(RenderOptionKind, RenderOptionKind)

Determines if two RenderOptionKind values are not the same.

Applies to