Class TobinBasFeatureLayer
public class TobinBasFeatureLayer : FeatureLayer
- Inheritance
-
TobinBasFeatureLayer
- Inherited Members
Constructors
TobinBasFeatureLayer(string)
public TobinBasFeatureLayer(string tobinBasFileName)
Parameters
tobinBasFileName
string
Properties
AnnotationTextStylingType
public BasAnnotationTextStylingType AnnotationTextStylingType { get; set; }
Property Value
HasBoundingBox
public override bool HasBoundingBox { get; }
Property Value
MinAnnotationFontSize
public int MinAnnotationFontSize { get; set; }
Property Value
ProgressiveDrawingRecordsCount
public int ProgressiveDrawingRecordsCount { get; set; }
Property Value
TobinBasFilePathName
public string TobinBasFilePathName { get; set; }
Property Value
Methods
BuildIndexFile(string)
public static void BuildIndexFile(string pathFilename)
Parameters
pathFilename
string
DrawCore(GeoCanvas, Collection<SimpleCandidate>)
protected override void DrawCore(GeoCanvas canvas, Collection<SimpleCandidate> labelsInAllLayers)
Parameters
canvas
GeoCanvaslabelsInAllLayers
Collection<SimpleCandidate>
OpenCore()
protected override void OpenCore()