Class FeatureLabelingCandidate
- Namespace
- ThinkGeo.Core
- Assembly
- ThinkGeo.Core.dll
public class FeatureLabelingCandidate : IComparable<FeatureLabelingCandidate>
- Inheritance
-
FeatureLabelingCandidate
- Implements
-
- Inherited Members
-
Constructors
FeatureLabelingCandidate()
public FeatureLabelingCandidate()
Properties
BasePointLabelingCandidate
public LabelingCandidate BasePointLabelingCandidate { get; set; }
Property Value
- LabelingCandidate
Feature
public Feature Feature { get; set; }
Property Value
- Feature
Key
public string Key { get; set; }
Property Value
- string
LabelingCandidates
public Collection<LabelingCandidate> LabelingCandidates { get; set; }
Property Value
- Collection<LabelingCandidate>
PositionStyle
public PositionStyle PositionStyle { get; set; }
Property Value
- PositionStyle
Methods
CompareTo(FeatureLabelingCandidate)
public int CompareTo(FeatureLabelingCandidate other)
Parameters
other
FeatureLabelingCandidate
Returns
- int
Sort(List<FeatureLabelingCandidate>, float, float)
public static void Sort(List<FeatureLabelingCandidate> featureLabelingCandidates, float canvasWidth, float canvasHeight)
Parameters
featureLabelingCandidates
List<FeatureLabelingCandidate>
canvasWidth
float
canvasHeight
float