Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> This class is the base class of all overlays in this overlay system.
The <strong>Overlay</strong> has the similar concept as the layer. Different types of overlays stack over each other to form a map. An overlay object is responsible for getting the configuration infomation from the user.
Usually an overlay represents an image with transparent background that is laid upon other overlay such as <strong>LayerOverlay</strong>, <strong>WmsOverlay</strong>. While the <strong>MarkerOverlay</strong> will not be rendered as an image, it is actually represents a control that holds bunch of marker images on the map.
*System.Object ThinkGeo.MapSuite.iOSEdition.Overlay *ThinkGeo.MapSuite.iOSEdition.AdornmentOverlay *ThinkGeo.MapSuite.iOSEdition.BingMapsTileOverlay *ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay *ThinkGeo.MapSuite.iOSEdition.ExtentInteractiveOverlay *ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay *ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay *ThinkGeo.MapSuite.iOSEdition.LayerOverlay *ThinkGeo.MapSuite.iOSEdition.MarkerOverlay *ThinkGeo.MapSuite.iOSEdition.OpenStreetMapOverlay *ThinkGeo.MapSuite.iOSEdition.OpenStreetMapTileOverlay *ThinkGeo.MapSuite.iOSEdition.PopupOverlay *ThinkGeo.MapSuite.iOSEdition.TileOverlay *ThinkGeo.MapSuite.iOSEdition.TrackInteractiveOverlay *ThinkGeo.MapSuite.iOSEdition.WmsOverlay *ThinkGeo.MapSuite.iOSEdition.WorldMapKitOverlay
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Overlay | Initializes a new instance of the class. |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Close | Closes this instance. | ||
Dispose | Disposes this instance. | ||
Draw | MapArguments, OverlayRefreshType | This method draws the overlay by the specified arguments. | |
Equals | Object | Object | |
GetBoundingBox | Gets the bounding box. | ||
GetHashCode | Object | ||
GetType | Object | ||
Initialize | MapArguments | Initializes the specified map arguments. | |
PostTransform | TransformArguments, MapArguments | Posts the transform for the overlay. | |
Refresh | Refreshes this instance. | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
CloseCore | Closes the core. | ||
Dispose | Boolean | Releases unmanaged and - optionally - managed resources. | |
DrawCore | MapArguments, OverlayRefreshType | This method draws the overlay by the specified arguments. | |
DrawException | GeoCanvas, Exception | Draws the exception. | |
DrawExceptionCore | GeoCanvas, Exception | Draws the exception core. | |
Finalize | Object(overriden) | ||
GetBoundingBoxCore | Gets the bounding box core. | ||
InitializeCore | MapArguments | Initializes the core. | |
MemberwiseClone | Object | ||
OnDrawingException | DrawingExceptionOverlayEventArgs | Handles the event. | |
OnDrawnException | DrawnExceptionOverlayEventArgs | Handles the event. | |
PostTransformCore | TransformArguments, MapArguments | Posts the transform for the overlay. | |
RefreshCore | Refreshes the core. |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
Attribution | String | Gets or sets the attribution. | |
DrawingExceptionMode | DrawingExceptionMode | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | |
DrawingQuality | DrawingQuality | Gets or sets the drawing quality. | |
IsEmpty | Boolean | Gets a value indicating whether this instance is empty. | |
IsVisible | Boolean | Gets or sets a value indicating whether this instance is visible. | |
MapArguments | MapArguments | Gets or sets the map arguments. | |
Name | String | Gets or sets the name. | |
Opacity | Double | Gets or sets the opacity. | |
OverlayView | UIView | Gets or sets the overlay view. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|---|---|---|
DrawingException | DrawingExceptionOverlayEventArgs | This event raises when exception. | |
DrawnException | DrawnExceptionOverlayEventArgs | This event raises when exception. |
Initializes a new instance of the class.
| Name | Type | Description |
|---|
Closes this instance.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Disposes this instance.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
This method draws the overlay by the specified arguments.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| 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
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Gets the bounding box.
| Return Type | Description |
|---|---|
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | A RectangleShape value for the overlay. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Initializes the specified map arguments.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| mapArguments | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> | The map arguments. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Posts the transform for the overlay.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| 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
Refreshes this instance.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Closes the core.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Releases unmanaged and - optionally - managed resources.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| isDisposing | Boolean<!– System.Boolean –> | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
This method draws the overlay by the specified arguments.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| 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
Draws the exception.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | The geo canvas. |
| exception | Exception<!– System.Exception –> | The exception. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Draws the exception core.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| geoCanvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | The geo canvas. |
| ex | Exception<!– System.Exception –> | The ex. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object(overriden) –> Go Back
Gets the bounding box core.
| Return Type | Description |
|---|---|
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | RectangleShape. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Initializes the core.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| mapArgument | MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> | The map argument. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Handles the event.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| args | DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs –> | The instance containing the event data. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Handles the event.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| args | DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs –> | The instance containing the event data. |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Posts the transform for the overlay.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| 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
Refreshes the core.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the attribution.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
| Return Type |
|---|
| DrawingExceptionMode<!– ThinkGeo.MapSuite.Core.DrawingExceptionMode –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the drawing quality.
| Return Type |
|---|
| DrawingQuality<!– ThinkGeo.MapSuite.Core.DrawingQuality –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets a value indicating whether this instance is empty.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets a value indicating whether this instance is visible.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the map arguments.
| Return Type |
|---|
| MapArguments<!– ThinkGeo.MapSuite.iOSEdition.MapArguments –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the name.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the opacity.
| Return Type |
|---|
| Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
Gets or sets the overlay view.
| Return Type |
|---|
| UIView<!– MonoTouch.UIKit.UIView –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
This event raises when exception.
| Event Arguments |
|---|
| DrawingExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
This event raises when exception.
| Event Arguments |
|---|
| DrawnExceptionOverlayEventArgs<!– ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.iOSEdition.Overlay –> Go Back
NOTOC iOSEdition ThinkGeo.MapSuite.iOSEdition UpdateDocumentation
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.