[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orekit Developers] protected constructors in DifferentialOrbitConverter
- To: orekit-developers@orekit.org
- Subject: [Orekit Developers] protected constructors in DifferentialOrbitConverter
- From: "Petrus Hyvönen" <petrus.hyvonen@gmail.com>
- Date: Sun, 17 Jun 2012 15:28:02 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=WOkK5XsQj7FKWz1ntkb3p+cYyogErqzMeBgUXOl76TE=; b=qY2+FSmVV0CsiiO/WlRDlDZkKzHRGB3lv1J8/wAVrb2p9TF6LExb1DksyxqYql7NfE czGrOZ5Ww02FUG6+gO1x7fwEmVuncMJqxRKs7XJOGdEK4+Pol7C+3wLH0GQsztHkKkJX 2yq8jrbfETPajLbf24CAO+sKGstQa3VvoSlHkFl/q8cLA+FTx4EbdPXG5g1hfkktz7KE Xa8Ah8xO4nYyrGmDcsBQei3S7HrO0rH/Qq529ODDjywkH/ygIQFKSbSlhj/v8yCEArio tTloxSGGbrpTAbiLRZdaC8hRyx4sKGaUxcL59xsiFL77IHoK/aF6CZw6RAFIJMUM6oYQ nCwQ==
Hi,
I'm trying to get the TLE adaption working through my python wrapper, but came to some confused state.
Why is the DifferentialOrbitConverter constructor and method declared as protected (and not public)? I'm trying to access these externally, but this is maybe not the envisioned usage? I do not see in the unit test example that they are inherited, but the unit test is declared in the same package so it can access it directly.
Best Regards
/Petrus