User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.trackinteractiveoverlay

This is an old revision of the document!


Table of Contents

ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay

<!– Class –> This class inherits from InterativeOverlay abstract class. This specified overlay describle the TrackShape interative process with MapControl using Mouse or Keyborad.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodTrackInteractiveOverlay Default constructor of the class. If you use this constructor, please set the properties correctly or it will use their default values.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodDraw RectangleShape, OverlayDrawType Overlay Zooms the overlay only to the extent that you specify.
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetTrackingShape This method gets the current Tracking shape.
Public MethodGetType Object
Public MethodInitialize Map Overlay This method initializes the overlay canvas such as width, height and z-index for first time.
Public MethodMouseClick InteractionArguments InteractiveOverlay This method will simulate the MouseClick interaction.
Public MethodMouseDoubleClick InteractionArguments InteractiveOverlay This method will simulate the MouseDoubleClick interaction.
Public MethodMouseDown InteractionArguments InteractiveOverlay This method will simulate the MouseDown interaction.
Public MethodMouseMove InteractionArguments InteractiveOverlay This method will simulate the MouseMove interaction.
Public MethodMouseUp InteractionArguments InteractiveOverlay This method will simulate the MouseUp interaction.
Public MethodMouseWheel InteractionArguments InteractiveOverlay This method will simulate the MouseWheel interaction.
Public MethodRefresh Overlay This method re-draws this overlay in current extent.
Public MethodToScreenCoordinate PointShape Overlay This method returns a screen point from a point shape in world coordinates.
Public MethodToScreenCoordinate Point Overlay This method returns a screen point from a point shape in world coordinates.
Public MethodToScreenCoordinate Double, Double Overlay This method returns a point shape in screen coordinates from the specified X, Y world coordinates.
Public MethodToString Object
Public MethodToWorldCoordinate Point Overlay This method returns a point shape in world coordinates from a ScreenPointF structure.
Public MethodToWorldCoordinate PointShape Overlay This method returns a point shape in world coordinates from a ScreenPointF structure.
Public MethodToWorldCoordinate Double, Double Overlay This method returns a point shape in world coordinates from the specified X, Y screen coordinates.

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodDrawAttributionCore GeoCanvas Overlay
Protected MethodDrawCore RectangleShape Overlay(overriden) This method draws the TrackInterativeOverlay.
Protected MethodEndTracking This method ends the tracking shape by initialize some variables.
Protected MethodFinalize Object
Protected MethodGetTrackingShapeCore This is the Core method of GetTrackingShape.You could overrides this method to have your own logic. This method gets the current Tracking shape.
Protected MethodInitializeCore Overlay(overriden) This method initializes the overlay canvas such as width, height and z-index for first time.
Protected MethodMemberwiseClone Object
Protected MethodMouseClickCore InteractionArguments InteractiveOverlay(overriden) This overrides the MouseClick logic in its base class.
Protected MethodMouseDoubleClickCore InteractionArguments InteractiveOverlay(overriden) This overrides the MouseDoubleClick logic in its base class InterativeOverlay.
Protected MethodMouseDownCore InteractionArguments InteractiveOverlay(overriden) This overrides the MouseDown logic in its base class InterativeOverlay.
Protected MethodMouseMoveCore InteractionArguments InteractiveOverlay(overriden) This overrides the MouseMove logic in its base class InterativeOverlay.
Protected MethodMouseUpCore InteractionArguments InteractiveOverlay(overriden) This overrides the MouseUp logic in its base class InterativeOverlay.
Protected MethodMouseWheelCore InteractionArguments InteractiveOverlay This protected virtual method is the Core method of MouseWheel API.
Protected MethodOnDrawingAttribution DrawingAttributionOverlayEventArgs Overlay
Protected MethodOnDrawnAttribution DrawnAttributionOverlayEventArgs Overlay
Protected MethodOnMapMouseClick MapMouseClickInteractiveOverlayEventArgs InteractiveOverlay This event will be fired when MapMouseClick is called.
Protected MethodOnMapMouseDoubleClick MapMouseDoubleClickInteractiveOverlayEventArgs InteractiveOverlay This event will be fired when MapMouseDoubleClick is called.
Protected MethodOnMapMouseDown MapMouseDownInteractiveOverlayEventArgs InteractiveOverlay This event will be fired when MapMouseDown is called.
Protected MethodOnMapMouseMove MapMouseMoveInteractiveOverlayEventArgs InteractiveOverlay This event will be fired when MapMouseMove is called.
Protected MethodOnMapMouseUp MapMouseUpInteractiveOverlayEventArgs InteractiveOverlay This event will be fired when MapMouseUp is called.
Protected MethodOnMapMouseWheel MapMouseWheelInteractiveOverlayEventArgs InteractiveOverlay This event will be fired when MapMouseWheel is called.
Protected MethodOnMouseMoved MouseMovedTrackInteractiveOverlayEventArgs This event will be fired when mouse moved a vertex to the Tracking shape.
Protected MethodOnTrackEnded TrackEndedTrackInteractiveOverlayEventArgs This event will be fired after the end of Tracking a shape.
Protected MethodOnTrackEnding TrackEndingTrackInteractiveOverlayEventArgs This event will be fired before the end of Tracking a shape.
Protected MethodOnTrackStarted TrackStartedTrackInteractiveOverlayEventArgs This event will be fired after the start of Tracking a shape.
Protected MethodOnTrackStarting TrackStartingTrackInteractiveOverlayEventArgs This event will be fired before the start of Tracking a shape.
Protected MethodOnVertexAdded VertexAddedTrackInteractiveOverlayEventArgs This event will be fired after adding a vertex to the Tracking shape.
Protected MethodOnVertexAdding VertexAddingTrackInteractiveOverlayEventArgs This event will be fired before adding a vertex to the Tracking shape.
Protected MethodPanAnimationCompletedCore Overlay This method raised when Panning animation plays completed.
Protected MethodZoomStoryCompletedCore Overlay This method raised when zooming animation plays completed.

