User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.georesourcefactory

ThinkGeo.MapSuite.MvcEdition.GeoResourceFactory

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.MvcEdition.GeoResourceFactory

Members Summary

Public Constructors

GeoResourceFactory()

  • N/A
Remarks
  • N/A
Parameters

Protected Constructors

Public Methods

GetHandler(HttpContext,String,String,String)

  • Returns an instance of a class that implements the System.Web.IHttpHandler interface.
Remarks
  • N/A
Return Value
  • Type:IHttpHandler
  • Description:A new System.Web.IHttpHandler object that processes the request.
Parameters
  • context
    • Type:HttpContext
    • Description:An instance of the System.Web.HttpContext class that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
  • requestType
    • Type:String
    • Description:The HTTP data transfer method (GET or POST) that the client uses.
  • url
    • Type:String
    • Description:The System.Web.HttpRequest.RawUrl of the requested resource.
  • pathTranslated
    • Type:String
    • Description:The System.Web.HttpRequest.PhysicalApplicationPath to the requested resource.

ReleaseHandler(IHttpHandler)

  • Enables a factory to reuse an existing handler instance.
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • handler
    • Type:IHttpHandler
    • Description:The System.Web.IHttpHandler object to reuse.

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

GetHandlerCore(HttpContext)

  • Returns an instance of a class that implements the System.Web.IHttpHandler interface.
Remarks
  • N/A
Return Value
  • Type:IHttpHandler
  • Description:A new System.Web.IHttpHandler object that processes the request.
Parameters
  • context
    • Type:HttpContext
    • Description:An instance of the System.Web.HttpContext class that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.

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

Public Properties

Protected Properties

Public Events

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