Table of Contents

ThinkGeo.MapSuite.iOSEdition.TrackInteractiveOverlay

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

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

TrackInteractiveOverlay()

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

Remarks

N/A

Parameters

Protected Constructors

Public Methods

CancelTracking()

N/A

Remarks

N/A

Return Value
Parameters

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
Parameters

TouchUp(InteractionArguments)

N/A

Remarks

N/A

Return Value
Parameters

TouchDown(InteractionArguments)

N/A

Remarks

N/A

Return Value
Parameters

TouchMove(InteractionArguments)

N/A

Remarks

N/A

Return Value
Parameters

TouchPointerDown(InteractionArguments)

N/A

Remarks

N/A

Return Value
Parameters

SingleTap(InteractionArguments)

N/A

Remarks

N/A

Return Value
Parameters

DoubleTap(InteractionArguments)

N/A

Remarks

N/A

Return Value
Parameters

LongPress(InteractionArguments)

N/A

Remarks

N/A

Return Value
Parameters

Refresh(IEnumerable<RectangleShape>)

N/A

Remarks

N/A

Return Value
Parameters

Refresh(TimeSpan)

N/A

Remarks

N/A

Return Value
Parameters

Refresh(TimeSpan,RequestDrawingBufferTimeType)

N/A

Remarks

N/A

Return Value
Parameters

Refresh(TimeSpan,BufferTimeType)

N/A

Remarks

N/A

Return Value
Parameters

Refresh(RectangleShape,TimeSpan)

N/A

Remarks

N/A

Return Value
Parameters

Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)

N/A

Remarks

N/A

Return Value
Parameters

Refresh(RectangleShape,TimeSpan,BufferTimeType)

N/A

Remarks

N/A

Return Value
Parameters

Refresh(IEnumerable<RectangleShape>,TimeSpan)

N/A

Remarks

N/A

Return Value
Parameters

Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)

N/A

Remarks

N/A

Return Value
Parameters

Refresh(IEnumerable<RectangleShape>,TimeSpan,BufferTimeType)

N/A

Remarks

N/A

Return Value
Parameters

RemoveAllAnimations()

N/A

Remarks

N/A

Return Value
Parameters

GetBoundingBox()

N/A

Remarks

N/A

Return Value
Parameters

Initialize(MapArguments)

N/A

Remarks

N/A

Return Value
Parameters

Refresh()

N/A

Remarks

N/A

Return Value
Parameters

Refresh(RectangleShape)

N/A

Remarks

N/A

Return Value
Parameters

Draw(MapArguments,OverlayRefreshType)

N/A

Remarks

N/A

Return Value
Parameters

PostTransform(TransformArguments,MapArguments)

N/A

Remarks

N/A

Return Value
Parameters

Close()

N/A

Remarks

N/A

Return Value
Parameters

Dispose()

N/A

Remarks

N/A

Return Value
Parameters

ToString()

N/A

Remarks

N/A

Return Value
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
Parameters

GetHashCode()

N/A

Remarks

N/A

Return Value
Parameters

GetType()

N/A

Remarks

N/A

Return Value
Parameters

Protected Methods

EndTracking()

This method ends the tracking shape by initialize some variables.

Remarks

N/A

Return Value
Parameters

TouchDownCore(InteractionArguments)

This overrides the MouseDown logic in its base class InterativeOverlay.

Remarks

N/A

Return Value
Parameters

TouchMoveCore(InteractionArguments)

This overrides the MouseMove logic in its base class InterativeOverlay.

Remarks

N/A

Return Value
Parameters

TouchUpCore(InteractionArguments)

This overrides the MouseUp logic in its base class InterativeOverlay.

Remarks

N/A

Return Value
Parameters

SingleTapCore(InteractionArguments)

This overrides the MouseClick logic in its base class.

Remarks

N/A

Return Value
Parameters

LongPressCore(InteractionArguments)

This overrides the MouseDoubleClick logic in its base class InterativeOverlay.

Remarks

N/A

Return Value
Parameters

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.

Remarks

N/A

Return Value
Parameters

OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs)

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

