Show / Hide Table of Contents

Class PointAlongLineLocation

Represents a point along line location.

Inheritance
System.Object
PointAlongLineLocation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class PointAlongLineLocation : ILocation

Properties

First

Gets or sets the first location reference point.

Declaration
public LocationReferencePoint First { get; set; }
Property Value
LocationReferencePoint

Last

Gets or sets the last location reference point.

Declaration
public LocationReferencePoint Last { get; set; }
Property Value
LocationReferencePoint

NegativeOffsetPercentage

Gets or sets the negative offset percentage value (POFF).

Declaration
public float ? NegativeOffsetPercentage { get; set; }
Property Value
System.Nullable<System.Single>

Orientation

Gets or sets the Orientation (ORI).

Declaration
public Orientation? Orientation { get; set; }
Property Value
System.Nullable<Orientation>

PositiveOffsetPercentage

Gets or sets the positive offset percentage value (POFF).

Declaration
public float ? PositiveOffsetPercentage { get; set; }
Property Value
System.Nullable<System.Single>

SideOfRoad

Gets or sets the side of road information (SOR).

Declaration
public SideOfRoad? SideOfRoad { get; set; }
Property Value
System.Nullable<SideOfRoad>

Back to top Built by Itinero, MIT licensed.