This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.silverlightedition.bingmapsoverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightedition.bingmapsoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.SilverlightEdition.BingMapsOverlay ====== | ====== ThinkGeo.MapSuite.SilverlightEdition.BingMapsOverlay ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
- | This class represents the BingsMapOverlay which requests images from image server of Bing Maps. | ||
- | === Remarks === | ||
This class represents the BingsMapOverlay which requests images from image server of Bing Maps. | This class represents the BingsMapOverlay which requests images from image server of Bing Maps. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.SilverlightEdition.Overlay]] | + | *ThinkGeo.MapSuite.SilverlightEdition.Overlay |
- | ***[[ThinkGeo.MapSuite.SilverlightEdition.BingMapsOverlay]] | + | ***ThinkGeo.MapSuite.SilverlightEdition.BingMapsOverlay** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BingMapsOverlay()|BingMapsOverlay]] | | | This is constructor of BingsMapOverlay class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BingMapsOverlay(String)|BingMapsOverlay]] | String | | This is constructor of BingsMapOverlay class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BingMapsOverlay(String, String, BingMapsStyle)|BingMapsOverlay]] | String, String, [[ThinkGeo.MapSuite.SilverlightEdition.BingMapsStyle|BingMapsStyle]] | | This is constructor of BingsMapOverlay class. | | + | |
- | ==== Protected Constructors ==== | + | * //This is constructor of BingsMapOverlay class.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //This is constructor of BingsMapOverlay class.// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay(String) ** | ||
+ | * //This is constructor of BingsMapOverlay class.// | ||
+ | == Remarks == | ||
+ | * //This is constructor of BingsMapOverlay class.// | ||
+ | == Parameters == | ||
+ | * //name// | ||
+ | * Type:String | ||
+ | * Description:A string value indicating the name of this overlay. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} BingMapsOverlay(String,String,BingMapsStyle) ** | ||
+ | |||
+ | * //This is constructor of BingsMapOverlay class.// | ||
+ | == Remarks == | ||
+ | * //This is constructor of BingsMapOverlay class.// | ||
+ | == Parameters == | ||
+ | * //name// | ||
+ | * Type:String | ||
+ | * Description:A string value indicating the name of this overlay. | ||
+ | |||
+ | * //token// | ||
+ | * Type:String | ||
+ | * Description:The token for Bing Map service. | ||
+ | |||
+ | * //bingMapType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.BingMapsStyle|BingMapsStyle]] | ||
+ | * Description:The Bing Map type. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} Draw(RectangleShape,OverlayDrawType) ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(RectangleShape, OverlayDrawType)|Draw]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) | This method draws the features in the specified extent. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | * //This method draws the features in the specified extent.// |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | == Remarks == |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | * //This method draws the features in the specified extent.// |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Initialize(Map)|Initialize]] | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) | This method initializes the overlay canvas such as width, height and z-index for first time. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method re-draws this overlay in current extent. | | + | == Return Value == |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(Point)|ToScreenCoordinate]] | Point | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method returns a screen point from a point shape in world coordinates. | | + | * Type:Void |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(Double, Double)|ToScreenCoordinate]] | Double, Double | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method returns a point shape in screen coordinates from the specified X, Y world coordinates. | | + | * Description:N/A |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(PointShape)|ToScreenCoordinate]] | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method returns a screen point from a point shape in world coordinates. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | == Parameters == |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(PointShape)|ToWorldCoordinate]] | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method returns a point shape in world coordinates from a ScreenPointF structure. | | + | * //worldExtent// |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(Double, Double)|ToWorldCoordinate]] | Double, Double | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. | | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(Point)|ToWorldCoordinate]] | Point | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method returns a point shape in world coordinates from a ScreenPointF structure. | | + | * Description:The new world extent of the map. |
+ | |||
+ | * //overlayDrawType// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]] | ||
+ | * Description:The enum value indecating that the map draws features or not. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Initialize(Map) ** | ||
+ | |||
+ | * //This method initializes the overlay canvas such as width, height and z-index for first time.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //currentMap// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] | ||
+ | * 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|}} ToWorldCoordinate(Double,Double) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //screenX// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //screenY// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToWorldCoordinate(PointShape) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //screenCoordinate// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToWorldCoordinate(Point) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //screenCoordinate// | ||
+ | * Type:Point | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToScreenCoordinate(Double,Double) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //worldX// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //worldY// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToScreenCoordinate(PointShape) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //worldCoordinate// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToScreenCoordinate(Point) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //worldCoordinate// | ||
+ | * Type:Point | ||
+ | * Description:N/A | ||
+ | |||
+ | <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 ==== | ==== Protected Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetTileUri(Uri,RectangleShape,Int32,Int32,Int32,Int32,Double) ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawAttributionCore(GeoCanvas)|DrawAttributionCore]] | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(RectangleShape)|DrawCore]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) | This method draws the features in the specified extent. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTileUri(Uri, RectangleShape, Int32, Int32, Int32, Int32, Double)|GetTileUri]] | Uri, [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]], Int32, Int32, Int32, Int32, Double | | This method gets tile request address from specific parameters. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeCore()|InitializeCore]] | | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) | This method initializes the overlay canvas such as width, height and z-index for first time. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawingAttribution(DrawingAttributionOverlayEventArgs)|OnDrawingAttribution]] | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawnAttribution(DrawnAttributionOverlayEventArgs)|OnDrawnAttribution]] | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PanAnimationCompletedCore()|PanAnimationCompletedCore]] | | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method raised when Panning animation plays completed. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ZoomStoryCompletedCore()|ZoomStoryCompletedCore]] | | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method raised when zooming animation plays completed. | | + | |
- | ==== Public Properties ==== | + | * //This method gets tile request address from specific parameters.// |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | | | + | * //This method gets tile request address from specific parameters.// |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#BingMapsStyle|BingMapsStyle]] | [[ThinkGeo.MapSuite.SilverlightEdition.BingMapsStyle|BingMapsStyle]] | | Gets or sets the Bing Map Type requesting from Bing Map image server. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsStretchEffectDisabled|IsStretchEffectDisabled]] | Boolean | | Gets or sets whether the stretch effect is disabled or not. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Logo|Logo]] | [[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]] | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Gets or sets the name of an overlay which will display in the OverlaySwitcher. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] | Double | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Gets or sets the opacity level of the overlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#OverlayElement|OverlayElement]] | FrameworkElement | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | An FrameworkElement that contains the overlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PanFrameX|PanFrameX]] | SplineDoubleKeyFrame | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PanFrameY|PanFrameY]] | SplineDoubleKeyFrame | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#StoryboardForPanning|StoryboardForPanning]] | Storyboard | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Gets the Storyboard object for panning. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#StoryboardForZooming|StoryboardForZooming]] | Storyboard | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Gets the Storyboard object for zooming. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Token|Token]] | String | | The token string for Bing Map service. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TransitionEffect|TransitionEffect]] | [[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Gets or Sets the transition effect to use when the map is panned or zoomed. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Visibility|Visibility]] | Visibility | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Gets or sets a value that indicates whether the overlay is visible on the map. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZIndex|ZIndex]] | Int32 | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Get or set z-index of overlay, The value is bigger, and the order is higher. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomFrameX|ZoomFrameX]] | SplineDoubleKeyFrame | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Gets the SplineDoubleKeyFrame for zooming. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomFrameY|ZoomFrameY]] | SplineDoubleKeyFrame | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Gets the SplineDoubleKeyFrame for zooming. | | + | |
- | ==== Protected Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Uri |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#MapInfo|MapInfo]] | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Gets or sets current map information. | | + | * Description:A Uri value indicating the real address for requesting the tile image. |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ScaleTransform|ScaleTransform]] | ScaleTransform | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Gets the ScaleTransform object of this overlay. | | + | |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#TransformGroup|TransformGroup]] | TransformGroup | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Gets the TranslateGroup object for panning and zooming. | | + | |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#TranslateTransform|TranslateTransform]] | TranslateTransform | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Gets the TranslateTransform object of this overlay. | | + | |
- | ==== Public Events ==== | + | == Parameters == |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | * //serverUri// |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingAttribution|DrawingAttribution]] | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | | | + | * Type:Uri |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnAttribution|DrawnAttribution]] | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | | | + | * Description:An Uri value indicating the server which specified. |
- | ===== Public Constructors ===== | + | * //tileExtent// |
- | ==== BingMapsOverlay() ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | This is constructor of BingsMapOverlay class. | + | * Description:A RectangleShape value indicating the world extent for requesting images. |
- | === Overloads === | + | |
- | This is constructor of BingsMapOverlay class. | + | |
- | === Remarks === | + | |
- | This is constructor of <strong>BingsMapOverlay</strong> class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | * //row// |
- | ==== BingMapsOverlay(String) ==== | + | * Type:Int32 |
- | This is constructor of BingsMapOverlay class. | + | * Description:An integar value indicating the row index of the tile in the whole world extent. It starts from 0. |
- | === Overloads === | + | |
- | This is constructor of BingsMapOverlay class. | + | |
- | === Remarks === | + | |
- | This is constructor of <strong>BingsMapOverlay</strong> class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | name | String<!-- System.String --> | A string value indicating the name of this overlay. | | + | |
- | [[#Public Constructors|Go Back]] | + | * //column// |
- | ==== BingMapsOverlay(String, String, BingMapsStyle) ==== | + | * Type:Int32 |
- | This is constructor of BingsMapOverlay class. | + | * Description:An integar value indicating the column index of the tile in the whole world extent. It starts from 0. |
- | === Overloads === | + | |
- | This is constructor of BingsMapOverlay class. | + | |
- | === Remarks === | + | |
- | This is constructor of <strong>BingsMapOverlay</strong> class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | name | String<!-- System.String --> | A string value indicating the name of this overlay. | | + | |
- | | token | String<!-- System.String --> | The token for Bing Map service. | | + | |
- | | bingMapType | [[ThinkGeo.MapSuite.SilverlightEdition.BingMapsStyle|BingMapsStyle]]<!-- ThinkGeo.MapSuite.SilverlightEdition.BingMapsStyle --> | The Bing Map type. | | + | |
- | [[#Public Constructors|Go Back]] | + | * //tileWidth// |
- | ===== Protected Constructors ===== | + | * Type:Int32 |
- | ===== Public Methods ===== | + | * Description:A double value indicating the width in pixel of the tile. |
- | ==== Draw(RectangleShape, OverlayDrawType) ==== | + | |
- | This method draws the features in the specified extent. | + | |
- | === Overloads === | + | |
- | Zooms the overlay to the extent that you specify. | + | |
- | === Remarks === | + | |
- | This method draws the features in the specified extent. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //tileHeight// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
- | | worldExtent | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | The new world extent of the map. | | + | * Description:A double value indicating the height in pixel of the tile. |
- | | overlayDrawType | [[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]]<!-- ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType --> | The enum value indecating that the map draws features or not. | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --> | + | * //scale// |
- | [[#Public Methods|Go Back]] | + | * Type:Double |
- | ==== Equals(Object) ==== | + | * Description:A double value indicating current scale of current map. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} LxU=(RectangleShape) ** |
- | | obj | Object<!-- System.Object --> | | | + | |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetHashCode() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //extent// |
- | ==== GetType() ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} MBU=(Image,RectangleShape) ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Initialize(Map) ==== | + | * //N/A// |
- | This method initializes the overlay canvas such as width, height and z-index for first time. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | currentMap | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //image// |
- | ==== Refresh() ==== | + | * Type:Image |
- | This method re-draws this overlay in current extent. | + | * Description:N/A |
- | === Remarks === | + | |
- | This method re-draws this overlay in current extent. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //currentExtent// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} DrawCore(RectangleShape) ** |
- | ==== ToScreenCoordinate(Point) ==== | + | |
- | This method returns a screen point from a point shape in world coordinates. | + | |
- | === Remarks === | + | |
- | This method converts the coordinates of a point shape to a point in screen coordinates. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A screen point in pixels. | | + | |
- | === Parameters === | + | * //This method draws the features in the specified extent.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | worldCoordinate | Point<!-- System.Windows.Point --> | A point in world coordinates. | | + | * //This method draws the features in the specified extent.// |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== ToScreenCoordinate(Double, Double) ==== | + | * Description:N/A |
- | This method returns a point shape in screen coordinates from the specified X, Y world coordinates. | + | |
- | === Remarks === | + | |
- | This method converts X, Y world coordinates to a point in screen coordinates. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A screen point in pixels. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //worldExtent// |
- | | worldX | Double<!-- System.Double --> | The X world coordinate. | | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
- | | worldY | Double<!-- System.Double --> | The Y world coordinate. | | + | * Description:A RectangleShape value indicating the world extent need to draw. |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} InitializeCore() ** |
- | ==== ToScreenCoordinate(PointShape) ==== | + | |
- | This method returns a screen point from a point shape in world coordinates. | + | |
- | === Remarks === | + | |
- | This method converts the coordinates of a point shape to a point in screen coordinates. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A screen point in pixels. | | + | |
- | === Parameters === | + | * //This method initializes the overlay canvas such as width, height and z-index for first time.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | worldCoordinate | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A point shape in world coordinates. | | + | * //This method initializes the overlay canvas such as width, height and z-index for first time.// |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== ToString() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:ProtectedMethod.gif|}} DxU=(GeoCanvas) ** | ||
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToWorldCoordinate(PointShape) ==== | + | * //N/A// |
- | This method returns a point shape in world coordinates from a ScreenPointF structure. | + | |
- | === Remarks === | + | |
- | This method converts a screen point to a point in world coordinates. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A point shape in world coordinates. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | screenCoordinate | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | The point (in screen coordinates) to convert to world coordinates. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //canvas// |
- | ==== ToWorldCoordinate(Double, Double) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] |
- | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. | + | * Description:N/A |
- | === Remarks === | + | |
- | This method converts X, Y screen coordinates to a point shape in world coodinates. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A point shape in world coordinates. | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** |
- | | screenX | Double<!-- System.Double --> | The X-value in pixels referenced to the screen origin. | | + | |
- | | screenY | Double<!-- System.Double --> | The Y-value in pixels referenced to the screen origin. | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToWorldCoordinate(Point) ==== | + | * //N/A// |
- | This method returns a point shape in world coordinates from a ScreenPointF structure. | + | |
- | === Remarks === | + | |
- | This method converts a screen point to a point in world coordinates. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A point shape in world coordinates. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | screenCoordinate | Point<!-- System.Windows.Point --> | The point (in screen coordinates) to convert to world coordinates. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //canvas// |
- | ===== Protected Methods ===== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] |
- | ==== DrawAttributionCore(GeoCanvas) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** |
- | | canvas | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeoCanvas --> | | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== DrawCore(RectangleShape) ==== | + | * //N/A// |
- | This method draws the features in the specified extent. | + | |
- | === Remarks === | + | |
- | This method draws the features in the specified extent. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | worldExtent | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | A RectangleShape value indicating the world extent need to draw. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //args// |
- | ==== Finalize() ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== GetTileUri(Uri, RectangleShape, Int32, Int32, Int32, Int32, Double) ==== | + | * //N/A// |
- | This method gets tile request address from specific parameters. | + | |
- | === Remarks === | + | |
- | This method gets tile request address from specific parameters. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Uri<!-- System.Uri --> | A Uri value indicating the real address for requesting the tile image. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | serverUri | Uri<!-- System.Uri --> | An Uri value indicating the server which specified. | | + | * Description:N/A |
- | | tileExtent | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | A RectangleShape value indicating the world extent for requesting images. | | + | |
- | | row | Int32<!-- System.Int32 --> | An integar value indicating the row index of the tile in the whole world extent. It starts from 0. | | + | |
- | | column | Int32<!-- System.Int32 --> | An integar value indicating the column index of the tile in the whole world extent. It starts from 0. | | + | |
- | | tileWidth | Int32<!-- System.Int32 --> | A double value indicating the width in pixel of the tile. | | + | |
- | | tileHeight | Int32<!-- System.Int32 --> | A double value indicating the height in pixel of the tile. | | + | |
- | | scale | Double<!-- System.Double --> | A double value indicating current scale of current map. | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.BingMapsOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //args// |
- | ==== InitializeCore() ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] |
- | This method initializes the overlay canvas such as width, height and z-index for first time. | + | * Description:N/A |
- | === Remarks === | + | |
- | This method initializes the overlay canvas such as width, height and z-index for first time. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} ZoomStoryCompletedCore() ** |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --> | + | * //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> |
- | ==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ==== | + | ** {{wiki:ProtectedMethod.gif|}} PanAnimationCompletedCore() ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | args | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs --> | | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | args | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs --> | | | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== PanAnimationCompletedCore() ==== | + | * //N/A// |
- | This method raised when Panning animation plays completed. | + | |
- | === Remarks === | + | |
- | This method raised when Panning animation plays completed. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== ZoomStoryCompletedCore() ==== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | This method raised when zooming animation plays completed. | + | |
- | === Remarks === | + | |
- | This method raised when zooming animation plays completed. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Object |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== Attribution ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== BingMapsStyle ==== | + | ==== Public Properties ==== |
- | Gets or sets the Bing Map Type requesting from Bing Map image server. | + | ** {{wiki:PublicProperty.gif|}} IsStretchEffectDisabled ** |
- | === Remarks === | + | |
- | Gets or sets the Bing Map Type requesting from Bing Map image server. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightEdition.BingMapsStyle|BingMapsStyle]]<!-- ThinkGeo.MapSuite.SilverlightEdition.BingMapsStyle --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.BingMapsOverlay --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== IsStretchEffectDisabled ==== | ||
Gets or sets whether the stretch effect is disabled or not. | Gets or sets whether the stretch effect is disabled or not. | ||
- | === Remarks === | + | == Remarks == |
If the wms images are transparent background, the stretched tiles will display right below the real tiles by the default value which affects your map. | If the wms images are transparent background, the stretched tiles will display right below the real tiles by the default value which affects your map. | ||
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Boolean |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.BingMapsOverlay --> | + | ** {{wiki:PublicProperty.gif|}} Token ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Logo ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeoImage --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.BingMapsOverlay --> | + | The token string for Bing Map service. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Name ==== | + | N/A |
- | Gets or sets the name of an overlay which will display in the OverlaySwitcher. | + | == Return Value == |
- | === Return Value === | + | * Type:String |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Logo ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Opacity ==== | + | |
- | Gets or sets the opacity level of the overlay. | + | |
- | === Remarks === | + | |
- | The <strong>Opacity</strong> property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent(1.00), the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== OverlayElement ==== | + | N/A |
- | An FrameworkElement that contains the overlay. | + | == Return Value == |
- | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoImage|GeoImage]] |
- | ^ Return Type ^ | + | |
- | | FrameworkElement<!-- System.Windows.FrameworkElement --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} BingMapsStyle ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== PanFrameX ==== | + | |
- | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | SplineDoubleKeyFrame<!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | Gets or sets the Bing Map Type requesting from Bing Map image server. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== PanFrameY ==== | + | Gets or sets the Bing Map Type requesting from Bing Map image server. |
- | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. | + | == Return Value == |
- | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.BingMapsStyle|BingMapsStyle]] |
- | ^ Return Type ^ | + | |
- | | SplineDoubleKeyFrame<!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Visibility ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== StoryboardForPanning ==== | + | |
- | Gets the Storyboard object for panning. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Storyboard<!-- System.Windows.Media.Animation.Storyboard --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== StoryboardForZooming ==== | + | N/A |
- | Gets the Storyboard object for zooming. | + | == Return Value == |
- | === Return Value === | + | * Type:Visibility |
- | ^ Return Type ^ | + | |
- | | Storyboard<!-- System.Windows.Media.Animation.Storyboard --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} OverlayElement ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Token ==== | + | |
- | The token string for Bing Map service. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.BingMapsOverlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TransitionEffect ==== | + | N/A |
- | Gets or Sets the transition effect to use when the map is panned or zoomed. | + | == Return Value == |
- | === Return Value === | + | * Type:FrameworkElement |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]]<!-- ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Name ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Visibility ==== | + | |
- | Gets or sets a value that indicates whether the overlay is visible on the map. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Visibility<!-- System.Windows.Visibility --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ZIndex ==== | + | N/A |
- | Get or set z-index of overlay, The value is bigger, and the order is higher. | + | == Return Value == |
- | === Remarks === | + | * Type:String |
- | Get or set z-index of overlay, The value is bigger, and the order is higher. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Attribution ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ZoomFrameX ==== | + | |
- | Gets the SplineDoubleKeyFrame for zooming. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | SplineDoubleKeyFrame<!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ZoomFrameY ==== | + | N/A |
- | Gets the SplineDoubleKeyFrame for zooming. | + | == Return Value == |
- | === Return Value === | + | * Type:String |
- | ^ Return Type ^ | + | |
- | | SplineDoubleKeyFrame<!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} TransitionEffect ** |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | |
- | ==== MapInfo ==== | + | |
- | Gets or sets current map information. | + | |
- | === Remarks === | + | |
- | Gets or sets current map information. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | N/A |
- | [[#Protected Properties|Go Back]] | + | == Remarks == |
- | ==== ScaleTransform ==== | + | N/A |
- | Gets the ScaleTransform object of this overlay. | + | == Return Value == |
- | === Remarks === | + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]] |
- | Gets the ScaleTransform object of this overlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | ScaleTransform<!-- System.Windows.Media.ScaleTransform --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Opacity ** |
- | [[#Protected Properties|Go Back]] | + | |
- | ==== TransformGroup ==== | + | |
- | Gets the TranslateGroup object for panning and zooming. | + | |
- | === Remarks === | + | |
- | Gets the TranslateGroup object for panning and zooming. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | TransformGroup<!-- System.Windows.Media.TransformGroup --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | N/A |
- | [[#Protected Properties|Go Back]] | + | == Remarks == |
- | ==== TranslateTransform ==== | + | N/A |
- | Gets the TranslateTransform object of this overlay. | + | == Return Value == |
- | === Remarks === | + | * Type:Double |
- | Gets the TranslateTransform object of this overlay. | + | |
- | === Return Value === | + | ** {{wiki:PublicProperty.gif|}} ZIndex ** |
- | ^ Return Type ^ | + | |
- | | TranslateTransform<!-- System.Windows.Media.TranslateTransform --> | | + | N/A |
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} StoryboardForZooming ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Storyboard | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} StoryboardForPanning ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Storyboard | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} PanFrameX ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:SplineDoubleKeyFrame | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} PanFrameY ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:SplineDoubleKeyFrame | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomFrameX ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:SplineDoubleKeyFrame | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomFrameY ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:SplineDoubleKeyFrame | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} MapInfo ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} TranslateTransform ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:TranslateTransform | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} ScaleTransform ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:ScaleTransform | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} TransformGroup ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:TransformGroup | ||
+ | |||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] |
- | [[#Protected Properties|Go Back]] | + | |
- | ===== Public Events ===== | + | |
- | ==== DrawingAttribution ==== | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== DrawnAttribution ==== | + | == Remarks == |
- | === Event Arguments === | + | N/A |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:SilverlightEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.SilverlightEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||