User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.extentinteractiveoverlay

ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay

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 the interactiveOverlay abstract class. This specified overlay describes the Extent Changing interactive process with the MapControl using the Mouse or Keyboard.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.DesktopEdition.Overlay
      • ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay
        • ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay

Members Summary

Public Constructors

ExtentInteractiveOverlay()

  • Default constructor of the class. If you use this constructor, please set the properties correctly or it will use their default values.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#ExtentInteractiveOverlay.28.29
Parameters

Protected Constructors

Public Methods

KeyDown(KeyEventInteractionArguments)

  • This method will simulate the KeyDown 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
Parameters

KeyUp(KeyEventInteractionArguments)

  • This method will simulate the KeyUp 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
Parameters

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
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction auguments for the method.

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
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction auguments for the method.

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
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction auguments for the method.

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
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction auguments for the method.

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
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction auguments for the method.

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
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction auguments for the method.

Refresh(GeoCanvas,RectangleShape)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#Refresh.28GeoCanvas.2C_RectangleShape.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawPreview(GeoCanvas)

  • This method will be used to draw preview tiles to the canvas.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#DrawPreview.28GeoCanvas.29
Return Value
  • Description:The tile existing type, which indicates whether any tiles exist.
Parameters
  • canvas
    • Type:GeoCanvas
    • Description:This parameter is the canvas object to draw on.

Draw(GeoCanvas)

  • This method draws the Overlay.
Remarks
  • This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the overlay based on the extent you provided. 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
  • Type:Void
  • Description:N/A
Parameters
  • canvas
    • Type:GeoCanvas
    • Description:This parameter is the canvas object to draw on.

RequestDrawing()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters

RequestDrawing(RectangleShape)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters

RequestDrawing(IEnumerable<RectangleShape>)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters

RequestDrawing(TimeSpan)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

RequestDrawing(RectangleShape,TimeSpan)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

ToString()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#ToString.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#Equals.28Object.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#GetHashCode.28.29
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#GetType.28.29
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

MouseDownCore(InteractionArguments)

  • This overrides the MouseDown logic in its base class interactiveOverlay.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#MouseDownCore.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction auguments for the method.

MouseMoveCore(InteractionArguments)

  • This overrides the MouseMove logic in its base class interactiveOverlay.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#MouseMoveCore.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction auguments for the method.

MouseUpCore(InteractionArguments)

  • This overrides the MouseUp logic in its base class interactiveOverlay.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#MouseUpCore.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction auguments for the method.

MouseClickCore(InteractionArguments)

  • This overrides the MouseClick logic in its base class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#MouseClickCore.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction auguments for the method.

MouseDoubleClickCore(InteractionArguments)

  • This overrides the MouseDoubleClick logic in its base class interactiveOverlay.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#MouseDoubleClickCore.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction auguments for the method.

MouseWheelCore(InteractionArguments)

  • This overrides the MouseWheel logic in its base class interactiveOverlay.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#MouseWheelCore.28InteractionArguments.29
Return Value
Parameters
  • interactionArguments
    • Description:This parameter represents the interaction auguments for the method.

DrawCore(GeoCanvas)

  • This method draws the ExtentInteractiveOverlay.
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
  • Type:Void
  • Description:N/A
Parameters
  • canvas
    • Type:GeoCanvas
    • Description:This parameter is the canvas object or a GeoImage to draw on.

KeyDownCore(KeyEventInteractionArguments)

  • This protected virtual method is the Core method of KeyDown API.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#KeyDownCore.28KeyEventInteractionArguments.29
Return Value
Parameters

KeyUpCore(KeyEventInteractionArguments)

  • This protected virtual method is the Core method of KeyDown API.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#KeyUpCore.28KeyEventInteractionArguments.29
Return Value
Parameters

OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)

  • This event will be fired when MapMouseDown is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)

  • This event will be fired when MapMouseMove is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)

  • This event will be fired when MapMouseUp is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)

  • This event will be fired when MapMouseClick is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)

  • This event will be fired when MapMouseDoubleClick is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)

  • This event will be fired when MapMouseWheel is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs)

  • This event will be fired when MapKeyDown is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs)

  • This event will be fired when MapKeyUp is called.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawing(DrawingOverlayEventArgs)

  • This event will be fired before Overlay is drawn.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawn(DrawnOverlayEventArgs)

  • This event will be fired after Overlay is drawn.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