Public Properties

Name Return DeclaringType Summary
Public PropertyAttribution String Overlay
Public PropertyIsEmpty Boolean This property override the logic in its base class by watching the feature count in trackShapeLayer. If it is empty ,we can skip drawing it for better performance.
Public PropertyIsInTracking Boolean This property gets or sets to sign that if there is any shape being tracking.
Public PropertyMouseMoveInterval TimeSpan InteractiveOverlay
Public PropertyName String Overlay Gets or sets the name of an overlay which will display in the OverlaySwitcher.
Public PropertyOpacity Double Overlay Gets or sets the opacity level of the overlay.
Public PropertyOverlayElement FrameworkElement Overlay An FrameworkElement that contains the overlay.
Public PropertyPanFrameX SplineDoubleKeyFrame Overlay Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.
Public PropertyPanFrameY SplineDoubleKeyFrame Overlay Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.
Public PropertyStoryboardForPanning Storyboard Overlay Gets the Storyboard object for panning.
Public PropertyStoryboardForZooming Storyboard Overlay Gets the Storyboard object for zooming.
Public PropertyTrackMode TrackMode Gets a mode of TrackOverlay.
Public PropertyTrackShapeLayer InMemoryFeatureLayer This property gets the TrackShape layers which holds the track shapes.
Public PropertyTransitionEffect TransitionEffect Overlay Gets or Sets the transition effect to use when the map is panned or zoomed.
Public PropertyVisibility Visibility Overlay Gets or sets a value that indicates whether the overlay is visible on the map.
Public PropertyZIndex Int32 Overlay Get or set z-index of overlay, The value is bigger, and the order is higher.
Public PropertyZoomFrameX SplineDoubleKeyFrame Overlay Gets the SplineDoubleKeyFrame for zooming.
Public PropertyZoomFrameY SplineDoubleKeyFrame Overlay Gets the SplineDoubleKeyFrame for zooming.

Protected Properties

Name Return DeclaringType Summary
Protected PropertyMapInfo Map Overlay Gets or sets current map information.
Protected PropertyScaleTransform ScaleTransform Overlay Gets the ScaleTransform object of this overlay.
Protected PropertyTransformGroup TransformGroup Overlay Gets the TranslateGroup object for panning and zooming.
Protected PropertyTranslateTransform TranslateTransform Overlay Gets the TranslateTransform object of this overlay.
Protected PropertyVertices Collection<Vertex> This property gets the vertices to make up the track shape. This is a protected property which probablly need to be used in its sub classes.

Public Events

