Table of Contents

Class TobinBasFeatureLayer

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
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

BasAnnotationTextStylingType

HasBoundingBox

public override bool HasBoundingBox { get; }

Property Value

bool

MinAnnotationFontSize

public int MinAnnotationFontSize { get; set; }

Property Value

int

ProgressiveDrawingRecordsCount

public int ProgressiveDrawingRecordsCount { get; set; }

Property Value

int

TobinBasFilePathName

public string TobinBasFilePathName { get; set; }

Property Value

string

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 GeoCanvas
labelsInAllLayers Collection<SimpleCandidate>

OpenCore()

protected override void OpenCore()