User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.wmtsoverlay

ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay

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.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.SilverlightEdition.Overlay
      • ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay

Members Summary

Public Constructors

WmtsOverlay()

  • Constructore of WmtsOverlay class.
Remarks
  • N/A
Parameters

WmtsOverlay(IEnumerable<Uri>)

  • Constructore of WmtsOverlay class.
Remarks
  • N/A
Parameters
  • serverUris
    • Type:IEnumerable<Uri>
    • Description:This parameter indicates a collection of uris for the Wmts server.

WmtsOverlay(IEnumerable<Uri>,WmtsSeverEncodingType)

  • Constructore of WmtsOverlay class.
Remarks
  • N/A
Parameters
  • serverUris
    • Type:IEnumerable<Uri>
    • Description:This parameter indicates a collection of uris for the Wmts server.

WmtsOverlay(Collection<Uri>,String,TileImageFormat)

  • This is constructor of WmtsOverlay class.
Remarks
  • N/A
Parameters
  • serverUris
    • Type:Collection<Uri>
    • Description:A Uri collection indicating the Wms server addresses.
  • layer
    • Type:String
    • Description:A string indicating the layer needs to be rendered.
  • format
    • Description:An enumaration indicating the retrieving tile's image format.

WmtsOverlay(Collection<Uri>,String,String,TileImageFormat,Collection<Dimension>,TileMatrixSet)

  • This is constructor of WmtsOverlay class.
Remarks
  • N/A
Parameters
  • serverUris
    • Type:Collection<Uri>
    • Description:A Uri collection indicating the Wms server addresses.
  • layer
    • Type:String
    • Description:A string indicating the layer needs to be rendered.
  • style
    • Type:String
    • Description:A string indicating the style of specific layer.
  • format
    • Description:An enumaration indicating the retrieving tile's image format.
  • dimensions
    • Type:Collection<Dimension>
    • Description:A dimensions collection specifying the dimension parameter in the Uri.
  • tileMatrixSet
    • Description:A TileMatrixSet object specifying the TileMatrixSet parameter in the Uri.

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

Draw(RectangleShape,OverlayDrawType)

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

Refresh()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
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

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.

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

ZoomStoryCompletedCore()

  • 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

ThU=(Canvas)

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

TRU=(Canvas)

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

Public Properties

TileMatrixSetName

N/A

Remarks

N/A

Return Value
  • Type:String

ServerUris

Gets multiple wms uri addresses.

Remarks

N/A

Return Value
  • Type:Collection<Uri>

Format

Gets or sets an enumeration indicating image format of the tile.

Remarks

Gets or sets a enumaration indicating image format of the tile.

Return Value

ActiveStyleName

N/A

Remarks

N/A

Return Value
  • Type:String

ActiveLayerName

N/A

Remarks

N/A

Return Value
  • Type:String

OutputFormat

N/A

Remarks

N/A

Return Value
  • Type:String

Parameters

N/A

Remarks

N/A

Return Value
  • Type:Dictionary<String,String>

WmtsSeverEncodingType

N/A

Remarks

N/A

Return Value

Dimensions

Gets a Collection that contains the Dimensions which are used to retrieve tile from the server.

Remarks

Gets a Collection that contains the Dimensions which are used to retrieve tile from the server.

Return Value

TileMatrixSet

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

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

DrawingAttribution N/A

Remarks

N/A

Event Arguments:DrawingAttributionOverlayEventArgs

DrawnAttribution N/A

Remarks

N/A

Event Arguments:DrawnAttributionOverlayEventArgs

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