Remarks

N/A

Return Value
Parameters

OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs)

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

Remarks

N/A

Return Value
Parameters

OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs)

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

Remarks

N/A

Return Value
Parameters

OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs)

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

Remarks

N/A

Return Value
Parameters

OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs)

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

Remarks

N/A

Return Value
Parameters

OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs)

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

Remarks

N/A

Return Value
Parameters

OnTouchMoved(TouchMovedTrackInteractiveOverlayEventArgs)

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

Remarks

N/A

Return Value
Parameters

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
Parameters

Dispose(Boolean)

N/A

Remarks

N/A

Return Value
Parameters

TouchPointerDownCore(InteractionArguments)

N/A

Remarks

N/A

Return Value
Parameters

DoubleTapCore(InteractionArguments)

N/A

Remarks

N/A

Return Value
Parameters

InitializeCore(MapArguments)

N/A

Remarks

N/A

Return Value
Parameters

PostTransformCore(TransformArguments,MapArguments)

N/A

Remarks

N/A

Return Value
Parameters

RemoveAllAnimationCore()

N/A

Remarks

N/A

Return Value
Parameters

GetBoundingBoxCore()

N/A

Remarks

N/A

Return Value
Parameters

RefreshCore()

N/A

Remarks

N/A

Return Value
Parameters

RefreshCore(RectangleShape)

N/A

Remarks

N/A

Return Value
Parameters

CloseCore()

N/A

Remarks

N/A

Return Value
Parameters

DrawException(GeoCanvas,Exception)

N/A

Remarks

N/A

Return Value
Parameters

DrawExceptionCore(GeoCanvas,Exception)

N/A

Remarks

N/A

Return Value
Parameters

OnDrawingException(DrawingExceptionOverlayEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

OnDrawnException(DrawnExceptionOverlayEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

Finalize()

N/A

Remarks

N/A

Return Value
Parameters

PrepareInertialPanInternal(RectangleShape,RectangleShape,MapArguments)

N/A

Remarks

N/A

Return Value
Parameters

PrepareInertialPan(RectangleShape,RectangleShape,MapArguments)

N/A

Remarks

N/A

Return Value
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
Parameters

Public Properties

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.

Remarks

N/A

Return Value

TrackShapeLayer

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

Remarks

N/A

Return Value

IsInTracking

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

Remarks

N/A

Return Value

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

InteractiveView

N/A

Remarks

N/A

Return Value

AutoRefreshInterval

N/A

Remarks

N/A

Return Value

Name

N/A

Remarks

N/A

Return Value

DrawingExceptionMode

N/A

Remarks

N/A

Return Value

IsVisible

N/A

Remarks

N/A

Return Value

Attribution

N/A

Remarks

N/A

Return Value

OverlayView

N/A

Remarks

N/A

Return Value

DrawingQuality

N/A

Remarks

N/A

Return Value

Opacity

N/A

Remarks

N/A

Return Value

MapArguments

N/A

Remarks

N/A

Return Value

CanRefreshRegion

N/A

Remarks

N/A

Return Value

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.

Remarks

N/A

Return Value

Public Events

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

Remarks

N/A

Event Arguments:TrackEndedTrackInteractiveOverlayEventArgs

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

Remarks

N/A

Event Arguments:TrackEndingTrackInteractiveOverlayEventArgs

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

Remarks

N/A

Event Arguments:TrackStartedTrackInteractiveOverlayEventArgs

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

Remarks

N/A

Event Arguments:TrackStartingTrackInteractiveOverlayEventArgs

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

Remarks

N/A

Event Arguments:VertexAddedTrackInteractiveOverlayEventArgs

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

Remarks

N/A

Event Arguments:VertexAddingTrackInteractiveOverlayEventArgs

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

Remarks

N/A

Event Arguments:TouchMovedTrackInteractiveOverlayEventArgs

DrawingException N/A

Remarks

N/A

Event Arguments:DrawingExceptionOverlayEventArgs

DrawnException N/A

Remarks

N/A

Event Arguments:DrawnExceptionOverlayEventArgs