Class ReferencedPointAlongLine
Represents a referenced point along line location with a graph as a reference.
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 ReferencedPointAlongLine : ReferencedLocation
Properties
EdgeMeta
Gets or sets the edge meta.
Declaration
public EdgeMeta EdgeMeta { get; set; }
Property Value
EdgeMeta
|
Latitude
Gets or sets the latitude.
Declaration
public float Latitude { get; set; }
Property Value
System.Single
|
Longitude
Gets or sets the longitude.
Declaration
public float Longitude { get; set; }
Property Value
System.Single
|
Orientation
Gets or sets the orientation.
Declaration
public Orientation Orientation { get; set; }
Property Value
Orientation
|
Route
Gets or sets the route (vertex->edge->vertex->edge->vertex) associated with this location.
Declaration
public ReferencedLine Route { get; set; }
Property Value
ReferencedLine
|
Score
Holds an indication of accuracy.
Declaration
public Score Score { get; set; }
Property Value
Score
|
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public override object Clone()
Returns
System.Object
|