This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.iosedition.layeroverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.iosedition.layeroverlay [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.iOSEdition.LayerOverlay ====== | ====== ThinkGeo.MapSuite.iOSEdition.LayerOverlay ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | |||
| - | <!-- Class --> | ||
| - | This class represents a group of layers; each layer can be of any layer type. | ||
| - | === Remarks === | ||
| This class represents a group of layers; each layer can be of any layer type. | This class represents a group of layers; each layer can be of any layer type. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.iOSEdition.Overlay]] | + | *ThinkGeo.MapSuite.iOSEdition.Overlay |
| - | ***[[ThinkGeo.MapSuite.iOSEdition.TileOverlay]] | + | *ThinkGeo.MapSuite.iOSEdition.TileOverlay |
| - | ****[[ThinkGeo.MapSuite.iOSEdition.LayerOverlay]] | + | ***ThinkGeo.MapSuite.iOSEdition.LayerOverlay** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} LayerOverlay() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#LayerOverlay()|LayerOverlay]] | | | Initializes a new instance of the class. | | + | |
| + | Initializes a new instance of the class. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} LayerOverlay(IEnumerable<Layer>) ** | ||
| + | |||
| + | Constructor of LayerOverlay class. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Parameters == | ||
| + | * //layers// | ||
| + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Layer|Layer]]> | ||
| + | * Description:This parameter indicates a layer collection which needs to be drawn. | ||
| + | |||
| + | <div newline></div> | ||
| ==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetOneTile() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Close()|Close]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Closes this instance. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Disposes this instance. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(MapArguments, OverlayRefreshType)|Draw]] | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]], [[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | This method draws the overlay by the specified arguments. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBoundingBox()|GetBoundingBox]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets the bounding box. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Initialize(MapArguments)|Initialize]] | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Initializes the specified map arguments. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#PostTransform(TransformArguments, MapArguments)|PostTransform]] | [[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]], [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Posts the transform for the overlay. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Refreshes this instance. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
| - | ==== Protected Methods ==== | + | N/A |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CloseCore()|CloseCore]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]](overriden) | Closes the core. | | + | N/A |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Dispose(Boolean)|Dispose]] | Boolean | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]](overriden) | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(MapArguments, OverlayRefreshType)|DrawCore]] | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]], [[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]](overriden) | Draws the core. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawException(GeoCanvas, Exception)|DrawException]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Draws the exception. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawExceptionCore(GeoCanvas, Exception)|DrawExceptionCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Draws the exception core. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawTile(TileView, MapArguments)|DrawTile]] | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]], [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Redraws a specified tile with the provided world extent. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawTileCore(GeoCanvas, TileView)|DrawTileCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]](overriden) | This method draws tiles to form this overlay by the passed parameters. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object(overriden) | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetBoundingBoxCore()|GetBoundingBoxCore]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]](overriden) | This method gets a bounding box that holds all the layers which are added in this overlay. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTile()|GetTile]] | | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTileCore()|GetTileCore]] | | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]](overriden) | This method gets a specific tile object to form an overlay. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTileMatrix(Double, Int32, Int32, GeographyUnit)|GetTileMatrix]] | Double, Int32, Int32, [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets the tile matrix for TileOverlay. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTileMatrixCells(GeographyUnit, RectangleShape, Double)|GetTileMatrixCells]] | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]], [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], Double | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets the tile matrix cells for TileOverlay. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeCore(MapArguments)|InitializeCore]] | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Initializes the core. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawingException(DrawingExceptionOverlayEventArgs)|OnDrawingException]] | [[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Handles the event. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawnException(DrawnExceptionOverlayEventArgs)|OnDrawnException]] | [[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Handles the event. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PostTransformCore(TransformArguments, MapArguments)|PostTransformCore]] | [[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]], [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]](overriden) | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RefreshCore()|RefreshCore]] | | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]](overriden) | Refreshes tiles on the overlay. When calling this mehtod, all the tiles including map tiles and stretched tiles will be cleared. And reform with new tiles. | | + | |
| - | ==== Public Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets or sets the attribution. | | + | * Description:N/A |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingExceptionMode|DrawingExceptionMode]] | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingQuality|DrawingQuality]] | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets or sets the drawing quality. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsCacheOnly|IsCacheOnly]] | Boolean | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets a value indicating whether this instance is cache only. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsEmpty|IsEmpty]] | Boolean | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]](overriden) | This property indicates whether this overlay is empty or not. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]](overriden) | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Layers|Layers]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.Core.Layer|Layer]]> | | Gets a GeoCollection that contains the layers that will draw on the image. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#LockLayerMode|LockLayerMode]] | [[ThinkGeo.MapSuite.iOSEdition.LockLayerMode|LockLayerMode]] | | This property gets and sets the lock mode while drawing layers. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets or sets the map arguments. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets or sets the name. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] | Double | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets or sets the opacity. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OverlayView|OverlayView]] | UIView | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | Gets or sets the overlay view. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TileCache|TileCache]] | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets the tile cache. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TileHeight|TileHeight]] | Int32 | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets the height of the tile. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TileSnappingMode|TileSnappingMode]] | [[ThinkGeo.MapSuite.iOSEdition.TileSnappingMode|TileSnappingMode]] | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets the tile snapping mode. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TileType|TileType]] | [[ThinkGeo.MapSuite.iOSEdition.TileType|TileType]] | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets and sets the overlay is formed by multiple tiles or single tile. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TileWidth|TileWidth]] | Int32 | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets the width of the tile. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TransitionEffect|TransitionEffect]] | [[ThinkGeo.MapSuite.iOSEdition.TransitionEffect|TransitionEffect]] | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets the transition effect. | | + | |
| - | ==== Protected Properties ==== | + | == Parameters == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#DrawingView|DrawingView]] | UIView | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets the drawing view. | | + | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>) ** |
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#StretchView|StretchView]] | UIView | [[ThinkGeo.MapSuite.iOSEdition.TileOverlay|TileOverlay]] | Gets or sets the stretch view. | | + | |
| - | ==== Public Events ==== | + | N/A |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingException|DrawingException]] | [[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | This event raises when [[drawing|exception]]. | | + | N/A |
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnException|DrawnException]] | [[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.iOSEdition.Overlay|Overlay]] | This event raises when [[drawn|exception]]. | | + | |
| - | ===== Public Constructors ===== | + | == Return Value == |
| - | ==== LayerOverlay() ==== | + | * Type:Void |
| - | Initializes a new instance of the class. | + | * Description:N/A |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Public Constructors|Go Back]] | + | == Parameters == |
| - | ===== Protected Constructors ===== | + | * //extentsToRefresh// |
| - | ===== Public Methods ===== | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
| - | ==== Close() ==== | + | * Description:N/A |
| - | Closes this instance. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan) ** |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== Dispose() ==== | + | N/A |
| - | Disposes this instance. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //bufferTime// |
| - | ==== Draw(MapArguments, OverlayRefreshType) ==== | + | * Type:TimeSpan |
| - | This method draws the overlay by the specified arguments. | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,RequestDrawingBufferTimeType) ** |
| - | | mapArguments | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | This parameter indicates an mapArguments to draw the overlay. | | + | |
| - | | refreshType | [[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType --> | This parameter indicates whether this overlay needs to be refresh or not. | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== Equals(Object) ==== | + | N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| - | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //bufferTime// |
| - | ==== GetBoundingBox() ==== | + | * Type:TimeSpan |
| - | Gets the bounding box. | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A RectangleShape value for the overlay. | | + | |
| - | === Parameters === | + | * //bufferTimeType// |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,BufferTimeType) ** |
| - | ==== GetHashCode() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | N/A |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | N/A | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Void |
| - | ==== GetType() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //bufferTime// |
| + | * Type:TimeSpan | ||
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | * //bufferTimeType// |
| - | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] |
| - | ==== Initialize(MapArguments) ==== | + | * Description:N/A |
| - | Initializes the specified map arguments. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan) ** |
| - | | mapArguments | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | The map arguments. | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== PostTransform(TransformArguments, MapArguments) ==== | + | N/A |
| - | Posts the transform for the overlay. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| - | | transformInfo | [[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.TransformArguments --> | The transform information. | | + | * Description:N/A |
| - | | mapArguments | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | The map arguments. | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //extentToRefresh// |
| - | ==== Refresh() ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | Refreshes this instance. | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //bufferTime// |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:TimeSpan |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** |
| - | ==== ToString() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | N/A |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | N/A | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Void |
| - | ===== Protected Methods ===== | + | * Description:N/A |
| - | ==== CloseCore() ==== | + | |
| - | Closes the core. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //extentToRefresh// |
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) --> | + | * //bufferTime// |
| - | [[#Protected Methods|Go Back]] | + | * Type:TimeSpan |
| - | ==== Dispose(Boolean) ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //bufferTimeType// |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
| - | | isDisposing | Boolean<!-- System.Boolean --> | | | + | * Description:N/A |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) --> | + | <div newline></div> |
| - | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,BufferTimeType) ** |
| - | ==== DrawCore(MapArguments, OverlayRefreshType) ==== | + | |
| - | Draws the core. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | N/A |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | mapArguments | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | The map arguments. | | + | N/A |
| - | | refreshType | [[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType --> | Type of the refresh. | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Void |
| - | ==== DrawException(GeoCanvas, Exception) ==== | + | * Description:N/A |
| - | Draws the exception. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //extentToRefresh// |
| - | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | The geo canvas. | | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | | exception | Exception<!-- System.Exception --> | The exception. | | + | * Description:N/A |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | * //bufferTime// |
| - | [[#Protected Methods|Go Back]] | + | * Type:TimeSpan |
| - | ==== DrawExceptionCore(GeoCanvas, Exception) ==== | + | * Description:N/A |
| - | Draws the exception core. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //bufferTimeType// |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] |
| - | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | The geo canvas. | | + | * Description:N/A |
| - | | ex | Exception<!-- System.Exception --> | The ex. | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | <div newline></div> |
| - | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan) ** |
| - | ==== DrawTile(TileView, MapArguments) ==== | + | |
| - | Redraws a specified tile with the provided world extent. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | N/A |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | tile | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> | A Tile object that is created by the GetTile() method to draw. | | + | N/A |
| - | | mapArguments | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | A mapArguments for drawing the passed tile. | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Void |
| - | ==== DrawTileCore(GeoCanvas, TileView) ==== | + | * Description:N/A |
| - | This method draws tiles to form this overlay by the passed parameters. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //extentsToRefresh// |
| - | | geoCanvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
| - | | tile | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> | | | + | * Description:N/A |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay(overriden) --> | + | * //bufferTime// |
| - | [[#Protected Methods|Go Back]] | + | * Type:TimeSpan |
| - | ==== Finalize() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** |
| - | <!-- System.Object(overriden) --> | + | N/A |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== GetBoundingBoxCore() ==== | + | N/A |
| - | This method gets a bounding box that holds all the layers which are added in this overlay. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A RectangleShape value that holds all the layers which are added in this overlay. | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | * //extentsToRefresh// |
| - | ==== GetTile() ==== | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
| - | Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile. | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> | | | + | |
| - | === Parameters === | + | * //bufferTime// |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:TimeSpan |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | * //bufferTimeType// |
| - | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
| - | ==== GetTileCore() ==== | + | * Description:N/A |
| - | This method gets a specific tile object to form an overlay. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.iOSEdition.TileView --> | A Tile object to form an overlay. | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan,BufferTimeType) ** |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay(overriden) --> | + | N/A |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== GetTileMatrix(Double, Int32, Int32, GeographyUnit) ==== | + | N/A |
| - | Gets the tile matrix for TileOverlay. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]<!-- ThinkGeo.MapSuite.Core.TileMatrix --> | TileMatrix. | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| - | | scale | Double<!-- System.Double --> | The scale. | | + | * Description:N/A |
| - | | tileWidth | Int32<!-- System.Int32 --> | Width of the tile. | | + | |
| - | | tileHeight | Int32<!-- System.Int32 --> | Height of the tile. | | + | |
| - | | boundingBoxUnit | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | The bounding box unit. | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | * //extentsToRefresh// |
| - | ==== GetTileMatrixCells(GeographyUnit, RectangleShape, Double) ==== | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
| - | Gets the tile matrix cells for TileOverlay. | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Collection<[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.TileMatrixCell} --> | Collection<TileMatrixCell>. | | + | |
| - | === Parameters === | + | * //bufferTime// |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:TimeSpan |
| - | | mapUnit | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | The map unit. | | + | * Description:N/A |
| - | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | The target extent. | | + | |
| - | | targetScale | Double<!-- System.Double --> | The target scale. | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | * //bufferTimeType// |
| - | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] |
| - | ==== InitializeCore(MapArguments) ==== | + | * Description:N/A |
| - | Initializes the core. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} RemoveAllAnimations() ** |
| - | | mapArgument | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | The map argument. | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | N/A |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== MemberwiseClone() ==== | + | N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> |
| - | ==== OnDrawingException(DrawingExceptionOverlayEventArgs) ==== | + | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** |
| - | Handles the event. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | N/A |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | args | [[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs --> | The instance containing the event data. | | + | N/A |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | ==== OnDrawnException(DrawnExceptionOverlayEventArgs) ==== | + | * Description:N/A |
| - | Handles the event. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| - | | args | [[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs --> | The instance containing the event data. | | + | ** {{wiki:PublicMethod.gif|}} Initialize(MapArguments) ** |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | N/A |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== PostTransformCore(TransformArguments, MapArguments) ==== | + | N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| - | | transformInfo | [[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.TransformArguments --> | | | + | * Description:N/A |
| - | | mapArguments | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | | | + | |
| + | == Parameters == | ||
| + | * //mapArguments// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} Refresh() ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //extent// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} Draw(MapArguments,OverlayRefreshType) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //mapArguments// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //refreshType// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} PostTransform(TransformArguments,MapArguments) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //transformInfo// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //mapArguments// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} Close() ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //obj// | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Int32 | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Type | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ==== Protected Methods ==== | ||
| + | ** {{wiki:ProtectedMethod.gif|}} GetTileCore() ** | ||
| + | |||
| + | This method gets a specific tile object to form an overlay. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] | ||
| + | * Description:A Tile object to form an overlay. | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ||
| + | |||
| + | This method gets a bounding box that holds all the layers which are added in this overlay. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:A RectangleShape value that holds all the layers which are added in this overlay. | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} DrawTileCore(GeoCanvas,TileView) ** | ||
| + | |||
| + | This method draws tiles to form this overlay by the passed parameters. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //geoCanvas// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //tile// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} RefreshCore() ** | ||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== RefreshCore() ==== | ||
| Refreshes tiles on the overlay. When calling this mehtod, all the tiles including map tiles and stretched tiles will be cleared. And reform with new tiles. | Refreshes tiles on the overlay. When calling this mehtod, all the tiles including map tiles and stretched tiles will be cleared. And reform with new tiles. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ Description ^ | + | N/A |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> |
| - | ===== Public Properties ===== | + | ** {{wiki:ProtectedMethod.gif|}} DrawCore(MapArguments,OverlayRefreshType) ** |
| - | ==== Attribution ==== | + | |
| - | Gets or sets the attribution. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | Draws the core. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== DrawingExceptionMode ==== | + | N/A |
| - | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Return Value == |
| - | [[#Public Properties|Go Back]] | + | * Type:Void |
| - | ==== DrawingQuality ==== | + | * Description:N/A |
| - | Gets or sets the drawing quality. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]<!-- ThinkGeo.MapSuite.Core.DrawingQuality --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | == Parameters == |
| - | [[#Public Properties|Go Back]] | + | * //mapArguments// |
| - | ==== IsCacheOnly ==== | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] |
| - | Gets or sets a value indicating whether this instance is cache only. | + | * Description:The map arguments. |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | * //refreshType// |
| - | [[#Public Properties|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] |
| - | ==== IsEmpty ==== | + | * Description:Type of the refresh. |
| - | This property indicates whether this overlay is empty or not. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) --> | + | <div newline></div> |
| - | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** |
| - | ==== IsVisible ==== | + | |
| - | === Return Value === | + | Closes the core. |
| - | ^ Return Type ^ | + | == Remarks == |
| - | | Boolean<!-- System.Boolean --> | | + | N/A |
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} PrepareInertialPan(RectangleShape,RectangleShape,MapArguments) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //currentExtent// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //velocityExtent// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //mapArguments// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} RemoveAllAnimationCore() ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} DrawTile(TileView,MapArguments) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //tile// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //mapArguments// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} GetTile() ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} GetTileMatrix(Double,Int32,Int32,GeographyUnit) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //scale// | ||
| + | * Type:Double | ||
| + | * Description:N/A | ||
| + | |||
| + | * //tileWidth// | ||
| + | * Type:Int32 | ||
| + | * Description:N/A | ||
| + | |||
| + | * //tileHeight// | ||
| + | * Type:Int32 | ||
| + | * Description:N/A | ||
| + | |||
| + | * //boundingBoxUnit// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} GetTileMatrixCells(GeographyUnit,RectangleShape,Double) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Collection<[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //mapUnit// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //targetExtent// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //targetScale// | ||
| + | * Type:Double | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} PostTransformCore(TransformArguments,MapArguments) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //transformInfo// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //mapArguments// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //disposing// | ||
| + | * Type:Boolean | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} RefreshCore(RectangleShape) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //extent// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} InitializeCore(MapArguments) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //mapArgument// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //geoCanvas// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //exception// | ||
| + | * Type:Exception | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //geoCanvas// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //ex// | ||
| + | * Type:Exception | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionOverlayEventArgs) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //args// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionOverlayEventArgs) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //args// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} PrepareInertialPanInternal(RectangleShape,RectangleShape,MapArguments) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //currentExtent// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //velocityExtent// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //mapArguments// | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ==== Public Properties ==== | ||
| + | ** {{wiki:PublicProperty.gif|}} Layers ** | ||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay(overriden) --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Layers ==== | ||
| Gets a GeoCollection that contains the layers that will draw on the image. | Gets a GeoCollection that contains the layers that will draw on the image. | ||
| - | === Remarks === | + | == Remarks == |
| - | The <strong>Layers</strong> property holds all of the layers that are used by the <strong>Draw</strong> method. The Draw method loops through all layers to filter out features and draw on the image with the specified styles. | + | The Layers property holds all of the layers that are used by the Draw method. The Draw method loops through all layers to filter out features and draw on the image with the specified styles. |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCollection<T>[[ThinkGeo.MapSuite.Core.Layer, MapSuitePortableCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoCollection<T>]] |
| - | | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.Core.Layer|Layer]]><!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.Core.Layer} --> | | + | |
| + | ** {{wiki:PublicProperty.gif|}} IsEmpty ** | ||
| + | |||
| + | This property indicates whether this overlay is empty or not. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} LockLayerMode ** | ||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.LayerOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== LockLayerMode ==== | ||
| This property gets and sets the lock mode while drawing layers. | This property gets and sets the lock mode while drawing layers. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | [[ThinkGeo.MapSuite.iOSEdition.LockLayerMode|LockLayerMode]]<!-- ThinkGeo.MapSuite.iOSEdition.LockLayerMode --> | | + | == Return Value == |
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.LockLayerMode|LockLayerMode]] | ||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.LayerOverlay --> | + | ** {{wiki:PublicProperty.gif|}} IsCacheOnly ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== MapArguments ==== | + | |
| - | Gets or sets the map arguments. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== Name ==== | + | N/A |
| - | Gets or sets the name. | + | == Return Value == |
| - | === Return Value === | + | * Type:Boolean |
| - | ^ Return Type ^ | + | |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} TileWidth ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== Opacity ==== | + | |
| - | Gets or sets the opacity. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Double<!-- System.Double --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== OverlayView ==== | + | N/A |
| - | Gets or sets the overlay view. | + | == Return Value == |
| - | === Return Value === | + | * Type:Int32 |
| - | ^ Return Type ^ | + | |
| - | | UIView<!-- MonoTouch.UIKit.UIView --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} TileHeight ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== TileCache ==== | + | |
| - | Gets or sets the tile cache. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== TileHeight ==== | + | N/A |
| - | Gets or sets the height of the tile. | + | == Return Value == |
| - | === Return Value === | + | * Type:Int32 |
| - | ^ Return Type ^ | + | |
| - | | Int32<!-- System.Int32 --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | ** {{wiki:PublicProperty.gif|}} IsVisible ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== TileSnappingMode ==== | + | |
| - | Gets or sets the tile snapping mode. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.iOSEdition.TileSnappingMode|TileSnappingMode]]<!-- ThinkGeo.MapSuite.iOSEdition.TileSnappingMode --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== TileType ==== | + | N/A |
| - | Gets and sets the overlay is formed by multiple tiles or single tile. | + | == Return Value == |
| - | === Return Value === | + | * Type:Boolean |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.iOSEdition.TileType|TileType]]<!-- ThinkGeo.MapSuite.iOSEdition.TileType --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | ** {{wiki:PublicProperty.gif|}} TransitionEffect ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== TileWidth ==== | + | |
| - | Gets or sets the width of the tile. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Int32<!-- System.Int32 --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== TransitionEffect ==== | + | N/A |
| - | Gets or sets the transition effect. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TransitionEffect|TransitionEffect]] |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.iOSEdition.TransitionEffect|TransitionEffect]]<!-- ThinkGeo.MapSuite.iOSEdition.TransitionEffect --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | ** {{wiki:PublicProperty.gif|}} TileCache ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ===== Protected Properties ===== | + | |
| - | ==== DrawingView ==== | + | |
| - | Gets or sets the drawing view. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | UIView<!-- MonoTouch.UIKit.UIView --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | N/A |
| - | [[#Protected Properties|Go Back]] | + | == Remarks == |
| - | ==== StretchView ==== | + | N/A |
| - | Gets or sets the stretch view. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] |
| - | ^ Return Type ^ | + | |
| - | | UIView<!-- MonoTouch.UIKit.UIView --> | | + | ** {{wiki:PublicProperty.gif|}} TileSnappingMode ** |
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileSnappingMode|TileSnappingMode]] | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} TileType ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileType|TileType]] | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:TimeSpan | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} Name ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} OverlayView ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:UIView | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} DrawingQuality ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} Opacity ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Double | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} MapArguments ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} CanRefreshRegion ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | |||
| + | ==== Protected Properties ==== | ||
| + | ** {{wiki:ProtectedProperty.gif|}} CacheMark ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | |||
| + | ** {{wiki:ProtectedProperty.gif|}} SingleTile ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.iOSEdition.TileView|TileView]] | ||
| + | |||
| + | ** {{wiki:ProtectedProperty.gif|}} DrawingView ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:UIView | ||
| + | |||
| + | ** {{wiki:ProtectedProperty.gif|}} StretchView ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:UIView | ||
| + | |||
| + | ==== Public Events ==== | ||
| + | ** {{wiki:PublicEvent.gif|}} DrawingException ** | ||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| - | <!-- ThinkGeo.MapSuite.iOSEdition.TileOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] |
| - | [[#Protected Properties|Go Back]] | + | |
| - | ===== Public Events ===== | + | |
| - | ==== DrawingException ==== | + | |
| - | This event raises when [[drawing|exception]]. | + | |
| - | === Event Arguments === | + | |
| - | ^ Event Arguments ^ | + | |
| - | | [[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawnException ** |
| - | [[#Public Events|Go Back]] | + | N/A |
| - | ==== DrawnException ==== | + | == Remarks == |
| - | This event raises when [[drawn|exception]]. | + | N/A |
| - | === Event Arguments === | + | |
| - | ^ Event Arguments ^ | + | |
| - | | [[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs --> | | + | |
| - | <!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] |
| - | [[#Public Events|Go Back]] | + | |
| - | __NOTOC__ | ||
| - | [[Category:iOSEdition]] | ||
| - | [[Category:ThinkGeo.MapSuite.iOSEdition]] | ||
| - | [[Category:UpdateDocumentation]] | ||