The creator property is the SGWorld manufacturing object that creates objects such as polylines, labels and groups. All the create functions within the creator property return instances of an SGNode object.
It is possible (but not necessary) to append newly created nodes to the Skyline Globe Control node hierarchy, either directly to its root or to one of its descendants, using SGNode.appendChild method. This will allow to perform queries on the node hierarchy later and to save them to a file.
Methods
Name |
Description |
Creates a node of type group. |
|
Creates a new layer. |
|
Creates a new polyline object on the terrain. |
|
Creates a new polygon object on the terrain. |
|
Creates a new rectangle object on the terrain. |
|
Creates a new circle object on the terrain. |
|
Creates a new ellipse object on the terrain. |
|
Creates a new arc object on the terrain. |
|
Creates a new arrow object on the terrain. |
|
Creates a new 3D arrow object on the terrain. |
|
Creates a new sphere object on the terrain. |
|
Creates a new 3D polygon object on the terrain. |
|
Creates new building object on the terrain. |
|
Creates a new box object on the terrain. |
|
Creates a pyramid object on the terrain. |
|
Creates a cylinder object on the terrain. |
|
Creates a cone object on the terrain. |
|
Creates a new model from an external file on the terrain. |
|
Creates a new label composed of a text and an image on the terrain. |
|
Creates a new text label on the terrain. |
|
Creates a new label with an image only. |
|
Creates a new point of interest in the Skyline Globe world. |
|
Creates an object that defines content (e.g., HTML or simple text) that is displayed to the user when a certain events fire. |
|
Creates a new dynamic object that moves in a predefined path on the terrain. |
|
Creates an object shaped as a dome, elevated above the terrain. The threat dome object represents the volume covered by a radar station located at the base of the dome. |
|
Creates a geo-referenced, satellite or aerial image that overlays the terrain imagery |
|
Creates a geo-referenced elevation raster that replaces the elevation data of the terrain database |
|
Creates a Video OnTerrain object, to play a video movie on the terrain surface |