C# Class Vishcious.ArcGIS.SLContrib.GPXLayer

Inheritance: GraphicsLayer
Datei anzeigen Open project: OliveiraThales/GeoCache

Public Properties

Property Type Description
URLProperty DependencyProperty

Public Methods

Method Description
GPXLayer ( ) : System
Initialize ( ) : void

Protected Methods

Method Description
OnURLChanged ( DependencyPropertyChangedEventArgs e ) : void

Private Methods

Method Description
Load ( Uri URL ) : void
LoadGraphics ( gpxType source ) : GraphicCollection
LoadGraphics ( gpxType source, GraphicCollection graphics ) : void
LoadRoute ( wptTypeCollection rte ) : ESRI.ArcGIS.Client.Geometry.Polyline
LoadRouteAttributes ( rteType rte, object>.Dictionary attributes ) : object>.Dictionary
LoadRouteAttributes ( rteType rte, object>.IDictionary attributes ) : object>.IDictionary
LoadRoutes ( rteTypeCollection rtes, GraphicCollection graphics ) : void
LoadTrack ( trksegTypeCollection trksegs ) : ESRI.ArcGIS.Client.Geometry.Polyline
LoadTrackAttributes ( trkType trk, object>.Dictionary attributes ) : object>.Dictionary
LoadTrackAttributes ( trkType trk, object>.IDictionary attributes ) : object>.IDictionary
LoadTrackSegment ( wptTypeCollection trksegs ) : ESRI.ArcGIS.Client.Geometry.PointCollection
LoadTracks ( trkTypeCollection trks, GraphicCollection graphics ) : void
LoadWayPointAttributes ( wptType wpt, object>.Dictionary attributes ) : object>.Dictionary
LoadWayPointAttributes ( wptType wpt, object>.IDictionary attributes ) : object>.IDictionary
LoadWayPointGeometry ( wptType wpt ) : MapPoint
LoadWayPoints ( wptTypeCollection wpts, GraphicCollection graphics ) : void
OnURLChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GPXLayer() public method

public GPXLayer ( ) : System
return System

Initialize() public method

public Initialize ( ) : void
return void

OnURLChanged() protected method

protected OnURLChanged ( DependencyPropertyChangedEventArgs e ) : void
e DependencyPropertyChangedEventArgs
return void

Property Details

URLProperty public_oe static_oe property

public static DependencyProperty URLProperty
return DependencyProperty