FeatureLabelingCandidate¶
Namespace: ThinkGeo.Core
public class FeatureLabelingCandidate : System.IComparable`1[[ThinkGeo.Core.FeatureLabelingCandidate, ThinkGeo.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → FeatureLabelingCandidate
Implements IComparable<FeatureLabelingCandidate>
Properties¶
Feature¶
public Feature Feature { get; set; }
Property Value¶
LabelingCandidates¶
public Collection<LabelingCandidate> LabelingCandidates { get; set; }
Property Value¶
BasePointLabelingCandidate¶
public LabelingCandidate BasePointLabelingCandidate { get; set; }
Property Value¶
Key¶
public string Key { get; set; }
Property Value¶
PositionStyle¶
public PositionStyle PositionStyle { get; set; }
Property Value¶
Constructors¶
FeatureLabelingCandidate()¶
public FeatureLabelingCandidate()
Methods¶
CompareTo(FeatureLabelingCandidate)¶
public int CompareTo(FeatureLabelingCandidate other)
Parameters¶
other
FeatureLabelingCandidate
Returns¶
Sort(List<FeatureLabelingCandidate>, Single, Single)¶
public static void Sort(List<FeatureLabelingCandidate> featureLabelingCandidates, float canvasWidth, float canvasHeight)
Parameters¶
featureLabelingCandidates
List<FeatureLabelingCandidate>
canvasWidth
Single
canvasHeight
Single