Class NoaaWeatherWarningsFeatureSource
public class NoaaWeatherWarningsFeatureSource : FeatureSource
- Inheritance
-
NoaaWeatherWarningsFeatureSource
- Inherited Members
Constructors
NoaaWeatherWarningsFeatureSource()
public NoaaWeatherWarningsFeatureSource()
Methods
CloseCore()
protected override void CloseCore()
GetAllFeaturesCore(IEnumerable<string>)
protected override Collection<Feature> GetAllFeaturesCore(IEnumerable<string> returningColumnNames)
Parameters
returningColumnNames
IEnumerable<string>
Returns
GetBoundingBoxCore()
protected override RectangleShape GetBoundingBoxCore()
Returns
GetColumnsCore()
protected override Collection<FeatureSourceColumn> GetColumnsCore()
Returns
GetCountCore()
protected override long GetCountCore()
Returns
GetFeaturesInsideBoundingBoxCore(RectangleShape, IEnumerable<string>)
protected override Collection<Feature> GetFeaturesInsideBoundingBoxCore(RectangleShape boundingBox, IEnumerable<string> returningColumnNames)
Parameters
boundingBox
RectangleShapereturningColumnNames
IEnumerable<string>
Returns
OpenCore()
protected override void OpenCore()