Exemplo n.º 1
0
 public int getLength() {
   return length.getValue();
 }
Exemplo n.º 2
0
 public int getHead() {
   return head.getValue();
 }
Exemplo n.º 3
0
 public int getTail() {
   return tail.getValue();
 }
Exemplo n.º 4
0
 public int getLongitude() {
   return longitude.getValue();
 }
Exemplo n.º 5
0
 public int getStartTime() {
   return startTime.getValue();
 }
Exemplo n.º 6
0
 public int getWindDirection() {
   return windDirection.getValue();
 }
Exemplo n.º 7
0
 public int getWindForce() {
   return windForce.getValue();
 }
Exemplo n.º 8
0
 public int getLatitude() {
   return latitude.getValue();
 }