User Tools

Site Tools


thinkgeo.mapsuite.iosedition.trackinteractiveoverlay

This is an old revision of the document!


Table of Contents

ThinkGeo.MapSuite.iOSEdition.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 MethodClose Overlay Closes this instance.
Public MethodDispose Overlay Disposes this instance.
Public MethodDoubleTap InteractionArguments InteractiveOverlay Doubles the tap.
Public MethodDraw MapArguments, OverlayRefreshType Overlay This method draws the overlay by the specified arguments.
Public MethodEquals Object Object
Public MethodGetBoundingBox Overlay Gets the bounding box.
Public MethodGetHashCode Object
Public MethodGetTrackingShape This method gets the current Tracking shape.
Public MethodGetType Object
Public MethodInitialize MapArguments Overlay Initializes the specified map arguments.
Public MethodLongPress InteractionArguments InteractiveOverlay Longs the press.
Public MethodPostTransform TransformArguments, MapArguments Overlay Posts the transform for the overlay.
Public MethodRefresh Overlay Refreshes this instance.
Public MethodSingleTap InteractionArguments InteractiveOverlay Singles the tap.
Public MethodToString Object
Public MethodTouchDown InteractionArguments InteractiveOverlay Touches down.
Public MethodTouchMove InteractionArguments InteractiveOverlay Touches the move.
Public MethodTouchPointerDown InteractionArguments InteractiveOverlay Touches the pointer down.
Public MethodTouchUp InteractionArguments InteractiveOverlay Touches up.

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodCloseCore Overlay Closes the core.
Protected MethodDispose Boolean Overlay(overriden)
Protected MethodDoubleTapCore InteractionArguments InteractiveOverlay Doubles the tap core.
Protected MethodDrawCore MapArguments, OverlayRefreshType Overlay(overriden) This method draws the TrackInterativeOverlay.
Protected MethodDrawException GeoCanvas, Exception Overlay Draws the exception.
Protected MethodDrawExceptionCore GeoCanvas, Exception Overlay Draws the exception core.
Protected MethodEndTracking This method ends the tracking shape by initialize some variables.
Protected MethodFinalize Object(overriden)
Protected MethodGetBoundingBoxCore Overlay Gets the bounding box core.
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 MapArguments Overlay(overriden)
Protected MethodLongPressCore InteractionArguments InteractiveOverlay(overriden) This overrides the MouseDoubleClick logic in its base class InterativeOverlay.
Protected MethodMemberwiseClone Object
Protected MethodOnDrawingException DrawingExceptionOverlayEventArgs Overlay Handles the event.
Protected MethodOnDrawnException DrawnExceptionOverlayEventArgs Overlay Handles the event.
Protected MethodOnTouchMoved TouchMovedTrackInteractiveOverlayEventArgs 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 MethodPostTransformCore TransformArguments, MapArguments Overlay(overriden)
Protected MethodRefreshCore Overlay Refreshes the core.
Protected MethodSingleTapCore InteractionArguments InteractiveOverlay(overriden) This overrides the MouseClick logic in its base class.
Protected MethodTouchDownCore InteractionArguments InteractiveOverlay(overriden) This overrides the MouseDown logic in its base class InterativeOverlay.
Protected MethodTouchMoveCore InteractionArguments InteractiveOverlay(overriden) This overrides the MouseMove logic in its base class InterativeOverlay.
Protected MethodTouchPointerDownCore InteractionArguments InteractiveOverlay Touches the pointer down core.
Protected MethodTouchUpCore InteractionArguments InteractiveOverlay(overriden) This overrides the MouseUp logic in its base class InterativeOverlay.

Public Properties

Name Return DeclaringType Summary
Public PropertyAttribution String Overlay Gets or sets the attribution.
Public PropertyDrawingExceptionMode DrawingExceptionMode Overlay This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
Public PropertyDrawingQuality DrawingQuality Overlay Gets or sets the drawing quality.
Public PropertyInteractiveView TileView InteractiveOverlay Gets or sets the interactive view.
Public PropertyIsEmpty Boolean Overlay(overriden) 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 PropertyIsVisible Boolean Overlay Gets or sets a value indicating whether this instance is visible.
Public PropertyMapArguments MapArguments Overlay Gets or sets the map arguments.
Public PropertyName String Overlay Gets or sets the name.
Public PropertyOpacity Double Overlay Gets or sets the opacity.
Public PropertyOverlayView UIView Overlay Gets or sets the overlay view.
Public PropertyTrackMode TrackMode Gets a mode of TrackOverlay.
Public PropertyTrackShapeLayer InMemoryFeatureLayer This property gets the TrackShape layers which holds the track shapes.

