MGISManager

MGIS Management class

After the object structure is constructed, it will be automatically bound to the scene.

new SuperMap3D.MGISManager(options)

Name Type Description
options Object initialization parameters
Name Type Description
scene Scene Current 3D scene
serverUrl String Plot service address
Example:

    // Binding the management class to the current scene, generally a scene binding a management class
    let mGISManager = new SuperMap3D.MGISManager({ scene: scene, serverUrl:  serverUrl});

Members

animationManager : GOAnimationManager

Dynamic Plotting Situation Deduction Manager

effectLayers : EffectLayers

effect layer collection class

movingTargetLayers : MovingTargetLayers

Moving target layer collection class

plottingServerUrl : String

Dynamic Plot Service Address

property : Property

Get property class object

sitDataManager : SitDataManager

Dynamic plotting situation map manager

symbolLibManager : SymbolLibManager

Dynamic Plotting Symbol Library Manager