Name Event Arguments DeclaringType Summary
Public EventDrawingAttribution DrawingAttributionOverlayEventArgs Overlay
Public EventDrawnAttribution DrawnAttributionOverlayEventArgs Overlay
Public EventMapMouseClick MapMouseClickInteractiveOverlayEventArgs InteractiveOverlay This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map.
Public EventMapMouseDoubleClick MapMouseDoubleClickInteractiveOverlayEventArgs InteractiveOverlay This event will be fired when Mouse double clicked on the Map.
Public EventMapMouseDown MapMouseDownInteractiveOverlayEventArgs InteractiveOverlay This event will be fired when Mouse pressed Down on the Map.
Public EventMapMouseMove MapMouseMoveInteractiveOverlayEventArgs InteractiveOverlay This event will be fired when Mouse moved on the Map.
Public EventMapMouseUp MapMouseUpInteractiveOverlayEventArgs InteractiveOverlay This event will be fired when Mouse released up on the Map.
Public EventMapMouseWheel MapMouseWheelInteractiveOverlayEventArgs InteractiveOverlay This event will be fired when Mouse wheel on the Map.
Public EventMouseMoved MouseMovedTrackInteractiveOverlayEventArgs This event will be fired when mouse moved on the vertex of tracking shape.
Public EventTrackEnded TrackEndedTrackInteractiveOverlayEventArgs This event will be fired after the end of tracking shape.
Public EventTrackEnding TrackEndingTrackInteractiveOverlayEventArgs This event will be fired before the end of tracking shape.
Public EventTrackStarted TrackStartedTrackInteractiveOverlayEventArgs This event will be fired after the start of tracking shape.
Public EventTrackStarting TrackStartingTrackInteractiveOverlayEventArgs This event will be fired before the start of tracking shape.
Public EventVertexAdded VertexAddedTrackInteractiveOverlayEventArgs This event will be fired after a vertex added to the tracking shape.
Public EventVertexAdding VertexAddingTrackInteractiveOverlayEventArgs This event will be fired before a vertex added to the tracking shape.

Public Constructors

TrackInteractiveOverlay()

Default constructor of the class. If you use this constructor, please set the properties correctly or it will use their default values.

Parameters

Name Type Description

Go Back

Protected Constructors

Public Methods

Draw(RectangleShape, OverlayDrawType)

Zooms the overlay only to the extent that you specify.

Remarks

The overlay will be panned to the center and zoomlevel of the extent that you specify.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –> The new world extent of the map.
overlayDrawType OverlayDrawType<!– ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType –> The enum value indecating that the map draws features or not.

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetTrackingShape()

This method gets the current Tracking shape.

Remarks

This method is the concrete wrapper for the abstract method GetTrackingShapeCore. This method draws the representation of the overlay based on the extent you provided.

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Returns a shape represents the current status of tracking shape.

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Initialize(Map)

This method initializes the overlay canvas such as width, height and z-index for first time.

Remarks

This method initializes the overlay canvas such as width, height and z-index for first time.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
currentMap Map<!– ThinkGeo.MapSuite.SilverlightEdition.Map –> Current map information.

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

MouseClick(InteractionArguments)

This method will simulate the MouseClick interaction.

Remarks

This method is the concrete wrapper for its virtual Core method.

As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> Interaction results of this method.

Parameters

Name Type Description
interactionArguments InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> This parameter is the interaction auguments for the method.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

MouseDoubleClick(InteractionArguments)

This method will simulate the MouseDoubleClick interaction.

Remarks

This method is the concrete wrapper for its virtual Core method.

As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> Interaction results of this method.

Parameters

Name Type Description
interactionArguments InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> This parameter is the interaction auguments for the method.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

MouseDown(InteractionArguments)

This method will simulate the MouseDown interaction.

Remarks

This method is the concrete wrapper for its virtual Core method.

As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> Interaction results of this method.

Parameters

Name Type Description
interactionArguments InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> This parameter is the interaction auguments for the method.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

MouseMove(InteractionArguments)

This method will simulate the MouseMove interaction.

Remarks

This method is the concrete wrapper for its virtual Core method.

As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> Interaction results of this method.

Parameters

Name Type Description
interactionArguments InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> This parameter is the interaction auguments for the method.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

MouseUp(InteractionArguments)

This method will simulate the MouseUp interaction.

