C# Class csDataServerPlugin.dsOverlayLayer

Inheritance: ElementLayer, IdsChildLayer
Datei anzeigen Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
AddPoi ( PoI p ) : void
RemovePoi ( PoI p ) : void
UpdatePoi ( PoI p ) : void
dsOverlayLayer ( IServiceLayer layer ) : System.Windows

Method Details

AddPoi() public method

public AddPoi ( PoI p ) : void
p DataServer.PoI
return void

RemovePoi() public method

public RemovePoi ( PoI p ) : void
p DataServer.PoI
return void

UpdatePoi() public method

public UpdatePoi ( PoI p ) : void
p DataServer.PoI
return void

dsOverlayLayer() public method

public dsOverlayLayer ( IServiceLayer layer ) : System.Windows
layer IServiceLayer
return System.Windows