PolygonCoordinates Class
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.
Polygon coordinates.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Spatial.Converters.PolygonCoordinatesJsonConverter))]
[System.Runtime.Serialization.DataContract]
public sealed class PolygonCoordinates : IEquatable<Microsoft.Azure.Cosmos.Spatial.PolygonCoordinates>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Spatial.Converters.PolygonCoordinatesJsonConverter))>]
[<System.Runtime.Serialization.DataContract>]
type PolygonCoordinates = class
interface IEquatable<PolygonCoordinates>
Public NotInheritable Class PolygonCoordinates
Implements IEquatable(Of PolygonCoordinates)
- Inheritance
-
PolygonCoordinates
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute
- Implements
Constructors
PolygonCoordinates(IList<LinearRing>) |
Initializes a new instance of the PolygonCoordinates class. |
Properties
Rings |
Gets polygon rings. |
Methods
Equals(Object) |
Determines whether the specified PolygonCoordinates is equal to the current PolygonCoordinates. |
Equals(PolygonCoordinates) |
Determines if this PolygonCoordinates is equal to the |
GetHashCode() |
Serves as a hash function for a PolygonCoordinates. |
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET