Show / Hide Table of Contents

    Class MultiLineString

    A GeoJSON multi line string.

    Inheritance
    System.Object
    Geometry
    MultiLineString
    Inherited Members
    Geometry.Type
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Elements.GeoJSON
    Assembly: Hypar.Elements.dll
    Syntax
    public class MultiLineString : Geometry

    Constructors

    MultiLineString(Position[][])

    Construct a MultiLineString.

    Declaration
    public MultiLineString(Position[][] coordinates)
    Parameters
    Type Name Description
    Position[][] coordinates

    Properties

    Coordinates

    The coordinates of the geometry.

    Declaration
    [JsonProperty("coordinates")]
    public Position[][] Coordinates { get; }
    Property Value
    Type Description
    Position[][]