Remarks

This method is the concrete wrapper for its virtual Core method.

As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> Interaction results of this method.

Parameters

Name Type Description
interactionArguments InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> This parameter is the interaction auguments for the method.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

MouseWheel(InteractionArguments)

This method will simulate the MouseWheel interaction.

Remarks

This method is the concrete wrapper for its virtual Core method.

As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> Interaction results of this method.

Parameters

Name Type Description
interactionArguments InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> This parameter is the interaction auguments for the method.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

Refresh()

This method re-draws this overlay in current extent.

Remarks

This method re-draws this overlay in current extent.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

ToScreenCoordinate(PointShape)

This method returns a screen point from a point shape in world coordinates.

Remarks

This method converts the coordinates of a point shape to a point in screen coordinates.

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> A screen point in pixels.

Parameters

Name Type Description
worldCoordinate PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> A point shape in world coordinates.

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

ToScreenCoordinate(Point)

This method returns a screen point from a point shape in world coordinates.

Remarks

This method converts the coordinates of a point shape to a point in screen coordinates.

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> A screen point in pixels.

Parameters

Name Type Description
worldCoordinate Point<!– System.Windows.Point –> A point in world coordinates.

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

ToScreenCoordinate(Double, Double)

This method returns a point shape in screen coordinates from the specified X, Y world coordinates.

Remarks

This method converts X, Y world coordinates to a point in screen coordinates.

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> A screen point in pixels.

Parameters

Name Type Description
worldX Double<!– System.Double –> The X world coordinate.
worldY Double<!– System.Double –> The Y world coordinate.

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToWorldCoordinate(Point)

This method returns a point shape in world coordinates from a ScreenPointF structure.

Remarks

This method converts a screen point to a point in world coordinates.

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> A point shape in world coordinates.

Parameters

Name Type Description
screenCoordinate Point<!– System.Windows.Point –> The point (in screen coordinates) to convert to world coordinates.

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

ToWorldCoordinate(PointShape)

This method returns a point shape in world coordinates from a ScreenPointF structure.

Remarks

This method converts a screen point to a point in world coordinates.

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> A point shape in world coordinates.

Parameters

Name Type Description
screenCoordinate PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> The point (in screen coordinates) to convert to world coordinates.

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

ToWorldCoordinate(Double, Double)

This method returns a point shape in world coordinates from the specified X, Y screen coordinates.

Remarks

This method converts X, Y screen coordinates to a point shape in world coodinates.

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> A point shape in world coordinates.

Parameters

Name Type Description
screenX Double<!– System.Double –> The X-value in pixels referenced to the screen origin.
screenY Double<!– System.Double –> The Y-value in pixels referenced to the screen origin.

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

Protected Methods

DrawAttributionCore(GeoCanvas)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

DrawCore(RectangleShape)

This method draws the TrackInterativeOverlay.

Remarks

This method draws the representation of the overlay based on the extent you provided.

When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –> The new world extent of the map.

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) –> Go Back

EndTracking()

This method ends the tracking shape by initialize some variables.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetTrackingShapeCore()

This is the Core method of GetTrackingShape.You could overrides this method to have your own logic. This method gets the current Tracking shape.

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Returns a shape represents the current status of tracking shape.

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

InitializeCore()

This method initializes the overlay canvas such as width, height and z-index for first time.

Remarks

This method initializes the overlay canvas such as width, height and z-index for first time.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MouseClickCore(InteractionArguments)

This overrides the MouseClick logic in its base class.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> Interaction results of this method.

Parameters

Name Type Description
interactionArguments InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> This parameter is the interaction auguments for the method.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back

MouseDoubleClickCore(InteractionArguments)

This overrides the MouseDoubleClick logic in its base class InterativeOverlay.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> Interaction results of this method.

Parameters

Name Type Description
interactionArguments InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> This parameter is the interaction auguments for the method.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back

MouseDownCore(InteractionArguments)

This overrides the MouseDown logic in its base class InterativeOverlay.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> Interaction results of this method.

Parameters

Name Type Description
interactionArguments InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> This parameter is the interaction auguments for the method.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back

MouseMoveCore(InteractionArguments)

This overrides the MouseMove logic in its base class InterativeOverlay.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> Interaction results of this method.

Parameters

Name Type Description
interactionArguments InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> This parameter is the interaction auguments for the method.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back

MouseUpCore(InteractionArguments)

This overrides the MouseUp logic in its base class InterativeOverlay.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> Interaction results of this method.

Parameters

Name Type Description
interactionArguments InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> This parameter is the interaction auguments for the method.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back

MouseWheelCore(InteractionArguments)

This protected virtual method is the Core method of MouseWheel API.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> Interaction results of this method.

Parameters

Name Type Description
interactionArguments InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> This parameter is the interaction auguments for the method.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

OnDrawingAttribution(DrawingAttributionOverlayEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
args DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

OnDrawnAttribution(DrawnAttributionOverlayEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
args DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)

This event will be fired when MapMouseClick is called.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e MapMouseClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs –> The MapMouseClickInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)

This event will be fired when MapMouseDoubleClick is called.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e MapMouseDoubleClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs –> The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)

This event will be fired when MapMouseDown is called.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e MapMouseDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs –> The MapMouseDownInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)

This event will be fired when MapMouseMove is called.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e MapMouseMoveInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs –> The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)

This event will be fired when MapMouseUp is called.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e MapMouseUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs –> The MapMouseUpInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)

This event will be fired when MapMouseWheel is called.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e MapMouseWheelInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs –> The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs)

This event will be fired when mouse moved a vertex to the Tracking shape.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e MouseMovedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MouseMovedTrackInteractiveOverlayEventArgs –> The MouseMovedTrackInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs)

This event will be fired after the end of Tracking a shape.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e TrackEndedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackEndedTrackInteractiveOverlayEventArgs –> The TrackEndedTrackInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs)

This event will be fired before the end of Tracking a shape.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e TrackEndingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackEndingTrackInteractiveOverlayEventArgs –> The TrackEndingTrackInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs)

This event will be fired after the start of Tracking a shape.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e TrackStartedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackStartedTrackInteractiveOverlayEventArgs –> The TrackStartedTrackInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs)

This event will be fired before the start of Tracking a shape.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e TrackStartingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackStartingTrackInteractiveOverlayEventArgs –> The TrackStartingTrackInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs)

This event will be fired after adding a vertex to the Tracking shape.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e VertexAddedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexAddedTrackInteractiveOverlayEventArgs –> The VertexAddedTrackInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs)

This event will be fired before adding a vertex to the Tracking shape.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e VertexAddingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexAddingTrackInteractiveOverlayEventArgs –> The VertexAddingTrackInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

PanAnimationCompletedCore()

This method raised when Panning animation plays completed.

Remarks

This method raised when Panning animation plays completed.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

ZoomStoryCompletedCore()

This method raised when zooming animation plays completed.

Remarks

This method raised when zooming animation plays completed.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

Public Properties

Attribution

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

IsEmpty

This property override the logic in its base class by watching the feature count in trackShapeLayer. If it is empty ,we can skip drawing it for better performance.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

IsInTracking

This property gets or sets to sign that if there is any shape being tracking.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

MouseMoveInterval

Return Value

Return Type
TimeSpan<!– System.TimeSpan –>

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

Name

Gets or sets the name of an overlay which will display in the OverlaySwitcher.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

Opacity

Gets or sets the opacity level of the overlay.

Remarks

The <strong>Opacity</strong> property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent(1.00), the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible.

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

OverlayElement

An FrameworkElement that contains the overlay.

Return Value

Return Type
FrameworkElement<!– System.Windows.FrameworkElement –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

PanFrameX

Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.

Return Value

Return Type
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

PanFrameY

Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.

Return Value

Return Type
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

StoryboardForPanning

Gets the Storyboard object for panning.

Return Value

Return Type
Storyboard<!– System.Windows.Media.Animation.Storyboard –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

StoryboardForZooming

Gets the Storyboard object for zooming.

Return Value

Return Type
Storyboard<!– System.Windows.Media.Animation.Storyboard –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

TrackMode

Gets a mode of TrackOverlay.

Remarks

The default mode is TrackMode.None which means you cannot draw or edit features at client. By setting the mode to TrackMode.Point, TrackMode.Line, TrackMode.Polygon etc., you could add point, line or polygon to the FeatureOverlay. Setting the mode to TrackMode.Edit, you could edit the shapes at the client side.

