C# Class SharpMap.Rendering.LabelCollisionDetection

Class defining delegate for label collision detection and static predefined methods
Show file Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
SimpleCollisionDetection ( List labels ) : void

Simple and fast label collision detection.

ThoroughCollisionDetection ( List labels ) : void

Thorough label collision detection.

Method Details

SimpleCollisionDetection() public static method

Simple and fast label collision detection.
public static SimpleCollisionDetection ( List labels ) : void
labels List
return void

ThoroughCollisionDetection() public static method

Thorough label collision detection.
public static ThoroughCollisionDetection ( List labels ) : void
labels List
return void