Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| <Type Name="LineString" FullName="Microsoft.Azure.Documents.Spatial.LineString"> | |
| <TypeSignature Language="C#" Value="public sealed class LineString : Microsoft.Azure.Documents.Spatial.Geometry, IEquatable<Microsoft.Azure.Documents.Spatial.LineString>" /> | |
| <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit LineString extends Microsoft.Azure.Documents.Spatial.Geometry implements class System.IEquatable`1<class Microsoft.Azure.Documents.Spatial.LineString>" /> | |
| <TypeSignature Language="DocId" Value="T:Microsoft.Azure.Documents.Spatial.LineString" /> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> | |
| <AssemblyVersion>1.14.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.16.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.17.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> | |
| <AssemblyVersion>1.5.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <Base> | |
| <BaseTypeName>Microsoft.Azure.Documents.Spatial.Geometry</BaseTypeName> | |
| </Base> | |
| <Interfaces> | |
| <Interface> | |
| <InterfaceName>System.IEquatable<Microsoft.Azure.Documents.Spatial.LineString></InterfaceName> | |
| </Interface> | |
| </Interfaces> | |
| <Docs> | |
| <summary> | |
| Represents a geometry consisting of connected line segments. | |
| </summary> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| <Members> | |
| <Member MemberName=".ctor"> | |
| <MemberSignature Language="C#" Value="public LineString (System.Collections.Generic.IList<Microsoft.Azure.Documents.Spatial.Position> coordinates);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IList`1<class Microsoft.Azure.Documents.Spatial.Position> coordinates) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Spatial.LineString.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Documents.Spatial.Position})" /> | |
| <MemberType>Constructor</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> | |
| <AssemblyVersion>1.14.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.16.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.17.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> | |
| <AssemblyVersion>1.5.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <Parameters> | |
| <Parameter Name="coordinates" Type="System.Collections.Generic.IList<Microsoft.Azure.Documents.Spatial.Position>" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="coordinates"> | |
| List of positions through which the line string goes. | |
| </param> | |
| <summary> | |
| Initializes a new instance of the <see cref="T:Microsoft.Azure.Documents.Spatial.LineString" /> class. | |
| </summary> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName=".ctor"> | |
| <MemberSignature Language="C#" Value="public LineString (System.Collections.Generic.IList<Microsoft.Azure.Documents.Spatial.Position> coordinates, Microsoft.Azure.Documents.Spatial.GeometryParams geometryParams);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IList`1<class Microsoft.Azure.Documents.Spatial.Position> coordinates, class Microsoft.Azure.Documents.Spatial.GeometryParams geometryParams) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Spatial.LineString.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Documents.Spatial.Position},Microsoft.Azure.Documents.Spatial.GeometryParams)" /> | |
| <MemberType>Constructor</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> | |
| <AssemblyVersion>1.14.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.16.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.17.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> | |
| <AssemblyVersion>1.5.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <Parameters> | |
| <Parameter Name="coordinates" Type="System.Collections.Generic.IList<Microsoft.Azure.Documents.Spatial.Position>" /> | |
| <Parameter Name="geometryParams" Type="Microsoft.Azure.Documents.Spatial.GeometryParams" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="coordinates"> | |
| The coordinates. | |
| </param> | |
| <param name="geometryParams"> | |
| Additional geometry parameters. | |
| </param> | |
| <summary> | |
| Initializes a new instance of the <see cref="T:Microsoft.Azure.Documents.Spatial.LineString" /> class. | |
| </summary> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="Equals"> | |
| <MemberSignature Language="C#" Value="public bool Equals (Microsoft.Azure.Documents.Spatial.LineString other);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool Equals(class Microsoft.Azure.Documents.Spatial.LineString other) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Spatial.LineString.Equals(Microsoft.Azure.Documents.Spatial.LineString)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> | |
| <AssemblyVersion>1.14.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.16.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.17.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> | |
| <AssemblyVersion>1.5.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Boolean</ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="other" Type="Microsoft.Azure.Documents.Spatial.LineString" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="other">LineString to compare to this <see cref="T:Microsoft.Azure.Documents.Spatial.LineString" />.</param> | |
| <summary> | |
| Determines if this <see cref="T:Microsoft.Azure.Documents.Spatial.LineString" /> is equal to the <paramref name="other" />. | |
| </summary> | |
| <returns> | |
| <c>true</c> if line strings are equal. <c>false</c> otherwise.</returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="Equals"> | |
| <MemberSignature Language="C#" Value="public override bool Equals (object obj);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object obj) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Spatial.LineString.Equals(System.Object)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> | |
| <AssemblyVersion>1.14.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.16.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.17.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> | |
| <AssemblyVersion>1.5.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Boolean</ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="obj" Type="System.Object" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="obj">The object to compare with the current object. </param> | |
| <summary> | |
| Determines whether the specified <see cref="T:Microsoft.Azure.Documents.Spatial.LineString" /> is equal to the current <see cref="T:Microsoft.Azure.Documents.Spatial.LineString" />. | |
| </summary> | |
| <returns> | |
| true if the specified object is equal to the current object; otherwise, false. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="GetHashCode"> | |
| <MemberSignature Language="C#" Value="public override int GetHashCode ();" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 GetHashCode() cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Spatial.LineString.GetHashCode" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> | |
| <AssemblyVersion>1.14.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.16.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.17.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> | |
| <AssemblyVersion>1.5.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Int32</ReturnType> | |
| </ReturnValue> | |
| <Parameters /> | |
| <Docs> | |
| <summary> | |
| Serves as a hash function for the <see cref="T:Microsoft.Azure.Documents.Spatial.LineString" /> type. | |
| </summary> | |
| <returns> | |
| A hash code for the current <see cref="T:Microsoft.Azure.Documents.Spatial.LineString" />. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="Positions"> | |
| <MemberSignature Language="C#" Value="public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Azure.Documents.Spatial.Position> Positions { get; }" /> | |
| <MemberSignature Language="ILAsm" Value=".property instance class System.Collections.ObjectModel.ReadOnlyCollection`1<class Microsoft.Azure.Documents.Spatial.Position> Positions" /> | |
| <MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Spatial.LineString.Positions" /> | |
| <MemberType>Property</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName> | |
| <AssemblyVersion>1.14.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.16.0.0</AssemblyVersion> | |
| <AssemblyVersion>1.17.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName> | |
| <AssemblyVersion>1.5.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <Attributes> | |
| <Attribute> | |
| <AttributeName>Newtonsoft.Json.JsonProperty("coordinates", Order=1, Required=Newtonsoft.Json.Required.Always)</AttributeName> | |
| </Attribute> | |
| </Attributes> | |
| <ReturnValue> | |
| <ReturnType>System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Azure.Documents.Spatial.Position></ReturnType> | |
| </ReturnValue> | |
| <Docs> | |
| <summary> | |
| Gets line string positions. | |
| </summary> | |
| <value> | |
| Positions of the line string. | |
| </value> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| </Members> | |
| </Type> |