Table of Contents

Class NoaaWeatherWarningsFeatureSource

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

Collection<Feature>

GetBoundingBoxCore()

protected override RectangleShape GetBoundingBoxCore()

Returns

RectangleShape

GetColumnsCore()

protected override Collection<FeatureSourceColumn> GetColumnsCore()

Returns

Collection<FeatureSourceColumn>

GetCountCore()

protected override long GetCountCore()

Returns

long

GetFeaturesInsideBoundingBoxCore(RectangleShape, IEnumerable<string>)

protected override Collection<Feature> GetFeaturesInsideBoundingBoxCore(RectangleShape boundingBox, IEnumerable<string> returningColumnNames)

Parameters

boundingBox RectangleShape
returningColumnNames IEnumerable<string>

Returns

Collection<Feature>

OpenCore()

protected override void OpenCore()