Commit 4640adda authored by iSergio's avatar iSergio
Browse files

Added Ellipsoid.default to allow a central place to specify a default...

Added Ellipsoid.default to allow a central place to specify a default ellipsoid value to be used throughout the API where an ellipsoid is not otherwise specified.
parent a2a478ca
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -30,6 +30,12 @@ public class Ellipsoid {
     */
    public static int packedLength;

    /**
     * The default ellipsoid used when not otherwise specified.
     */
    @JsProperty(name = "default")
    public static native Ellipsoid defaultEllipsoid();

    /**
     * An Ellipsoid instance initialized to a sphere with the lunar radius.
     */