Beispiel #1
0
 /// <summary>
 /// Creates a new poi with access point.
 /// </summary>
 public PoiWithAccessPoint()
 {
     this.sideOfRoadField  = SideOfRoad_Type.ON_ROAD_OR_UNKNOWN;
     this.orientationField = Orientation_Type.NO_ORIENTATION_OR_UNKNOWN;
 }
Beispiel #2
0
 /// <summary>
 /// Creates a new point along line.
 /// </summary>
 public PointAlongLine()
 {
     this.sideOfRoadField  = SideOfRoad_Type.ON_ROAD_OR_UNKNOWN;
     this.orientationField = Orientation_Type.NO_ORIENTATION_OR_UNKNOWN;
 }