RefreshCore(GeoCanvas,RectangleShape)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#RefreshCore.28GeoCanvas.2C_RectangleShape.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawPreviewCore(GeoCanvas)

  • This is the core method of DrawPreview which is intended to be overridden by its concrete sub class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#DrawPreviewCore.28GeoCanvas.29
Return Value
  • Description:The tile existing type, which indicates whether any tiles exist.
Parameters
  • canvas
    • Type:GeoCanvas
    • Description:This parameter is the canvas object to draw on.

sBM=(GeoCanvas)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawAttributionCore(GeoCanvas)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawingAttribution(DrawingAttributionOverlayEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawnAttribution(DrawnAttributionOverlayEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawException(GeoCanvas,Exception)

  • This method will draw on the canvas when an exception occurs during the drawing process.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#DrawException.28GeoCanvas.2C_Exception.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • canvas
    • Type:GeoCanvas
    • Description:This parameter is the canvas object to draw on.
  • e
    • Type:Exception
    • Description:This parameter is the exception that is occurring.

DrawExceptionCore(GeoCanvas,Exception)

  • This method is the Core method of DrawException, which can be overridden if you want to change its logic. This method will draw on the canvas when an exception occurs during drawing process.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#DrawExceptionCore.28GeoCanvas.2C_Exception.29
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • canvas
    • Type:GeoCanvas
    • Description:This parameter is the canvas object to draw on.
  • e
    • Type:Exception
    • Description:This parameter is the exception that is occurring.

OnRequestedDrawing(RequestedDrawingOverlayEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnRequestingDrawing(RequestingDrawingOverlayEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Void
  • Description:N/A
Parameters

Finalize()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#Finalize.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

IsEmpty

  • This property overrides its property in the base class by watching the feature count in trackZoomLayer. If it is empty, we can skip drawing it for better performance.
Remarks
Return Value
  • Type:Int32

PanMode

  • This property gets or sets the PanMode used for the ExtentInteractiveOverlay.
Remarks
Return Value

DoubleRightClickMode

  • This property gets or sets the DoubleRightClickMode used for the ExtentInteractiveOverlay.
Remarks
Return Value

LeftClickDragMode

  • This property gets or sets the LeftClickDragMode used for the ExtentInteractiveOverlay.
Remarks
Return Value

LeftClickDragKey

  • This property gets or sets the Keys used in LeftClickDrag for the ExtentInteractiveOverlay.
Remarks
Return Value
  • Type:Keys

ExtentChangedType

  • This property gets or sets the ExtentChangedType for the ExtentInteractiveOverlay.
Remarks
Return Value
  • Type:String

Lock

  • This property gets the OverlayLock object.
Remarks
Return Value
  • Type:Boolean

DrawingExceptionMode

  • This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
Remarks
Return Value
  • Type:Boolean

Name

  • Gets or sets the name of the overlay, which can be used to represent a specific overlay.
Remarks
Return Value

DrawingTime

  • This property gets the last drawing time for the Overlay.
Remarks
  • We track the drawing time for the Overlay and report it back in this method. This is useful to determine the speed of various Overlays.
Return Value
  • Type:TimeSpan

AutoRefreshInterval

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:TimeSpan

Protected Properties

PanAndTrackZoomState

  • This protected property gets and sets the PanAndTrackZoomState with the information stored.
Remarks
Return Value

xRM=

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

rxM=

  • N/A
Remarks
  • N/A
Return Value

Public Events

MapMouseDown

  • This event will be fired when the Mouse button is pressed (down) on the Map.
Remarks

Event Arguments:MapMouseMoveInteractiveOverlayEventArgs

MapMouseUp

  • This event will be fired when the Mouse button is released (up) on the Map.
Remarks

Event Arguments:MapMouseClickInteractiveOverlayEventArgs

MapMouseDoubleClick

  • This event will be fired when the Mouse button is double-clicked on the Map.
Remarks

Event Arguments:MapMouseWheelInteractiveOverlayEventArgs

MapKeyDown

  • This event will be fired when the key is pressed down when focusing on the Map.
Remarks

Event Arguments:MapKeyUpInteractiveOverlayEventArgs

Drawing

  • This event will be fired before the Overlay is drawn.
Remarks

Event Arguments:DrawnOverlayEventArgs

DrawingAttribution

  • N/A
Remarks
Remarks
  • For the most updated Info for this topic, please check it here:

Event Arguments:RequestedDrawingOverlayEventArgs

RequestingDrawing

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:

Event Arguments:RequestingDrawingOverlayEventArgs

thinkgeo.mapsuite.desktopedition.extentinteractiveoverlay.txt · Last modified: 2017/03/16 21:59 (external edit)