public Geolocation(CAMProperties camera, GPSProperties gps) { this.camera = camera; this.gps = gps; this.nedFrame = new LNEDFrame(gps); this.camFrame = new CAMFrame(camera); }