C# Class GenerateLocationData.BAG.BagFilter

Show file Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
BagFilter ( string connectionString ) : System
Enhance ( IEnumerable locationDescriptions ) : void

Get all CBS neighbourhoods, specifically its name, boundary (in WKT), and center.

Method Details

BagFilter() public method

public BagFilter ( string connectionString ) : System
connectionString string
return System

Enhance() public method

Get all CBS neighbourhoods, specifically its name, boundary (in WKT), and center.
public Enhance ( IEnumerable locationDescriptions ) : void
locationDescriptions IEnumerable
return void