User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.simplemarkeroverlay

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.simplemarkeroverlay [2015/09/18 03:04]
admin
thinkgeo.mapsuite.desktopedition.simplemarkeroverlay [2015/09/23 00:01]
admin
Line 10: Line 10:
 ** {{wiki:​PublicMethod.gif|}} SimpleMarkerOverlay() ** ** {{wiki:​PublicMethod.gif|}} SimpleMarkerOverlay() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​SimpleMarkerOverlay.28.29/​/
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} SimpleMarkerOverlay(IEnumerable<​Marker>​) ** ** {{wiki:​PublicMethod.gif|}} SimpleMarkerOverlay(IEnumerable<​Marker>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
 == Parameters == == Parameters ==
   * //markers//   * //markers//
Line 30: Line 30:
 ** {{wiki:​PublicMethod.gif|}} GetMarkersForDrawing(RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} GetMarkersForDrawing(RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​GetMarkersForDrawing.28RectangleShape.29/​/
  
 == Return Value == == Return Value ==
Line 46: Line 46:
 ** {{wiki:​PublicMethod.gif|}} Refresh(GeoCanvas,​RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} Refresh(GeoCanvas,​RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​Refresh.28GeoCanvas.2C_RectangleShape.29/​/
  
 == Return Value == == Return Value ==
Line 66: Line 66:
 ** {{wiki:​PublicMethod.gif|}} DrawPreview(GeoCanvas) ** ** {{wiki:​PublicMethod.gif|}} DrawPreview(GeoCanvas) **
  
-N/A+  * //This method will be used to draw preview tiles to the canvas.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​DrawPreview.28GeoCanvas.29/​/
  
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]
-  * Description:​N/A+  * Description:​The tile existing type, which indicates whether any tiles exist.
  
 == Parameters == == Parameters ==
   * //canvas//   * //canvas//
     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-    * Description:​N/A+    * Description:​This parameter is the canvas object to draw on.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas) ** ** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas) **
  
-N/A+  * //This method draws the Overlay.//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 93: Line 93:
   * //canvas//   * //canvas//
     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-    * Description:​N/A+    * Description:​This parameter is the canvas object to draw on.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing() ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 110: Line 110:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 126: Line 126:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 142: Line 142:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 158: Line 158:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 178: Line 178:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 198: Line 198:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 222: Line 222:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 242: Line 242:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 266: Line 266:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 278: Line 278:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 294: Line 294:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 306: Line 306:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 319: Line 319:
 ** {{wiki:​ProtectedMethod.gif|}} GetMarkersForDrawingCore(RectangleShape) ** ** {{wiki:​ProtectedMethod.gif|}} GetMarkersForDrawingCore(RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​GetMarkersForDrawingCore.28RectangleShape.29/​/
  
 == Return Value == == Return Value ==
Line 335: Line 335:
 ** {{wiki:​ProtectedMethod.gif|}} OnMarkerDragging(MarkerDraggingSimpleMarkerOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMarkerDragging(MarkerDraggingSimpleMarkerOverlayEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​OnMarkerDragging.28MarkerDraggingSimpleMarkerOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 351: Line 351:
 ** {{wiki:​ProtectedMethod.gif|}} OnMarkerDragged(MarkerDraggedSimpleMarkerOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMarkerDragged(MarkerDraggedSimpleMarkerOverlayEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​OnMarkerDragged.28MarkerDraggedSimpleMarkerOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 367: Line 367:
 ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas) ** ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​DrawCore.28GeoCanvas.29/​/
  
 == Return Value == == Return Value ==
Line 383: Line 383:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) **
  
-N/A+  * //This event will be fired before Overlay is drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​OnDrawing.28DrawingOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 394: Line 394:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
-    * Description:​N/A+    * Description:​The OverlayDrawingEventArgs passed for the event raised.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) **
  
-N/A+  * //This event will be fired after Overlay is drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​OnDrawn.28DrawnOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 410: Line 410:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]
-    * Description:​N/A+    * Description:​The OverlayDrawnEventArgs passed for the event raised.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} RefreshCore(GeoCanvas,​RectangleShape) ** ** {{wiki:​ProtectedMethod.gif|}} RefreshCore(GeoCanvas,​RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​RefreshCore.28GeoCanvas.2C_RectangleShape.29/​/
  
 == Return Value == == Return Value ==
Line 435: Line 435:
 ** {{wiki:​ProtectedMethod.gif|}} DrawPreviewCore(GeoCanvas) ** ** {{wiki:​ProtectedMethod.gif|}} DrawPreviewCore(GeoCanvas) **
  
-N/A+  * //This is the core method of DrawPreview which is intended to be overridden by its concrete sub class.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​DrawPreviewCore.28GeoCanvas.29/​/
  
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]
-  * Description:​N/A+  * Description:​The tile existing type, which indicates whether any tiles exist.
  
 == Parameters == == Parameters ==
   * //canvas//   * //canvas//
     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-    * Description:​N/A+    * Description:​This parameter is the canvas object to draw on.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} sBM=(GeoCanvas) ** ** {{wiki:​ProtectedMethod.gif|}} sBM=(GeoCanvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 467: Line 467:
 ** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** ** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​DrawAttributionCore.28GeoCanvas.29/​/
  
 == Return Value == == Return Value ==
Line 483: Line 483:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 499: Line 499:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 515: Line 515:
 ** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) ** ** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) **
  
