Class GpxFeatureSource
public class GpxFeatureSource : FeatureSource
- Inheritance
-
GpxFeatureSource
- Inherited Members
Constructors
GpxFeatureSource()
public GpxFeatureSource()
GpxFeatureSource(string)
public GpxFeatureSource(string gpxPathFilename)
Parameters
gpxPathFilename
string
Properties
GpxPathFilename
public string GpxPathFilename { get; set; }
Property Value
Methods
CanGetCountQuicklyCore()
protected override bool CanGetCountQuicklyCore()
Returns
CloseCore()
protected override void CloseCore()
GetAllFeaturesCore(IEnumerable<string>)
protected override Collection<Feature> GetAllFeaturesCore(IEnumerable<string> returningColumnNames)
Parameters
returningColumnNames
IEnumerable<string>
Returns
GetAllFeaturesCore(IEnumerable<string>, int, int)
protected override Collection<Feature> GetAllFeaturesCore(IEnumerable<string> returningColumnNames, int startIndex, int takeCount)
Parameters
returningColumnNames
IEnumerable<string>startIndex
inttakeCount
int
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
GetFirstFeaturesWellKnownTypeCore()
protected override WellKnownType GetFirstFeaturesWellKnownTypeCore()
Returns
GetMetadata()
public Dictionary<string, string> GetMetadata()
Returns
OnStreamLoading(StreamLoadingEventArgs)
protected virtual void OnStreamLoading(StreamLoadingEventArgs e)
Parameters
OpenCore()
protected override void OpenCore()
Events
StreamLoading
public event EventHandler<StreamLoadingEventArgs> StreamLoading