GeoJsonGeometryType Struct

Definition

GeoJSON geometry type.

public readonly struct GeoJsonGeometryType : IEquatable<Azure.Health.Insights.ClinicalMatching.GeoJsonGeometryType>
type GeoJsonGeometryType = struct
Public Structure GeoJsonGeometryType
Implements IEquatable(Of GeoJsonGeometryType)
Inheritance
GeoJsonGeometryType
Implements

Constructors

GeoJsonGeometryType(String)

Initializes a new instance of GeoJsonGeometryType.

Properties

Point

Point.

Methods

Equals(GeoJsonGeometryType)

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

Equality(GeoJsonGeometryType, GeoJsonGeometryType)

Determines if two GeoJsonGeometryType values are the same.

Implicit(String to GeoJsonGeometryType)

Converts a string to a GeoJsonGeometryType.

Inequality(GeoJsonGeometryType, GeoJsonGeometryType)

Determines if two GeoJsonGeometryType values are not the same.

Applies to