C# Класс ArcMapAddinVisibility.ViewModels.LLOSViewModel

Наследование: LOSBaseViewModel
Показать файл Открыть проект

Открытые методы

Метод Описание
LLOSViewModel ( ) : System

Приватные методы

Метод Описание
CreateMapElement ( ) : void

Here we need to create the lines of sight and determine is a target can be seen or not Visualize the visible targets with GREEN circles Visualize the non visible targets with RED circles Visualize the number of observers that can see a target with a label # Visualize an observer that can see no targets with a RED circle on top of a BLUE circle Visualize an observer that can see at least one target with a GREEN circle on top of a BLUE circle

DeleteTargetPoints ( List targets ) : void
OnDeleteAllPointsCommand ( object obj ) : void
OnDeletePointCommand ( object obj ) : void
OnDisplayCoordinateTypeChanged ( object obj ) : void
OnNewMapPointEvent ( object obj ) : void
OnSubmitCommand ( object obj ) : void

Method to handle the Submit/OK button command

Reset ( bool toolReset ) : void
UpdateTargetObserverCount ( int>.Dictionary dict, IPoint targetPoint ) : void
VisualizeTargets ( int>.Dictionary dict ) : void

Описание методов

LLOSViewModel() публичный Метод

public LLOSViewModel ( ) : System
Результат System