ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class inherits from InterativeOverlay abstract class. This specified overlay describle the TrackShape interative process with MapControl using Mouse or Keyborad.
*System.Object ThinkGeo.MapSuite.SilverlightEdition.Overlay *ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Default constructor of the class. If you use this constructor, please set the properties correctly or it will use their default values. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | RectangleShape, OverlayDrawType | Overlay | Zooms the overlay only to the extent that you specify. |
![]() | Object | Object | |
![]() | Object | ||
![]() | This method gets the current Tracking shape. | ||
![]() | Object | ||
![]() | Map | Overlay | This method initializes the overlay canvas such as width, height and z-index for first time. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseClick interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseDoubleClick interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseDown interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseMove interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseUp interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseWheel interaction. |
![]() | Overlay | This method re-draws this overlay in current extent. | |
![]() | PointShape | Overlay | This method returns a screen point from a point shape in world coordinates. |
![]() | Point | Overlay | This method returns a screen point from a point shape in world coordinates. |
![]() | Double, Double | Overlay | This method returns a point shape in screen coordinates from the specified X, Y world coordinates. |
![]() | Object | ||
![]() | Point | Overlay | This method returns a point shape in world coordinates from a ScreenPointF structure. |
![]() | PointShape | Overlay | This method returns a point shape in world coordinates from a ScreenPointF structure. |
![]() | Double, Double | Overlay | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | GeoCanvas | Overlay | |
![]() | RectangleShape | Overlay(overriden) | This method draws the TrackInterativeOverlay. |
![]() | This method ends the tracking shape by initialize some variables. | ||
![]() | Object | ||
![]() | This is the Core method of GetTrackingShape.You could overrides this method to have your own logic. This method gets the current Tracking shape. | ||
![]() | Overlay(overriden) | This method initializes the overlay canvas such as width, height and z-index for first time. | |
![]() | Object | ||
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseClick logic in its base class. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseDoubleClick logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseDown logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseMove logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseUp logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay | This protected virtual method is the Core method of MouseWheel API. |
![]() | DrawingAttributionOverlayEventArgs | Overlay | |
![]() | DrawnAttributionOverlayEventArgs | Overlay | |
![]() | MapMouseClickInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseClick is called. |
![]() | MapMouseDoubleClickInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseDoubleClick is called. |
![]() | MapMouseDownInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseDown is called. |
![]() | MapMouseMoveInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseMove is called. |
![]() | MapMouseUpInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseUp is called. |
![]() | MapMouseWheelInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseWheel is called. |
![]() | MouseMovedTrackInteractiveOverlayEventArgs | This event will be fired when mouse moved a vertex to the Tracking shape. | |
![]() | TrackEndedTrackInteractiveOverlayEventArgs | This event will be fired after the end of Tracking a shape. | |
![]() | TrackEndingTrackInteractiveOverlayEventArgs | This event will be fired before the end of Tracking a shape. | |
![]() | TrackStartedTrackInteractiveOverlayEventArgs | This event will be fired after the start of Tracking a shape. | |
![]() | TrackStartingTrackInteractiveOverlayEventArgs | This event will be fired before the start of Tracking a shape. | |
![]() | VertexAddedTrackInteractiveOverlayEventArgs | This event will be fired after adding a vertex to the Tracking shape. | |
![]() | VertexAddingTrackInteractiveOverlayEventArgs | This event will be fired before adding a vertex to the Tracking shape. | |
![]() | Overlay | This method raised when Panning animation plays completed. | |
![]() | Overlay | This method raised when zooming animation plays completed. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | Overlay | |
![]() | 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. | |
![]() | Boolean | This property gets or sets to sign that if there is any shape being tracking. | |
![]() | TimeSpan | InteractiveOverlay | |
![]() | String | Overlay | Gets or sets the name of an overlay which will display in the OverlaySwitcher. |
![]() | Double | Overlay | Gets or sets the opacity level of the overlay. |
![]() | FrameworkElement | Overlay | An FrameworkElement that contains the overlay. |
![]() | 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. |
![]() | 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. |
![]() | Storyboard | Overlay | Gets the Storyboard object for panning. |
![]() | Storyboard | Overlay | Gets the Storyboard object for zooming. |
![]() | TrackMode | Gets a mode of TrackOverlay. | |
![]() | InMemoryFeatureLayer | This property gets the TrackShape layers which holds the track shapes. | |
![]() | TransitionEffect | Overlay | Gets or Sets the transition effect to use when the map is panned or zoomed. |
![]() | Visibility | Overlay | Gets or sets a value that indicates whether the overlay is visible on the map. |
![]() | Int32 | Overlay | Get or set z-index of overlay, The value is bigger, and the order is higher. |
![]() | SplineDoubleKeyFrame | Overlay | Gets the SplineDoubleKeyFrame for zooming. |
![]() | SplineDoubleKeyFrame | Overlay | Gets the SplineDoubleKeyFrame for zooming. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Map | Overlay | Gets or sets current map information. |
![]() | ScaleTransform | Overlay | Gets the ScaleTransform object of this overlay. |
![]() | TransformGroup | Overlay | Gets the TranslateGroup object for panning and zooming. |
![]() | TranslateTransform | Overlay | Gets the TranslateTransform object of this overlay. |
![]() | 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. |
Name | Event Arguments | DeclaringType | Summary |
---|---|---|---|
![]() | DrawingAttributionOverlayEventArgs | Overlay | |
![]() | DrawnAttributionOverlayEventArgs | Overlay | |
![]() | MapMouseClickInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map. |
![]() | MapMouseDoubleClickInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when Mouse double clicked on the Map. |
![]() | MapMouseDownInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when Mouse pressed Down on the Map. |
![]() | MapMouseMoveInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when Mouse moved on the Map. |
![]() | MapMouseUpInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when Mouse released up on the Map. |
![]() | MapMouseWheelInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when Mouse wheel on the Map. |
![]() | MouseMovedTrackInteractiveOverlayEventArgs | This event will be fired when mouse moved on the vertex of tracking shape. | |
![]() | TrackEndedTrackInteractiveOverlayEventArgs | This event will be fired after the end of tracking shape. | |
![]() | TrackEndingTrackInteractiveOverlayEventArgs | This event will be fired before the end of tracking shape. | |
![]() | TrackStartedTrackInteractiveOverlayEventArgs | This event will be fired after the start of tracking shape. | |
![]() | TrackStartingTrackInteractiveOverlayEventArgs | This event will be fired before the start of tracking shape. | |
![]() | VertexAddedTrackInteractiveOverlayEventArgs | This event will be fired after a vertex added to the tracking shape. | |
![]() | VertexAddingTrackInteractiveOverlayEventArgs | This event will be fired before a vertex added to the tracking shape. |
Default constructor of the class. If you use this constructor, please set the properties correctly or it will use their default values.
Name | Type | Description |
---|
Zooms the overlay only to the extent that you specify.
The overlay will be panned to the center and zoomlevel of the extent that you specify.
Return Type | Description |
---|---|
Void<!– System.Void –> |
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
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method gets the current Tracking shape.
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 Type | Description |
---|---|
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> | Returns a shape represents the current status of tracking shape. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method initializes the overlay canvas such as width, height and z-index for first time.
This method initializes the overlay canvas such as width, height and z-index for first time.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
currentMap | Map<!– ThinkGeo.MapSuite.SilverlightEdition.Map –> | Current map information. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method will simulate the MouseClick interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseDoubleClick interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseDown interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseMove interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseUp interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseWheel interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method re-draws this overlay in current extent.
This method re-draws this overlay in current extent.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method returns a screen point from a point shape in world coordinates.
This method converts the coordinates of a point shape to a point in screen coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A screen point in pixels. |
Name | Type | Description |
---|---|---|
worldCoordinate | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A point shape in world coordinates. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method returns a screen point from a point shape in world coordinates.
This method converts the coordinates of a point shape to a point in screen coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A screen point in pixels. |
Name | Type | Description |
---|---|---|
worldCoordinate | Point<!– System.Windows.Point –> | A point in world coordinates. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method returns a point shape in screen coordinates from the specified X, Y world coordinates.
This method converts X, Y world coordinates to a point in screen coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A screen point in pixels. |
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
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method returns a point shape in world coordinates from a ScreenPointF structure.
This method converts a screen point to a point in world coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A point shape in world coordinates. |
Name | Type | Description |
---|---|---|
screenCoordinate | Point<!– System.Windows.Point –> | The point (in screen coordinates) to convert to world coordinates. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method returns a point shape in world coordinates from a ScreenPointF structure.
This method converts a screen point to a point in world coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A point shape in world coordinates. |
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
This method returns a point shape in world coordinates from the specified X, Y screen coordinates.
This method converts X, Y screen coordinates to a point shape in world coodinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A point shape in world coordinates. |
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
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method draws the TrackInterativeOverlay.
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
worldExtent | RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –> | The new world extent of the map. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) –> Go Back
This method ends the tracking shape by initialize some variables.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> | Returns a shape represents the current status of tracking shape. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This method initializes the overlay canvas such as width, height and z-index for first time.
This method initializes the overlay canvas such as width, height and z-index for first time.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This overrides the MouseClick logic in its base class.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
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
This overrides the MouseDoubleClick logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
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
This overrides the MouseDown logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
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
This overrides the MouseMove logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
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
This overrides the MouseUp logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
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
This protected virtual method is the Core method of MouseWheel API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This event will be fired when MapMouseClick is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs –> | The MapMouseClickInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseDoubleClick is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseDoubleClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs –> | The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseDown is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs –> | The MapMouseDownInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseMove is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseMoveInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs –> | The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseUp is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs –> | The MapMouseUpInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseWheel is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseWheelInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs –> | The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when mouse moved a vertex to the Tracking shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MouseMovedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MouseMovedTrackInteractiveOverlayEventArgs –> | The MouseMovedTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This event will be fired after the end of Tracking a shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | TrackEndedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackEndedTrackInteractiveOverlayEventArgs –> | The TrackEndedTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This event will be fired before the end of Tracking a shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | TrackEndingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackEndingTrackInteractiveOverlayEventArgs –> | The TrackEndingTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This event will be fired after the start of Tracking a shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | TrackStartedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackStartedTrackInteractiveOverlayEventArgs –> | The TrackStartedTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This event will be fired before the start of Tracking a shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | TrackStartingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackStartingTrackInteractiveOverlayEventArgs –> | The TrackStartingTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This event will be fired after adding a vertex to the Tracking shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexAddedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexAddedTrackInteractiveOverlayEventArgs –> | The VertexAddedTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This event will be fired before adding a vertex to the Tracking shape.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | VertexAddingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexAddingTrackInteractiveOverlayEventArgs –> | The VertexAddingTrackInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This method raised when Panning animation plays completed.
This method raised when Panning animation plays completed.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method raised when zooming animation plays completed.
This method raised when zooming animation plays completed.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This property gets or sets to sign that if there is any shape being tracking.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
Return Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
Gets or sets the name of an overlay which will display in the OverlaySwitcher.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets or sets the opacity level of the overlay.
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 Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
An FrameworkElement that contains the overlay.
Return Type |
---|
FrameworkElement<!– System.Windows.FrameworkElement –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the Storyboard object for panning.
Return Type |
---|
Storyboard<!– System.Windows.Media.Animation.Storyboard –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the Storyboard object for zooming.
Return Type |
---|
Storyboard<!– System.Windows.Media.Animation.Storyboard –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets a mode of TrackOverlay.
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 Type |
---|
TrackMode<!– ThinkGeo.MapSuite.SilverlightEdition.TrackMode –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This property gets the TrackShape layers which holds the track shapes.
Return Type |
---|
InMemoryFeatureLayer<!– ThinkGeo.MapSuite.SilverlightCore.InMemoryFeatureLayer –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
Gets or Sets the transition effect to use when the map is panned or zoomed.
Return Type |
---|
TransitionEffect<!– ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets or sets a value that indicates whether the overlay is visible on the map.
Return Type |
---|
Visibility<!– System.Windows.Visibility –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Get or set z-index of overlay, The value is bigger, and the order is higher.
Get or set z-index of overlay, The value is bigger, and the order is higher.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the SplineDoubleKeyFrame for zooming.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the SplineDoubleKeyFrame for zooming.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets or sets current map information.
Gets or sets current map information.
Return Type |
---|
Map<!– ThinkGeo.MapSuite.SilverlightEdition.Map –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the ScaleTransform object of this overlay.
Gets the ScaleTransform object of this overlay.
Return Type |
---|
ScaleTransform<!– System.Windows.Media.ScaleTransform –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the TranslateGroup object for panning and zooming.
Gets the TranslateGroup object for panning and zooming.
Return Type |
---|
TransformGroup<!– System.Windows.Media.TransformGroup –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the TranslateTransform object of this overlay.
Gets the TranslateTransform object of this overlay.
Return Type |
---|
TranslateTransform<!– System.Windows.Media.TranslateTransform –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
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 Type |
---|
Collection<Vertex><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Vertex} –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
Event Arguments |
---|
DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Event Arguments |
---|
DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map.
Event Arguments |
---|
MapMouseClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse double clicked on the Map.
Event Arguments |
---|
MapMouseDoubleClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse pressed Down on the Map.
Event Arguments |
---|
MapMouseDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse moved on the Map.
Event Arguments |
---|
MapMouseMoveInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse released up on the Map.
Event Arguments |
---|
MapMouseUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse wheel on the Map.
Event Arguments |
---|
MapMouseWheelInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when mouse moved on the vertex of tracking shape.
Event Arguments |
---|
MouseMovedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MouseMovedTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This event will be fired after the end of tracking shape.
Event Arguments |
---|
TrackEndedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackEndedTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This event will be fired before the end of tracking shape.
Event Arguments |
---|
TrackEndingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackEndingTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This event will be fired after the start of tracking shape.
Event Arguments |
---|
TrackStartedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackStartedTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This event will be fired before the start of tracking shape.
Event Arguments |
---|
TrackStartingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TrackStartingTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This event will be fired after a vertex added to the tracking shape.
Event Arguments |
---|
VertexAddedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexAddedTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
This event will be fired before a vertex added to the tracking shape.
Event Arguments |
---|
VertexAddingTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.VertexAddingTrackInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay –> Go Back
NOTOC SilverlightEdition ThinkGeo.MapSuite.SilverlightEdition UpdateDocumentation