Table of Contents

Class GpxFeatureLayer

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class GpxFeatureLayer : FeatureLayer
Inheritance
GpxFeatureLayer
Inherited Members

Constructors

GpxFeatureLayer()

public GpxFeatureLayer()

GpxFeatureLayer(string)

public GpxFeatureLayer(string gpxPathFilename)

Parameters

gpxPathFilename string

Properties

GpxPathFilename

public string GpxPathFilename { get; set; }

Property Value

string

HasBoundingBox

public override bool HasBoundingBox { get; }

Property Value

bool

Events

StreamLoading

public event EventHandler<StreamLoadingEventArgs> StreamLoading

Event Type

EventHandler<StreamLoadingEventArgs>