Table of Contents

ThinkGeo.MapSuite.SilverlightEdition.TileHandler

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.

<!– Class –> Defines the contract that ASP.NET implements to synchronously process HTTP Web requests using custom HTTP handlers. Image tiles actually generate here.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler</a>

Inheritance Hierarchy

*System.Object **ThinkGeo.MapSuite.SilverlightEdition.TileHandler

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodTileHandler

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodProcessRequest HttpContext Enables processing of HTTP Web requests by a custom HttpHandler that implements the System.Web.IHttpHandler interface.
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object
Protected MethodOnTileDrawing TileDrawingEventArgs Triggers before tile drawing.
Protected MethodOnTileDrawn TileDrawnEventArgs Triggers after tile drawn.

Public Properties

Name Return DeclaringType Summary
Public PropertyIsReusable Boolean Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary
Public EventTileDrawing TileDrawingEventArgs Triggers before tile is drawn.
Public EventTileDrawn TileDrawnEventArgs Triggers after tile is drawn.

Public Constructors

TileHandler()

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#TileHandler.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#TileHandler.28.29</a>

Parameters

Name Type Description

Go Back

Protected Constructors

Public Methods

Equals(Object)

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#Equals.28Object.29</a>

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#GetHashCode.28.29</a>

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#GetType.28.29</a>

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ProcessRequest(HttpContext)

Enables processing of HTTP Web requests by a custom HttpHandler that implements the System.Web.IHttpHandler interface.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#ProcessRequest.28HttpContext.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#ProcessRequest.28HttpContext.29</a>

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
context HttpContext<!– System.Web.HttpContext –> An System.Web.HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.

<!– ThinkGeo.MapSuite.SilverlightEdition.TileHandler –> Go Back

ToString()

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#ToString.28.29</a>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#Finalize.28.29</a>

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#MemberwiseClone.28.29</a>

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OnTileDrawing(TileDrawingEventArgs)

Triggers before tile drawing.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#OnTileDrawing.28TileDrawingEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#OnTileDrawing.28TileDrawingEventArgs.29</a>

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e TileDrawingEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TileDrawingEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TileHandler –> Go Back

OnTileDrawn(TileDrawnEventArgs)

Triggers after tile drawn.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#OnTileDrawn.28TileDrawnEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#OnTileDrawn.28TileDrawnEventArgs.29</a>

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e TileDrawnEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TileHandler –> Go Back

Public Properties

IsReusable

Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#IsReusable” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#IsReusable</a>

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TileHandler –> Go Back

Protected Properties

Public Events

TileDrawing

Triggers before tile is drawn.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#OnTileDrawing.28TileDrawingEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#OnTileDrawing.28TileDrawingEventArgs.29</a>

Event Arguments

Event Arguments
TileDrawingEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TileDrawingEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TileHandler –> Go Back

TileDrawn

Triggers after tile is drawn.

Remarks

For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#OnTileDrawn.28TileDrawnEventArgs.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.TileHandler#OnTileDrawn.28TileDrawnEventArgs.29</a>

Event Arguments

Event Arguments
TileDrawnEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.TileDrawnEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightEdition.TileHandler –> Go Back

NOTOC SilverlightMapConnector ThinkGeo.MapSuite.SilverlightEdition UpdateDocumentation