User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.wmsoverlay

ThinkGeo.MapSuite.SilverlightEdition.WmsOverlay

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

Represents an overlay object that gets map images from the WMS server you specify.

Inheritance Hierarchy

Members Summary

Public Constructors

WmsOverlay()

  • This is constructor of WmsOverlay class.
Remarks
  • This is constructor of WmsOverlay class.
Parameters

WmsOverlay(String)

  • This is constructor of WmsOverlay class.
Remarks
  • This is constructor of WmsOverlay class.
Parameters
  • name
    • Type:String
    • Description:A string value indicating the name of this overlay.

WmsOverlay(String,Uri)

  • This is constructor of WmsOverlay class.
Remarks
  • This is constructor of WmsOverlay class.
Parameters
  • name
    • Type:String
    • Description:A string value indicating the name of this overlay.
  • serverUri
    • Type:Uri
    • Description:A Uri value indicating the Wms server address.

WmsOverlay(String,Uri,TileType)

  • This is constructor of WmsOverlay class.
Remarks
  • This is constructor of WmsOverlay class.
Parameters
  • name
    • Type:String
    • Description:A string value indicating the name of this overlay.
  • serverUri
    • Type:Uri
    • Description:A Uri value indicating the Wms server address.
  • tileType
    • Type:TileType
    • Description:This enumeration specifies whether the overlay uses tiling.

WmsOverlay(String,IEnumerable<Uri>,TileType)

  • This is constructor of WmsOverlay class.
Remarks
  • This is constructor of WmsOverlay class.
Parameters
  • name
    • Type:String
    • Description:A string value indicating the name of this overlay.
  • serverUris
    • Type:IEnumerable<Uri>
    • Description:This parameter indicates a collection of uris for the Wms server.
  • tileType
    • Type:TileType
    • Description:This enumeration specifies whether the overlay uses tiling.

Protected Constructors

Public Methods

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:Map
    • Description:N/A

Refresh()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Draw(RectangleShape,OverlayDrawType)

  • This method draws the features in the specified extent.
Remarks
  • This method draws the features in the specified extent.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • worldExtent
  • overlayDrawType
    • Description:The enum value indecating that the map draws features or not.

GetServerCapabilitiesXmlAsync()

  • This API gets the GetCapabilites document of the service.
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:This API returns the GetCapabilites document of the service.
Parameters

ToWorldCoordinate(Double,Double)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • screenX
    • Type:Double
    • Description:N/A
  • screenY
    • Type:Double
    • Description:N/A