Return Value

Return Type
TrackMode<!– ThinkGeo.MapSuite.SilverlightEdition.TrackMode –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

TrackShapeLayer

This property gets the TrackShape layers which holds the track shapes.

Return Value

Return Type
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.SilverlightCore.InMemoryFeatureLayer –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

TransitionEffect

Gets or Sets the transition effect to use when the map is panned or zoomed.

Return Value

Return Type
TransitionEffect<!– ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

Visibility

Gets or sets a value that indicates whether the overlay is visible on the map.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

ZIndex

Get or set z-index of overlay, The value is bigger, and the order is higher.

Remarks

Get or set z-index of overlay, The value is bigger, and the order is higher.

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

ZoomFrameX

Gets the SplineDoubleKeyFrame for zooming.

Return Value

Return Type
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

ZoomFrameY

Gets the SplineDoubleKeyFrame for zooming.

Return Value

Return Type
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

Protected Properties

MapInfo

Gets or sets current map information.

Remarks

Gets or sets current map information.

Return Value

Return Type
Map<!– ThinkGeo.MapSuite.SilverlightEdition.Map –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

ScaleTransform

Gets the ScaleTransform object of this overlay.

Remarks

Gets the ScaleTransform object of this overlay.

Return Value

Return Type
ScaleTransform<!– System.Windows.Media.ScaleTransform –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

TransformGroup

Gets the TranslateGroup object for panning and zooming.

Remarks

Gets the TranslateGroup object for panning and zooming.

Return Value

Return Type
TransformGroup<!– System.Windows.Media.TransformGroup –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

TranslateTransform

Gets the TranslateTransform object of this overlay.

Remarks

Gets the TranslateTransform object of this overlay.

Return Value

Return Type
TranslateTransform<!– System.Windows.Media.TranslateTransform –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

Vertices

This property gets the vertices to make up the track shape. This is a protected property which probablly need to be used in its sub classes.

Return Value

Return Type
Collection<Vertex><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Vertex} –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

Public Events

DrawingAttribution

Event Arguments

Event Arguments
DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

DrawnAttribution

Event Arguments

Event Arguments
DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back

MapMouseClick

This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map.

Event Arguments

Event Arguments
MapMouseClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

MapMouseDoubleClick

This event will be fired when Mouse double clicked on the Map.

Event Arguments

Event Arguments
MapMouseDoubleClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

MapMouseDown

This event will be fired when Mouse pressed Down on the Map.

Event Arguments

Event Arguments
MapMouseDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

MapMouseMove

This event will be fired when Mouse moved on the Map.

Event Arguments

Event Arguments
MapMouseMoveInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

MapMouseUp

This event will be fired when Mouse released up on the Map.

Event Arguments

Event Arguments
MapMouseUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

MapMouseWheel

This event will be fired when Mouse wheel on the Map.

Event Arguments

Event Arguments
MapMouseWheelInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back

MouseMoved

This event will be fired when mouse moved on the vertex of tracking shape.

Event Arguments

Event Arguments
MouseMovedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MouseMovedTrackInteractiveOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

TrackEnded

This event will be fired after the end of tracking shape.

Event Arguments

Event Arguments
TrackEndedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackEndedTrackInteractiveOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

TrackEnding

This event will be fired before the end of tracking shape.

Event Arguments

Event Arguments
TrackEndingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackEndingTrackInteractiveOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

TrackStarted

This event will be fired after the start of tracking shape.

Event Arguments

Event Arguments
TrackStartedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackStartedTrackInteractiveOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

TrackStarting

This event will be fired before the start of tracking shape.

Event Arguments

Event Arguments
TrackStartingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackStartingTrackInteractiveOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

VertexAdded

This event will be fired after a vertex added to the tracking shape.

Event Arguments

Event Arguments
VertexAddedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexAddedTrackInteractiveOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

VertexAdding

This event will be fired before a vertex added to the tracking shape.

Event Arguments

Event Arguments
VertexAddingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexAddingTrackInteractiveOverlayEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back

NOTOC SilverlightEdition ThinkGeo.MapSuite.SilverlightEdition UpdateDocumentation

thinkgeo.mapsuite.silverlightedition.trackinteractiveoverlay.1440040135.txt.gz · Last modified: 2015/09/21 03:29 (external edit)