Class WkbFileFeatureLayer
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
stringreadWriteMode
FileAccess
Properties
HasBoundingBox
public override bool HasBoundingBox { get; }
Property Value
ProgressiveDrawingRecordsCount
public int ProgressiveDrawingRecordsCount { get; set; }
Property Value
ReadWriteMode
public FileAccess ReadWriteMode { get; set; }
Property Value
WkbPathFilename
public string WkbPathFilename { get; set; }
Property Value
Methods
CreateWkbFile(string, WkbFileType, IEnumerable<FeatureSourceColumn>, IEnumerable<Feature>)
public static void CreateWkbFile(string pathFilename, WkbFileType wkbFileType, IEnumerable<FeatureSourceColumn> columns, IEnumerable<Feature> features)
Parameters
pathFilename
stringwkbFileType
WkbFileTypecolumns
IEnumerable<FeatureSourceColumn>features
IEnumerable<Feature>
DrawCore(GeoCanvas, Collection<SimpleCandidate>)
protected override void DrawCore(GeoCanvas canvas, Collection<SimpleCandidate> labelsInAllLayers)
Parameters
canvas
GeoCanvaslabelsInAllLayers
Collection<SimpleCandidate>
GetWkbFileType()
public WkbFileType GetWkbFileType()