ToWorldCoordinate(PointShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • screenCoordinate

ToWorldCoordinate(Point)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • screenCoordinate
    • Type:Point
    • Description:N/A

ToScreenCoordinate(Double,Double)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • worldX
    • Type:Double
    • Description:N/A
  • worldY
    • Type:Double
    • Description:N/A

ToScreenCoordinate(PointShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters

ToScreenCoordinate(Point)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • worldCoordinate
    • Type:Point
    • Description:N/A

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

InitializeCore()

  • This method initializes the overlay canvas such as width, height and z-index for first time.
Remarks
  • This method initializes the overlay canvas such as width, height and z-index for first time.
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnGetServerCapabilitiesXmlCompleted(GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

ZoomStoryCompletedCore()

  • This method raised when zooming animation plays completed.
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawCore(RectangleShape)

  • This method draws the features in the specified extent.
Remarks
  • This method draws the features in the specified extent.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • worldExtent
    • Description:A RectangleShape value indicating the world extent need to draw.

GetTileUri(Uri,RectangleShape,Int32,Int32,Int32,Int32,Double)

  • This method gets the uri address which uses for requesting images from Wms server.
Remarks
  • This method gets the uri address which uses for requesting images from Wms server.
Return Value
  • Type:Uri
  • Description:An uri address which uses for requesting images from Wms server.
Parameters
  • serverUri
    • Type:Uri
    • Description:An Uri value indicating the Wms server address.
  • tileExtent
    • Description:A RectangleShape value indicating the tile extent which uses for requesting images from wms server.
  • row
    • Type:Int32
    • Description:An integar value indicating the row index of the tile in the world extent.
  • column
    • Type:Int32
    • Description:An integar value indicating the row index of the tile in the world extent.
  • tileWidth
    • Type:Int32
    • Description:A double value indicating the width in pixel of the tile.
  • tileHeight
    • Type:Int32
    • Description:A double value indicating the height in pixel of the tile.
  • scale
    • Type:Double
    • Description:A double value indicating current scale of the requesting tile.

LxU=(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MBU=(Image,RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • image
    • Type:Image
    • Description:N/A

DxU=(GeoCanvas)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawAttributionCore(GeoCanvas)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawingAttribution(DrawingAttributionOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawnAttribution(DrawnAttributionOverlayEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

PanAnimationCompletedCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

TRU=(Canvas)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • canvas
    • Type:Canvas
    • Description:N/A

ThU=(Canvas)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Dictionary<String,Image>
  • Description:N/A
Parameters
  • canvas
    • Type:Canvas
    • Description:N/A

Public Properties

ServerUris

Gets multiple wms uri addresses.

Remarks

N/A

Return Value
  • Type:Collection<Uri>

Parameters

Gets a dictionary whose items will be passed to the WMS server as parameters.

Remarks

N/A

Return Value
  • Type:Dictionary<String,String>

Projection

Gets or sets a string that will be sent to the Wms server to get the images in the specific projection.

Remarks

N/A

Return Value
  • Type:String

TileType

This enumeration specifies whether the overlay uses tiling.

Remarks

N/A

Return Value

IsStretchEffectDisabled

Gets or sets whether the stretch effect is disabled or not.

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.

Return Value
  • Type:Boolean

AxisOrder

N/A

Remarks

N/A

Return Value

Visibility

N/A

Remarks

N/A

Return Value
  • Type:Visibility

OverlayElement

N/A

Remarks

N/A

Return Value
  • Type:FrameworkElement

Name

N/A

Remarks

N/A

Return Value
  • Type:String

Attribution

N/A

Remarks

N/A

Return Value
  • Type:String

TransitionEffect

N/A

Remarks

N/A

Return Value

Opacity

N/A

Remarks

N/A

Return Value
  • Type:Double

ZIndex

N/A

Remarks

N/A

Return Value
  • Type:Int32

StoryboardForZooming

N/A

Remarks

N/A

Return Value
  • Type:Storyboard

StoryboardForPanning

N/A

Remarks

N/A

Return Value
  • Type:Storyboard

PanFrameX

N/A

Remarks

N/A

Return Value
  • Type:SplineDoubleKeyFrame

PanFrameY

N/A

Remarks

N/A

Return Value
  • Type:SplineDoubleKeyFrame

ZoomFrameX

N/A

Remarks

N/A

Return Value
  • Type:SplineDoubleKeyFrame

ZoomFrameY

N/A

Remarks

N/A

Return Value
  • Type:SplineDoubleKeyFrame

Protected Properties

SBU=

N/A

Remarks

N/A

Return Value
  • Type:Canvas

ParametersCore

Gets a dictionary whose items will be passed to the TileOverlay server as parameters, it'll be used in the derived classes.

Remarks

N/A

Return Value
  • Type:Dictionary<String,String>

MapInfo

N/A

Remarks

N/A

Return Value

TranslateTransform

N/A

Remarks

N/A

Return Value
  • Type:TranslateTransform

ScaleTransform

N/A

Remarks

N/A

Return Value
  • Type:ScaleTransform

TransformGroup

N/A

Remarks

N/A

Return Value
  • Type:TransformGroup

Public Events

GetServerCapabilitiesXmlCompleted N/A

Remarks

N/A

Event Arguments:GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs

DrawingAttribution N/A

Remarks

N/A

Event Arguments:DrawingAttributionOverlayEventArgs

DrawnAttribution N/A

Remarks

N/A

Event Arguments:DrawnAttributionOverlayEventArgs

thinkgeo.mapsuite.silverlightedition.wmsoverlay.txt · Last modified: 2017/03/16 21:59 (external edit)