SpatialType Struct
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.
Indicates the spatial type of index.
public struct SpatialType : IEquatable<Azure.ResourceManager.CosmosDB.Models.SpatialType>
type SpatialType = struct
Public Structure SpatialType
Implements IEquatable(Of SpatialType)
- Inheritance
-
System.ValueTypeSpatialType
- Implements
-
System.IEquatable<SpatialType>
Constructors
SpatialType(String) |
Determines if two SpatialType values are the same. |
Properties
LineString |
LineString. |
MultiPolygon |
MultiPolygon. |
Point |
Point. |
Polygon |
Polygon. |
Methods
Equals(SpatialType) | System.IEquatable`1.Equals(`0) |
ToString() | System.ValueType.ToString |
Operators
Equality(SpatialType, SpatialType) |
Determines if two SpatialType values are the same. |
Implicit(String to SpatialType) |
Converts a string to a SpatialType. |
Inequality(SpatialType, SpatialType) |
Determines if two SpatialType values are not the same. |