This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.webedition.georesourcefactory [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.webedition.georesourcefactory [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.WebEdition.GeoResourceFactory ====== | ====== ThinkGeo.MapSuite.WebEdition.GeoResourceFactory ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | <!-- Class --> | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory</a> | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.WebEdition.GeoResourceFactory]] | + | ***ThinkGeo.MapSuite.WebEdition.GeoResourceFactory** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GeoResourceFactory() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoResourceFactory()|GeoResourceFactory]] | | | | | + | |
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#GeoResourceFactory.28.29// | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| ==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetHandler(HttpContext,String,String,String) ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHandler(HttpContext, String, String, String)|GetHandler]] | HttpContext, String, String, String | | Returns an instance of a class that implements the System.Web.IHttpHandler interface. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ReleaseHandler(IHttpHandler)|ReleaseHandler]] | IHttpHandler | | Enables a factory to reuse an existing handler instance. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
| - | ==== Protected Methods ==== | + | * //Returns an instance of a class that implements the System.Web.IHttpHandler interface.// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#GetHandler.28HttpContext.2C_String.2C_String.2C_String.29// |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetHandlerCore(HttpContext)|GetHandlerCore]] | HttpContext | | Returns an instance of a class that implements the System.Web.IHttpHandler interface. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | ==== Public Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:IHttpHandler |
| + | * Description:A new System.Web.IHttpHandler object that processes the request. | ||
| - | ==== Protected Properties ==== | + | == Parameters == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * //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. | ||
| - | ==== Public Events ==== | + | * //requestType// |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | * Type:String |
| + | * Description:The HTTP data transfer method (GET or POST) that the client uses. | ||
| - | ===== Public Constructors ===== | + | * //url// |
| - | ==== GeoResourceFactory() ==== | + | * Type:String |
| - | === Remarks === | + | * Description:The System.Web.HttpRequest.RawUrl of the requested resource. |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#GeoResourceFactory.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#GeoResourceFactory.28.29</a> | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Public Constructors|Go Back]] | + | * //pathTranslated// |
| - | ===== Protected Constructors ===== | + | * Type:String |
| - | ===== Public Methods ===== | + | * Description:The System.Web.HttpRequest.PhysicalApplicationPath to the requested resource. |
| - | ==== Equals(Object) ==== | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#Equals.28Object.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ReleaseHandler(IHttpHandler) ** |
| - | | obj | Object<!-- System.Object --> | | | + | |
| - | <!-- System.Object --> | + | * //Enables a factory to reuse an existing handler instance.// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetHandler(HttpContext, String, String, String) ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#ReleaseHandler.28IHttpHandler.29// |
| - | Returns an instance of a class 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.WebEdition.GeoResourceFactory#GetHandler.28HttpContext.2C_String.2C_String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#GetHandler.28HttpContext.2C_String.2C_String.2C_String.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | IHttpHandler<!-- System.Web.IHttpHandler --> | A new System.Web.IHttpHandler object that processes the request. | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| - | | context | HttpContext<!-- System.Web.HttpContext --> | 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. | | + | * Description:N/A |
| - | | requestType | String<!-- System.String --> | The HTTP data transfer method (GET or POST) that the client uses. | | + | |
| - | | url | String<!-- System.String --> | The System.Web.HttpRequest.RawUrl of the requested resource. | | + | |
| - | | pathTranslated | String<!-- System.String --> | The System.Web.HttpRequest.PhysicalApplicationPath to the requested resource. | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.GeoResourceFactory --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //handler// |
| - | ==== GetHashCode() ==== | + | * Type:IHttpHandler |
| - | === Remarks === | + | * Description:The System.Web.IHttpHandler object to reuse. |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#GetHashCode.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetType() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#ToString.28.29// |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#GetType.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:String |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ==== ReleaseHandler(IHttpHandler) ==== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | Enables a factory to reuse an existing handler instance. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#ReleaseHandler.28IHttpHandler.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#ReleaseHandler.28IHttpHandler.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | handler | IHttpHandler<!-- System.Web.IHttpHandler --> | The System.Web.IHttpHandler object to reuse. | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#Equals.28Object.29// |
| - | <!-- ThinkGeo.MapSuite.WebEdition.GeoResourceFactory --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Boolean |
| - | ==== ToString() ==== | + | * Description:N/A |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#ToString.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //obj// |
| + | * Type:Object | ||
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | ===== 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.WebEdition.GeoResourceFactory#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#Finalize.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#GetHashCode.28.29// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Int32 |
| - | ==== GetHandlerCore(HttpContext) ==== | + | * Description:N/A |
| - | Returns an instance of a class 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.WebEdition.GeoResourceFactory#GetHandlerCore.28HttpContext.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#GetHandlerCore.28HttpContext.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | IHttpHandler<!-- System.Web.IHttpHandler --> | A new System.Web.IHttpHandler object that processes the request. | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| - | | context | HttpContext<!-- System.Web.HttpContext --> | 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. | | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
| - | <!-- ThinkGeo.MapSuite.WebEdition.GeoResourceFactory --> | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== MemberwiseClone() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#GetType.28.29// |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#MemberwiseClone.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Type |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> |
| - | ===== Public Properties ===== | + | ==== Protected Methods ==== |
| - | ===== Protected Properties ===== | + | ** {{wiki:ProtectedMethod.gif|}} GetHandlerCore(HttpContext) ** |
| - | ===== Public Events ===== | + | |
| - | __NOTOC__ | + | * //Returns an instance of a class that implements the System.Web.IHttpHandler interface.// |
| - | [[Category:WebEdition]] | + | == Remarks == |
| - | [[Category:ThinkGeo.MapSuite.WebEdition]] | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#GetHandlerCore.28HttpContext.29// |
| - | [[Category:UpdateDocumentation]] | + | |
| + | == 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. | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#Finalize.28.29// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.GeoResourceFactory#MemberwiseClone.28.29// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ==== Public Properties ==== | ||
| + | ==== Protected Properties ==== | ||
| + | ==== Public Events ==== | ||