-N/A+  * //This method will draw on the canvas when an exception occurs during the drawing process.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​DrawException.28GeoCanvas.2C_Exception.29/​/
  
 == Return Value == == Return Value ==
Line 526: Line 526:
   * //canvas//   * //canvas//
     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-    * Description:​N/A+    * Description:​This parameter is the canvas object to draw on.
  
   * //e//   * //e//
     * Type:​Exception     * Type:​Exception
-    * Description:​N/A+    * Description:​This parameter is the exception that is occurring.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) ** ** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) **
  
-N/A+  * //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 == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​DrawExceptionCore.28GeoCanvas.2C_Exception.29/​/
  
 == Return Value == == Return Value ==
Line 546: Line 546:
   * //canvas//   * //canvas//
     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-    * Description:​N/A+    * Description:​This parameter is the canvas object to draw on.
  
   * //e//   * //e//
     * Type:​Exception     * Type:​Exception
-    * Description:​N/A+    * Description:​This parameter is the exception that is occurring.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingOverlayEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 571: Line 571:
 ** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingOverlayEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 587: Line 587:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 599: Line 599:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 612: Line 612:
 ** {{wiki:​PublicProperty.gif|}} DragMode ** ** {{wiki:​PublicProperty.gif|}} DragMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​DragMode/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerDragMode|MarkerDragMode]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerDragMode|MarkerDragMode]]
Line 620: Line 620:
 ** {{wiki:​PublicProperty.gif|}} Markers ** ** {{wiki:​PublicProperty.gif|}} Markers **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​GetMarkersForDrawing.28RectangleShape.29/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.DesktopEdition.Marker,​ DesktopEdition,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]]   * Type:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.DesktopEdition.Marker,​ DesktopEdition,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]]
Line 628: Line 628:
 ** {{wiki:​PublicProperty.gif|}} IsVisible ** ** {{wiki:​PublicProperty.gif|}} IsVisible **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​IsVisible/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 636: Line 636:
 ** {{wiki:​PublicProperty.gif|}} MapControl ** ** {{wiki:​PublicProperty.gif|}} MapControl **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​MapControl/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.WinformsMap|WinformsMap]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.WinformsMap|WinformsMap]]
Line 644: Line 644:
 ** {{wiki:​PublicProperty.gif|}} Attribution ** ** {{wiki:​PublicProperty.gif|}} Attribution **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​DrawAttributionCore.28GeoCanvas.29/​/
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 652: Line 652:
 ** {{wiki:​PublicProperty.gif|}} Lock ** ** {{wiki:​PublicProperty.gif|}} Lock **
  
-N/A+  * //This property gets the OverlayLock object.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​Lock/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]]
Line 660: Line 660:
 ** {{wiki:​PublicProperty.gif|}} IsBase ** ** {{wiki:​PublicProperty.gif|}} IsBase **
  
