User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.tilehandler

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

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

Parameters

Name Type Description

Go Back

Protected Constructors

Public Methods

Equals(Object)

Remarks

Return Value

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

Parameters

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

<!– System.Object –> Go Back

GetHashCode()

Remarks

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Remarks

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

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

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Remarks

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Remarks

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

OnTileDrawing(TileDrawingEventArgs)

Triggers before tile drawing.

Remarks

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

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

Return Value

Return Type
Boolean<!– System.Boolean –>

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

Protected Properties

Public Events

TileDrawing

Triggers before tile is drawn.

Remarks

Event Arguments

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

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

TileDrawn

Triggers after tile is drawn.

Remarks

Event Arguments

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

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

NOTOC SilverlightMapConnector ThinkGeo.MapSuite.SilverlightEdition UpdateDocumentation

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