Exemplo n.º 1
0
 public sphereType() {
     this.radius_unitField = posUnitType.deg;
 }
Exemplo n.º 2
0
 public geodType() {
     this.radiusField = 6378140D;
     this.inv_flatteningField = 298.257D;
     this.unitField = posUnitType.m;
 }
Exemplo n.º 3
0
 public velocitySphereType() {
     this.radius_unitField = posUnitType.deg;
 }