FeatureKind Struct

Definition

Type identifier for GeoJSON Feature objects.

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

Constructors

Name Description
FeatureKind(String)

Initializes a new instance of FeatureKind.

Properties

Name Description
Feature

Standard GeoJSON Feature type identifier.

Methods

Name Description
Equals(FeatureKind)

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(FeatureKind, FeatureKind)

Determines if two FeatureKind values are the same.

Implicit(String to FeatureKind)

Converts a string to a FeatureKind.

Implicit(String to Nullable<FeatureKind>)
Inequality(FeatureKind, FeatureKind)

Determines if two FeatureKind values are not the same.

Applies to