Table of Contents

ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay

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 represents an overlay to place popups on the map.

Inheritance Hierarchy

Members Summary

Public Constructors

PopupOverlay()

Remarks
Parameters

PopupOverlay(IEnumerable<Popup>)

Remarks
Parameters

Protected Constructors

Public Methods

Refresh(IEnumerable<RectangleShape>)

Remarks
Return Value
Parameters

Refresh(TimeSpan)

Remarks
Return Value
Parameters

Refresh(TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

Refresh(RectangleShape,TimeSpan)

Remarks
Return Value
Parameters

Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

Refresh(IEnumerable<RectangleShape>,TimeSpan)

Remarks
Return Value
Parameters

Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

Initialize(MapArguments)

Remarks
Return Value
Parameters

Refresh(RectangleShape)

Remarks
Return Value
Parameters

Refresh()

Remarks
Return Value
Parameters

Close()

Remarks
Return Value
Parameters

Open()

Remarks
Return Value
Parameters

Draw(RectangleShape)

Remarks
Return Value
Parameters

Draw(RectangleShape,OverlayRefreshType)

Remarks
Return Value
Parameters

PanTo(RectangleShape)

Remarks
Return Value
Parameters

GetBoundingBox()

Remarks
Return Value
Parameters

SaveState()

Remarks
Return Value
Parameters

LoadState(Byte[])

Remarks
Return Value
Parameters

Dispose()

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

GetBoundingBoxCore()

Remarks
Return Value
Parameters

DrawCore(RectangleShape,OverlayRefreshType)

Remarks
Return Value
Parameters

InitializeCore(MapArguments)

Remarks
Return Value
Parameters

RefreshCore(RectangleShape)

Remarks
Return Value
Parameters

RefreshCore()

Remarks
Return Value
Parameters

CloseCore()

Remarks
Return Value
Parameters

OpenCore()

Remarks
Return Value
Parameters

4hM=(GeoCanvas)

Remarks
Return Value
Parameters

DrawAttributionCore(GeoCanvas)

Remarks
Return Value
Parameters

OnDrawingAttribution(DrawingAttributionOverlayEventArgs)

Remarks
Return Value
Parameters

OnDrawnAttribution(DrawnAttributionOverlayEventArgs)

Remarks
Return Value
Parameters

PanToCore(RectangleShape)

Remarks
Return Value
Parameters

OnDrawing(DrawingOverlayEventArgs)

Remarks
Return Value
Parameters

OnDrawn(DrawnOverlayEventArgs)

Remarks
Return Value
Parameters

SaveStateCore()

Remarks
Return Value
Parameters

LoadStateCore(Byte[])

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

Dispose(Boolean)

Remarks
Return Value
Parameters

OnRefreshing(OverlayRefreshType)

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

Popups

This property gets a collection of popup that are added into this overlay.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#Popups

Return Value

AutoRefreshInterval

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#AutoRefreshInterval

Return Value

Name

Gets or sets the name of this overaly.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#Name

Return Value

MapArguments

Gets or sets current map information which will be used for calculating mechanism.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#Initialize.28MapArguments.29

Return Value

OverlayCanvas

Gets or sets the actual canvas which maintains all the visual elements on the overlay.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#OverlayCanvas

Return Value

IsBase

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#IsBase

Return Value

CanRefreshRegion

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#CanRefreshRegion

Return Value

DrawingExceptionMode

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

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#DrawingExceptionMode

Return Value

IsVisible

Gets or sets if this overlay is visible.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#IsVisible

Return Value

Attribution

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#DrawAttributionCore.28GeoCanvas.29

Return Value

IsEmpty

This property gets if this overlay is empty or not.

Remarks

This property enhances the performance of the overlay while drawing. If is true, we will skip drawing this overlay and continue drawing the next overlay.

Return Value

Protected Properties

PreviousExtent

Gets or sets the previous exent of the overlay.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#PreviousExtent

Return Value

3BM=

N/A

Remarks

N/A

Return Value

IsOverlayInitialized

Gets or sets if the overlay canvas is initialized.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#IsOverlayInitialized

Return Value

Public Events

Drawing This event raises before the overlay is drawing.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#OnDrawing.28DrawingOverlayEventArgs.29

Event Arguments:DrawingOverlayEventArgs

Drawn This event raises after the overlay is drawn.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#OnDrawn.28DrawnOverlayEventArgs.29

Event Arguments:DrawnOverlayEventArgs

DrawingAttribution N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29

Event Arguments:DrawingAttributionOverlayEventArgs

DrawnAttribution N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PopupOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29

Event Arguments:DrawnAttributionOverlayEventArgs