/// <summary>
        /// Create a new treeObservation object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="lat">Initial value of the lat property.</param>
        /// <param name="longitude">Initial value of the longitude property.</param>
        /// <param name="radius">Initial value of the radius property.</param>
        /// <param name="date">Initial value of the date property.</param>
        public static treeObservation CreatetreeObservation(global::System.Int32 id, global::System.Single lat, global::System.Single longitude, global::System.Single radius, global::System.DateTime date)
        {
            treeObservation treeObservation = new treeObservation();

            treeObservation.Id        = id;
            treeObservation.lat       = lat;
            treeObservation.longitude = longitude;
            treeObservation.radius    = radius;
            treeObservation.date      = date;
            return(treeObservation);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the treeObservations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotreeObservations(treeObservation treeObservation)
 {
     base.AddObject("treeObservations", treeObservation);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the treeObservations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotreeObservations(treeObservation treeObservation)
 {
     base.AddObject("treeObservations", treeObservation);
 }
 /// <summary>
 /// Create a new treeObservation object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="lat">Initial value of the lat property.</param>
 /// <param name="longitude">Initial value of the longitude property.</param>
 /// <param name="radius">Initial value of the radius property.</param>
 /// <param name="date">Initial value of the date property.</param>
 public static treeObservation CreatetreeObservation(global::System.Int32 id, global::System.Single lat, global::System.Single longitude, global::System.Single radius, global::System.DateTime date)
 {
     treeObservation treeObservation = new treeObservation();
     treeObservation.Id = id;
     treeObservation.lat = lat;
     treeObservation.longitude = longitude;
     treeObservation.radius = radius;
     treeObservation.date = date;
     return treeObservation;
 }