C# Класс SharpMap.Rendering.LabelCollisionDetection

Class defining delegate for label collision detection and static predefined methods
Показать файл Открыть проект

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

Метод Описание
SimpleCollisionDetection ( List labels ) : void

Simple and fast label collision detection.

ThoroughCollisionDetection ( List labels ) : void

Thorough label collision detection.

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

SimpleCollisionDetection() публичный статический Метод

Simple and fast label collision detection.
public static SimpleCollisionDetection ( List labels ) : void
labels List
Результат void

ThoroughCollisionDetection() публичный статический Метод

Thorough label collision detection.
public static ThoroughCollisionDetection ( List labels ) : void
labels List
Результат void