SpatialType Class

Definition

Defines values for SpatialType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialType>))]
public class SpatialType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialType>))>]
type SpatialType = class
    inherit ExpandableStringEnum<SpatialType>
Public Class SpatialType
Inherits ExpandableStringEnum(Of SpatialType)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

SpatialType()

Fields

LineString
MultiPolygon
Point
Polygon

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to