Mise à jour de VisibilityCone authored by Julien LEBLOND's avatar Julien LEBLOND
...@@ -2,6 +2,8 @@ This page describes the content of a CZML document. Please read [How to get star ...@@ -2,6 +2,8 @@ This page describes the content of a CZML document. Please read [How to get star
#Visibility Cone #Visibility Cone
** A VISIBILITY CONE MUST BE CREATED BEFORE A LINE OF VISIBILITY IS CREATED IF DONE MANUALLY **
**Extends** : [CZMLPrimaryObject](CZMLPrimaryObject) **Extends** : [CZMLPrimaryObject](CZMLPrimaryObject)
**Example** : **Example** :
...@@ -90,3 +92,7 @@ new VisibilityCone visibilityCone = new VisibilityCone(topocentricFrame, satelli ...@@ -90,3 +92,7 @@ new VisibilityCone visibilityCone = new VisibilityCone(topocentricFrame, satelli
```Java ```Java
new VisibilityCone visibilityCone = new VisibilityCone(topocentricFrame, satellite, header, angleOfAperture); new VisibilityCone visibilityCone = new VisibilityCone(topocentricFrame, satellite, header, angleOfAperture);
``` ```
# Functions
noDisplay() - void : Allows the user to not display the visibility cone
\ No newline at end of file