Protected Properties

Name Return DeclaringType Summary
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 EventDrawingException DrawingExceptionOverlayEventArgs Overlay This event raises when exception.
Public EventDrawnException DrawnExceptionOverlayEventArgs Overlay This event raises when exception.
Public EventTouchMoved TouchMovedTrackInteractiveOverlayEventArgs 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

Close()

Closes this instance.

Return Value

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

Parameters

Name Type Description

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

Dispose()

Disposes this instance.

Return Value

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

Parameters

Name Type Description

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

DoubleTap(InteractionArguments)

Doubles the tap.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> InteractiveResult.

Parameters

Name Type Description
e InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> The e.

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

Draw(MapArguments, OverlayRefreshType)

This method draws the overlay by the specified arguments.

Return Value

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

Parameters

Name Type Description
mapArguments MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> This parameter indicates an mapArguments to draw the overlay.
refreshType OverlayRefreshType<!– ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType –> This parameter indicates whether this overlay needs to be refresh or not.

<!– ThinkGeo.MapSuite.iOSEdition.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

GetBoundingBox()

Gets the bounding box.

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> A RectangleShape value for the overlay.

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> 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.Core.BaseShape –> Returns a shape represents the current status of tracking shape.

Parameters

Name Type Description

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

GetType()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Initialize(MapArguments)

Initializes the specified map arguments.

Return Value

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

Parameters

Name Type Description
mapArguments MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> The map arguments.

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

LongPress(InteractionArguments)

Longs the press.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> InteractiveResult.

Parameters

Name Type Description
e InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> The e.

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

PostTransform(TransformArguments, MapArguments)

Posts the transform for the overlay.

Return Value

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

Parameters

Name Type Description
transformInfo TransformArguments<!– ThinkGeo.MapSuite.iOSEdition.TransformArguments –> The transform information.
mapArguments MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> The map arguments.

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

Refresh()

Refreshes this instance.

Return Value

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

Parameters

Name Type Description

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

SingleTap(InteractionArguments)

Singles the tap.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> InteractiveResult.

Parameters

Name Type Description
e InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> The e.

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

ToString()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

TouchDown(InteractionArguments)

Touches down.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> InteractiveResult.

Parameters

Name Type Description
e InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> The e.

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

TouchMove(InteractionArguments)

Touches the move.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> InteractiveResult.

Parameters

Name Type Description
e InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> The e.

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

TouchPointerDown(InteractionArguments)

Touches the pointer down.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> InteractiveResult.

Parameters

Name Type Description
e InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> The e.

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

TouchUp(InteractionArguments)

Touches up.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> InteractiveResult.

Parameters

Name Type Description
e InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> The e.

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

Protected Methods

CloseCore()

Closes the core.

Return Value

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

Parameters

Name Type Description

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

Dispose(Boolean)

Return Value

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

Parameters

Name Type Description
isDisposing Boolean<!– System.Boolean –>

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

DoubleTapCore(InteractionArguments)

Doubles the tap core.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> InteractiveResult.

Parameters

Name Type Description
e InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> The e.

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

DrawCore(MapArguments, OverlayRefreshType)

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
mapArguments MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –>
refreshType OverlayRefreshType<!– ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType –>

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

DrawException(GeoCanvas, Exception)

Draws the exception.

Return Value

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

Parameters

Name Type Description
geoCanvas GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> The geo canvas.
exception Exception<!– System.Exception –> The exception.

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

DrawExceptionCore(GeoCanvas, Exception)

Draws the exception core.

Return Value

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

Parameters

Name Type Description
geoCanvas GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> The geo canvas.
ex Exception<!– System.Exception –> The ex.

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> 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.iOSEdition.TrackInteractiveOverlay –> Go Back

Finalize()

Return Value

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

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

GetBoundingBoxCore()

Gets the bounding box core.

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> RectangleShape.

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> 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.Core.BaseShape –> Returns a shape represents the current status of tracking shape.

Parameters

Name Type Description

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

InitializeCore(MapArguments)

Return Value

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

Parameters

Name Type Description
mapArgument MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –>

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

LongPressCore(InteractionArguments)

This overrides the MouseDoubleClick logic in its base class InterativeOverlay.

Return Value

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

Parameters

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

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

MemberwiseClone()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

OnDrawingException(DrawingExceptionOverlayEventArgs)

Handles the event.

Return Value

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

Parameters

Name Type Description
args DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs –> The instance containing the event data.

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

OnDrawnException(DrawnExceptionOverlayEventArgs)

Handles the event.

Return Value

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

Parameters

Name Type Description
args DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs –> The instance containing the event data.

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

