**id** - String : Identification of the covariance display object, *default* : "COV/{id of the object}".
**name** - String : Name of the covairance display, _default_ : "Covariance of {name of the object}".
**availability** - [TimeInterval](https://cesium.com/learn/cesiumjs/ref-doc/TimeInterval.html) : Time interval when the covariance display is displayed.
## Intrinsic arguments :
These arguments can be used to build a satellite object :
**satellite** - [Satellite](Satellite) : The satellite which the covariance display will be around.
**initCovariance** - [StateCovariance](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/propagation/StateCovariance.html) : An initial state covariance object to give the propagation of the covariance a initialisation.
**lof** - [LOF](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/frames/LOF.html) : The local orbital frame of the satellite.
**color** - [Color](https://docs.oracle.com/javase/8/docs/api/java/awt/Color.html) : The color of the ellipsoid used to represents the covariance.
**oem** - [Oem](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/files/ccsds/ndm/odm/oem/Oem.html) : An Orekit Oem file used as an input.
**ephemeris** - [List of TimeStampedPVCoordinates](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/files/ccsds/ndm/odm/oem/OemData.html#getEphemeridesDataLines()) : A list of TimeStampedPVCoordinates extracted from an Oem or another file, to get the ephemeris.
**position** - [Position](Position) : The absolute position of the ellipsoid built with the position object.
**ellipsoid** - [CzmlEllipsoid](CzmlEllipsoid) : The czml ellipsoid object used to built the ellipsoid to be displayed that represents the covariance.
**attitude** - [Attitude](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/attitudes/Attitude.html) : The attitude of the ellipsoid built with an Orkeit Attitude object.
## Other parameters
**referenceFrame** - String : The reference frame where the covariance is computed, *default* : "INERTIAL".
**positionReference** - [Reference](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/attitudes/Attitude.html) : The reference for the center of the position of the ellipsoid.
**orientationReference** - [Reference](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/attitudes/Attitude.html) : The reference for the orientation of the ellipsoid.
**allSpaceCraftState** - [List of SpacecraftState](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/propagation/SpacecraftState.html) : A list of all the spacecraft state when the covariance is propagated.
**ellipsoidList** - [List of CzmlEllipsoid](CzmlEllipsoid) : When the covariance changes in time, several ellipsoids are computed, they are stored here.
**julianDates ** - [List of JulianDate](https://cesium.com/learn/cesiumjs/ref-doc/JulianDate.html) : A list of all the julian dates when the propagation of the covariance is computed.
**dimensionsOfEllipsoids** - [List of Cartesian](https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/Cartesian3Value) : A list of cartesian that represents the radius of the ellipsoids in the ITR frame.
**attitudes* - [List of Attitude](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/attitudes/Attitude.html) : A list of all the attitudes of all the ellipsoids, when the ellipsoid changes in time.
**satelliteCartesianList** - [List of Cartesian](https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/Cartesian3Value) : A list that contains all the position in cartesian of the satellite in the ITR frame.
**timeScale** - [TimeScale](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/time/TimeScale.html) : The time scale used for the covariance
**uniqueEllipsoid** - [CzmlEllipsoid](CzmlEllipsoid) : The ellipsoid used when only one ellipsoid is needed.
# Build
The CovarianceDisplay object can be build with :
* A [satellite](Satellite), an[initCovariance](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/propagation/StateCovariance.html), a [lof](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/frames/LOF.html) :
* A [satellite](Satellite), an[initCovariance](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/propagation/StateCovariance.html), a [lof](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/frames/LOF.html), a [color](https://docs.oracle.com/javase/8/docs/api/java/awt/Color.html) :
* An [oem](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/files/ccsds/ndm/odm/oem/Oem.html), a [lof](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/frames/LOF.html) :
* An [oem](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/files/ccsds/ndm/odm/oem/Oem.html), a [lof](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/frames/LOF.html), a [color](https://docs.oracle.com/javase/8/docs/api/java/awt/Color.html) :
* An [ephemeris](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/files/ccsds/ndm/odm/oem/OemData.html#getEphemeridesDataLines()), an
[initCovariance](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/propagation/StateCovariance.html), a [lof](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/frames/LOF.html) :
* An [ephemeris](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/files/ccsds/ndm/odm/oem/OemData.html#getEphemeridesDataLines()), an
[initCovariance](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/propagation/StateCovariance.html), a [lof](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/frames/LOF.html), a [color](https://docs.oracle.com/javase/8/docs/api/java/awt/Color.html) :
* A [position](Position), an [ellipsoid](CzmlEllipsoid), an [attitude](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/attitudes/Attitude.html) :
* An id, a name, a [position](Position), an [ellipsoid](CzmlEllipsoid), an [attitude](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/attitudes/Attitude.html) :