-N/A+  * //Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​IsBase/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 668: Line 668:
 ** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ** ** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode **
  
-N/A+  * //This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​DrawingExceptionMode/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]   * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
Line 676: Line 676:
 ** {{wiki:​PublicProperty.gif|}} Name ** ** {{wiki:​PublicProperty.gif|}} Name **
  
-N/A+  * //Gets or sets the name of the overlay, which can be used to represent a specific overlay.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​Name/​/
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 684: Line 684:
 ** {{wiki:​PublicProperty.gif|}} TileCache ** ** {{wiki:​PublicProperty.gif|}} TileCache **
  
-N/A+  * //This property gets or sets the TileCache used for the overlay.//
 == Remarks == == Remarks ==
-N/A+  * //The TileCache system is always used for better performance,​ especially in the case where your application tiles can be pregenerated./​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
Line 692: Line 692:
 ** {{wiki:​PublicProperty.gif|}} PreviewTileCache ** ** {{wiki:​PublicProperty.gif|}} PreviewTileCache **
  
-N/A+  * //This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​PreviewTileCache/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
Line 700: Line 700:
 ** {{wiki:​PublicProperty.gif|}} IsEmpty ** ** {{wiki:​PublicProperty.gif|}} IsEmpty **
  
-N/A+  * //This property can be overridden by its base class. If it is not overridden, its default return value will be false. If this property is empty, we can skip drawing to achieve better performance./​/
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​IsEmpty/​/
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 708: Line 708:
 ** {{wiki:​PublicProperty.gif|}} DrawingTime ** ** {{wiki:​PublicProperty.gif|}} DrawingTime **
  
-N/A+  * //This property gets the last drawing time for the Overlay.//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
   * Type:​TimeSpan   * Type:​TimeSpan
Line 716: Line 716:
 ** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** ** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
 == Return Value == == Return Value ==
   * Type:​TimeSpan   * Type:​TimeSpan
Line 725: Line 725:
 ** {{wiki:​ProtectedProperty.gif|}} rxM= ** ** {{wiki:​ProtectedProperty.gif|}} rxM= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]
Line 733: Line 733:
 ==== Public Events ==== ==== Public Events ====
 ** {{wiki:​PublicEvent.gif|}} MarkerDragging ** ** {{wiki:​PublicEvent.gif|}} MarkerDragging **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​OnMarkerDragging.28MarkerDraggingSimpleMarkerOverlayEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerDraggingSimpleMarkerOverlayEventArgs|MarkerDraggingSimpleMarkerOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerDraggingSimpleMarkerOverlayEventArgs|MarkerDraggingSimpleMarkerOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} MarkerDragged ** ** {{wiki:​PublicEvent.gif|}} MarkerDragged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​OnMarkerDragged.28MarkerDraggedSimpleMarkerOverlayEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerDraggedSimpleMarkerOverlayEventArgs|MarkerDraggedSimpleMarkerOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerDraggedSimpleMarkerOverlayEventArgs|MarkerDraggedSimpleMarkerOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} Drawing ** ** {{wiki:​PublicEvent.gif|}} Drawing **
-N/A+  * //This event will be fired before the Overlay is drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​GetMarkersForDrawing.28RectangleShape.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} Drawn ** ** {{wiki:​PublicEvent.gif|}} Drawn **
-N/A+  * //This event will be fired after the Overlay is drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​OnDrawn.28DrawnOverlayEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} DrawingAttribution ** ** {{wiki:​PublicEvent.gif|}} DrawingAttribution **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} DrawnAttribution ** ** {{wiki:​PublicEvent.gif|}} DrawnAttribution **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.SimpleMarkerOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29/​/
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} RequestedDrawing ** ** {{wiki:​PublicEvent.gif|}} RequestedDrawing **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} RequestingDrawing ** ** {{wiki:​PublicEvent.gif|}} RequestingDrawing **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]
  
  
thinkgeo.mapsuite.desktopedition.simplemarkeroverlay.txt ยท Last modified: 2017/03/16 21:59 (external edit)