Table of Contents

Class WkbFileFeatureLayer

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class WkbFileFeatureLayer : FeatureLayer
Inheritance
WkbFileFeatureLayer
Inherited Members

Constructors

WkbFileFeatureLayer()

public WkbFileFeatureLayer()

WkbFileFeatureLayer(string)

public WkbFileFeatureLayer(string wkbPathFilename)

Parameters

wkbPathFilename string

WkbFileFeatureLayer(string, FileAccess)

public WkbFileFeatureLayer(string wkbPathFilename, FileAccess readWriteMode)

Parameters

wkbPathFilename string
readWriteMode FileAccess

Properties

HasBoundingBox

public override bool HasBoundingBox { get; }

Property Value

bool

ProgressiveDrawingRecordsCount

public int ProgressiveDrawingRecordsCount { get; set; }

Property Value

int

ReadWriteMode

public FileAccess ReadWriteMode { get; set; }

Property Value

FileAccess

WkbPathFilename

public string WkbPathFilename { get; set; }

Property Value

string

Methods

CreateWkbFile(string, WkbFileType, IEnumerable<FeatureSourceColumn>, IEnumerable<Feature>)

public static void CreateWkbFile(string pathFilename, WkbFileType wkbFileType, IEnumerable<FeatureSourceColumn> columns, IEnumerable<Feature> features)

Parameters

pathFilename string
wkbFileType WkbFileType
columns IEnumerable<FeatureSourceColumn>
features IEnumerable<Feature>

DrawCore(GeoCanvas, Collection<SimpleCandidate>)

protected override void DrawCore(GeoCanvas canvas, Collection<SimpleCandidate> labelsInAllLayers)

Parameters

canvas GeoCanvas
labelsInAllLayers Collection<SimpleCandidate>

GetWkbFileType()

public WkbFileType GetWkbFileType()

Returns

WkbFileType