OnTouchMoved(TouchMovedTrackInteractiveOverlayEventArgs)

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 TouchMovedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.TouchMovedTrackInteractiveOverlayEventArgs –> The MouseMovedTrackInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.TrackEndedTrackInteractiveOverlayEventArgs –> The TrackEndedTrackInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.TrackEndingTrackInteractiveOverlayEventArgs –> The TrackEndingTrackInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.TrackStartedTrackInteractiveOverlayEventArgs –> The TrackStartedTrackInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.TrackStartingTrackInteractiveOverlayEventArgs –> The TrackStartingTrackInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.VertexAddedTrackInteractiveOverlayEventArgs –> The VertexAddedTrackInteractiveOverlayEventArgs passed for the event raised.

<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.VertexAddingTrackInteractiveOverlayEventArgs –> The VertexAddingTrackInteractiveOverlayEventArgs passed for the event raised.

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

PostTransformCore(TransformArguments, MapArguments)

Return Value

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

Parameters

Name Type Description
transformInfo TransformArguments<!– ThinkGeo.MapSuite.iOSEdition.TransformArguments –>
mapArguments MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –>

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

RefreshCore()

Refreshes the core.

Return Value

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

Parameters

Name Type Description

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

SingleTapCore(InteractionArguments)

This overrides the MouseClick logic in its base class.

Return Value

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

Parameters

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

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

TouchDownCore(InteractionArguments)

This overrides the MouseDown logic in its base class InterativeOverlay.

Return Value

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

Parameters

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

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

TouchMoveCore(InteractionArguments)

This overrides the MouseMove logic in its base class InterativeOverlay.

Return Value

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

Parameters

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

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

TouchPointerDownCore(InteractionArguments)

Touches the pointer down core.

Return Value

Return Type Description
InteractiveResult<!– ThinkGeo.MapSuite.iOSEdition.InteractiveResult –> InteractiveResult.

Parameters

Name Type Description
e InteractionArguments<!– ThinkGeo.MapSuite.iOSEdition.InteractionArguments –> The e.

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

TouchUpCore(InteractionArguments)

This overrides the MouseUp logic in its base class InterativeOverlay.

Return Value

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

Parameters

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

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

Public Properties

Attribution

Gets or sets the attribution.

Return Value

Return Type
String<!– System.String –>

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

DrawingExceptionMode

This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.

Return Value

Return Type
DrawingExceptionMode<!– ThinkGeo.MapSuite.Core.DrawingExceptionMode –>

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

DrawingQuality

Gets or sets the drawing quality.

Return Value

Return Type
DrawingQuality<!– ThinkGeo.MapSuite.Core.DrawingQuality –>

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

InteractiveView

Gets or sets the interactive view.

Return Value

Return Type
TileView<!– ThinkGeo.MapSuite.iOSEdition.TileView –>

<!– ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay –> 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.iOSEdition.Overlay(overriden) –> 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.iOSEdition.TrackInteractiveOverlay –> Go Back

IsVisible

Gets or sets a value indicating whether this instance is visible.

Return Value

Return Type
Boolean<!– System.Boolean –>

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

MapArguments

Gets or sets the map arguments.

Return Value

Return Type
MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –>

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

Name

Gets or sets the name.

Return Value

Return Type
String<!– System.String –>

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

Opacity

Gets or sets the opacity.

Return Value

Return Type
Double<!– System.Double –>

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

OverlayView

Gets or sets the overlay view.

Return Value

Return Type
UIView<!– MonoTouch.UIKit.UIView –>

<!– ThinkGeo.MapSuite.iOSEdition.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.iOSEdition.TrackMode –>

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

TrackShapeLayer

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

Return Value

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

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

Protected Properties

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.Core.Vertex} –>

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

Public Events

DrawingException

This event raises when exception.

Event Arguments

Event Arguments
DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs –>

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

DrawnException

This event raises when exception.

Event Arguments

Event Arguments
DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs –>

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

TouchMoved

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

Event Arguments

Event Arguments
TouchMovedTrackInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.TouchMovedTrackInteractiveOverlayEventArgs –>

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

TrackEnded

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

Event Arguments

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

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

TrackEnding

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

Event Arguments

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

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

TrackStarted

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

Event Arguments

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

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

TrackStarting

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

Event Arguments

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

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

VertexAdded

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

Event Arguments

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

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

VertexAdding

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

Event Arguments

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

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

NOTOC iOSEdition ThinkGeo.MapSuite.iOSEdition UpdateDocumentation

thinkgeo.mapsuite.iosedition.trackinteractiveoverlay.1440040131.txt.gz · Last modified: 2015/09/21 08:34 (external edit)