User Tools

Site Tools


thinkgeo.mapsuite.core.wmsrastersource

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.wmsrastersource [2015/09/18 05:54]
admin
thinkgeo.mapsuite.core.wmsrastersource [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.WmsRasterSource ====== ====== ThinkGeo.MapSuite.Core.WmsRasterSource ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 Represents an object that encapsulates a Web Map Service (WMS) source. Represents an object that encapsulates a Web Map Service (WMS) source.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} WmsRasterSource() ** ** {{wiki:​PublicMethod.gif|}} WmsRasterSource() **
  
-This is the constructor for the class. If you use this constructor,​ then you need to set the required properties manually.+  * //This is the constructor for the class. If you use this constructor,​ then you need to set the required properties manually.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} WmsRasterSource(Uri) ** ** {{wiki:​PublicMethod.gif|}} WmsRasterSource(Uri) **
  
-This is the constructor the for the class.+  * //This is the constructor the for the class.//
 == Remarks == == Remarks ==
-This constructor initializes a new WmsRasterSource and downloads and parses the service description. In an ASP.NET application,​ the service description is automatically cached for 24 hours when it is not specified.+  * //This constructor initializes a new WmsRasterSource and downloads and parses the service description. In an ASP.NET application,​ the service description is automatically cached for 24 hours when it is not specified.//
 == Parameters == == Parameters ==
   * //uri//   * //uri//
Line 27: Line 30:
 ** {{wiki:​PublicMethod.gif|}} WmsRasterSource(Uri,​WebProxy) ** ** {{wiki:​PublicMethod.gif|}} WmsRasterSource(Uri,​WebProxy) **
  
-This is the constructor the for the class.+  * //This is the constructor the for the class.//
 == Remarks == == Remarks ==
-This constructor initializes a new WmsRasterSource and downloads and parses the service description In an ASP.NET application,​ the service description is automatically cached for 24 hours when it is not specified.+  * //This constructor initializes a new WmsRasterSource and downloads and parses the service description In an ASP.NET application,​ the service description is automatically cached for 24 hours when it is not specified.//
 == Parameters == == Parameters ==
   * //uri//   * //uri//
Line 44: Line 47:
 ** {{wiki:​PublicMethod.gif|}} GetServerLayerNames() ** ** {{wiki:​PublicMethod.gif|}} GetServerLayerNames() **
  
-This method returns the names of all layers at the server side.+  * //This method returns the names of all layers at the server side.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 56: Line 59:
 ** {{wiki:​PublicMethod.gif|}} GetServerStyleNames() ** ** {{wiki:​PublicMethod.gif|}} GetServerStyleNames() **
  
-This method returns the names of all styles at the server side.+  * //This method returns the names of all styles at the server side.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 68: Line 71:
 ** {{wiki:​PublicMethod.gif|}} GetServerOutputFormats() ** ** {{wiki:​PublicMethod.gif|}} GetServerOutputFormats() **
  
-This method returns the output format at the server side.+  * //This method returns the output format at the server side.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 80: Line 83:
 ** {{wiki:​PublicMethod.gif|}} GetServerCrss() ** ** {{wiki:​PublicMethod.gif|}} GetServerCrss() **
  
-This method returns the projected or geographic coordinate reference systems to be used.+  * //This method returns the projected or geographic coordinate reference systems to be used.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 92: Line 95:
 ** {{wiki:​PublicMethod.gif|}} GetServerExceptionFormats() ** ** {{wiki:​PublicMethod.gif|}} GetServerExceptionFormats() **
  
-This method returns the exception format at the server side.+  * //This method returns the exception format at the server side.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 104: Line 107:
 ** {{wiki:​PublicMethod.gif|}} GetServiceVersion() ** ** {{wiki:​PublicMethod.gif|}} GetServiceVersion() **
  
-This API gets the WMS server version of the service.+  * //This API gets the WMS server version of the service.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 116: Line 119:
 ** {{wiki:​PublicMethod.gif|}} GetServerFeatureInfoFormats() ** ** {{wiki:​PublicMethod.gif|}} GetServerFeatureInfoFormats() **
  
-This API gets the WMS server FeatureInfo formats of the service.+  * //This API gets the WMS server FeatureInfo formats of the service.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 128: Line 131:
 ** {{wiki:​PublicMethod.gif|}} GetServerCapabilitiesXml() ** ** {{wiki:​PublicMethod.gif|}} GetServerCapabilitiesXml() **
  
-This API gets the GetCapabilites document of the service.+  * //This API gets the GetCapabilites document of the service.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 140: Line 143:
 ** {{wiki:​PublicMethod.gif|}} GetRequestUrl(RectangleShape,​Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} GetRequestUrl(RectangleShape,​Int32,​Int32) **
  
-Get the request URL from the client to the WMS.+  * //Get the request URL from the client to the WMS.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 164: Line 167:
 ** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF) ** ** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 180: Line 183:
 ** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,​String) ** ** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 200: Line 203:
 ** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,​Int32) ** ** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 220: Line 223:
 ** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,​String,​Int32) ** ** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,​String,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 244: Line 247:
 ** {{wiki:​PublicMethod.gif|}} CloneDeep() ** ** {{wiki:​PublicMethod.gif|}} CloneDeep() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 256: Line 259:
 ** {{wiki:​PublicMethod.gif|}} GetWorldFileText() ** ** {{wiki:​PublicMethod.gif|}} GetWorldFileText() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 268: Line 271:
 ** {{wiki:​PublicMethod.gif|}} GetImageWidth() ** ** {{wiki:​PublicMethod.gif|}} GetImageWidth() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 280: Line 283:
 ** {{wiki:​PublicMethod.gif|}} GetImageHeight() ** ** {{wiki:​PublicMethod.gif|}} GetImageHeight() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 292: Line 295:
 ** {{wiki:​PublicMethod.gif|}} GetHorizontalResolution() ** ** {{wiki:​PublicMethod.gif|}} GetHorizontalResolution() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 304: Line 307:
 ** {{wiki:​PublicMethod.gif|}} GetVerticalResolution() ** ** {{wiki:​PublicMethod.gif|}} GetVerticalResolution() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 316: Line 319:
 ** {{wiki:​PublicMethod.gif|}} GetBoundingBox() ** ** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 328: Line 331:
 ** {{wiki:​PublicMethod.gif|}} GetProjectionText() ** ** {{wiki:​PublicMethod.gif|}} GetProjectionText() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 340: Line 343:
 ** {{wiki:​PublicMethod.gif|}} Open() ** ** {{wiki:​PublicMethod.gif|}} Open() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 352: Line 355:
 ** {{wiki:​PublicMethod.gif|}} Close() ** ** {{wiki:​PublicMethod.gif|}} Close() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 364: Line 367:
 ** {{wiki:​PublicMethod.gif|}} GetImage(RectangleShape,​Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} GetImage(RectangleShape,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 388: Line 391:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 400: Line 403:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 416: Line 419:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 428: Line 431:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 441: Line 444:
 ** {{wiki:​ProtectedMethod.gif|}} SendWebRequest(WebRequest) ** ** {{wiki:​ProtectedMethod.gif|}} SendWebRequest(WebRequest) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 457: Line 460:
 ** {{wiki:​ProtectedMethod.gif|}} SendWebRequestCore(WebRequest) ** ** {{wiki:​ProtectedMethod.gif|}} SendWebRequestCore(WebRequest) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 473: Line 476:
 ** {{wiki:​ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 489: Line 492:
 ** {{wiki:​ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 505: Line 508:
 ** {{wiki:​ProtectedMethod.gif|}} GetRequestUrlCore(RectangleShape,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} GetRequestUrlCore(RectangleShape,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 529: Line 532:
 ** {{wiki:​ProtectedMethod.gif|}} GetImageWidthCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetImageWidthCore() **
  
-This method returns the width of the image in screen coordinates.+  * //This method returns the width of the image in screen coordinates.//
 == Remarks == == Remarks ==
-This virtual method is called from the concrete method GetImageWidth. It returns the width of the image in screen coordinates.+  * //This virtual method is called from the concrete method GetImageWidth. It returns the width of the image in screen coordinates.//
  
 == Return Value == == Return Value ==
Line 541: Line 544:
 ** {{wiki:​ProtectedMethod.gif|}} GetImageHeightCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetImageHeightCore() **
  
-This method returns the height of the image in screen coordinates.+  * //This method returns the height of the image in screen coordinates.//
 == Remarks == == Remarks ==
-This virtual method is called from the concrete method GetImageHeight. It returns the height of the image in screen coordinates.+  * //This virtual method is called from the concrete method GetImageHeight. It returns the height of the image in screen coordinates.//
  
 == Return Value == == Return Value ==
Line 553: Line 556:
 ** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** ** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
  
-This method opens the RasterSource so that it is initialized and ready to use.+  * //This method opens the RasterSource so that it is initialized and ready to use.//
 == Remarks == == Remarks ==
-This protected virtual method is called from the concrete public method Open. The Open method plays an important role, as it is responsible for initializing the RasterSource. Most methods on the RasterSource will throw an exception if the state of the RasterSource is not opened. When the map draws each layer, it will open the RasterSource as one of its first steps; then, after it is finished drawing with that layer, it will close it. In this way, we are sure to release all resources used by the RasterSource. When implementing this abstract method, consider opening files for file-based sources, connecting to databases in the database-based sources and so on. You will get a chance to close these in the Close method of the RasterSource.+  * //This protected virtual method is called from the concrete public method Open. The Open method plays an important role, as it is responsible for initializing the RasterSource. Most methods on the RasterSource will throw an exception if the state of the RasterSource is not opened. When the map draws each layer, it will open the RasterSource as one of its first steps; then, after it is finished drawing with that layer, it will close it. In this way, we are sure to release all resources used by the RasterSource. When implementing this abstract method, consider opening files for file-based sources, connecting to databases in the database-based sources and so on. You will get a chance to close these in the Close method of the RasterSource.//
  
 == Return Value == == Return Value ==
Line 565: Line 568:
 ** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 577: Line 580:
 ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
  
-This method returns the bounding box of the RasterSource.+  * //This method returns the bounding box of the RasterSource.//
 == Remarks == == Remarks ==
-This method returns the bounding box of the RasterSource.+  * //This method returns the bounding box of the RasterSource.//
  
 == Return Value == == Return Value ==
Line 589: Line 592:
 ** {{wiki:​ProtectedMethod.gif|}} GetImageCore(RectangleShape,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} GetImageCore(RectangleShape,​Int32,​Int32) **
  
-This method returns an image based on the worldExtent and image width and height.+  * //This method returns an image based on the worldExtent and image width and height.//
 == Remarks == == Remarks ==
-This method is responsible for returning the image based on the parameters passed in. As the core version of this method is abstract, you will need to override it when creating our own RasterSource.+  * //This method is responsible for returning the image based on the parameters passed in. As the core version of this method is abstract, you will need to override it when creating our own RasterSource.//
  
 == Return Value == == Return Value ==
Line 613: Line 616:
 ** {{wiki:​ProtectedMethod.gif|}} BuildWmsGetFeatureInfoUri(ScreenPointF,​String,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} BuildWmsGetFeatureInfoUri(ScreenPointF,​String,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 637: Line 640:
 ** {{wiki:​ProtectedMethod.gif|}} GetFeatureInfoCore(ScreenPointF,​String,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} GetFeatureInfoCore(ScreenPointF,​String,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 659: Line 662:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​Vj0=(WebRequest) **+** {{wiki:​ProtectedMethod.gif|}} ​HandleResponse(WebRequest) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 675: Line 678:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​Vz0=(WebRequest) **+** {{wiki:​ProtectedMethod.gif|}} ​HandleResponseCore(WebRequest) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 691: Line 694:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​WD0=(XmlDocument) **+** {{wiki:​ProtectedMethod.gif|}} ​HandleXmlInfoFormatResponse(XmlDocument) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 707: Line 710:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​WT0=(XmlDocument) **+** {{wiki:​ProtectedMethod.gif|}} ​HandleXmlInfoFormatResponseCore(XmlDocument) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 725: Line 728:
 ** {{wiki:​ProtectedMethod.gif|}} OnOpeningRasterSource(OpeningRasterSourceEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnOpeningRasterSource(OpeningRasterSourceEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 741: Line 744:
 ** {{wiki:​ProtectedMethod.gif|}} OnOpenedRasterSource(OpenedRasterSourceEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnOpenedRasterSource(OpenedRasterSourceEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 757: Line 760:
 ** {{wiki:​ProtectedMethod.gif|}} OnClosingRasterSource(ClosingRasterSourceEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnClosingRasterSource(ClosingRasterSourceEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 773: Line 776:
 ** {{wiki:​ProtectedMethod.gif|}} OnClosedRasterSource(ClosedRasterSourceEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnClosedRasterSource(ClosedRasterSourceEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 789: Line 792:
 ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 801: Line 804:
 ** {{wiki:​ProtectedMethod.gif|}} GetProjectionTextCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetProjectionTextCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 810: Line 813:
  
 == Parameters == == Parameters ==
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} GetWrappingImageLeft(RectangleShape,​Double,​Double,​RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​boundingBox//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​screenWidth//​
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //​screenHeight//​
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //​wrappingExtent//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} GetWrappingImageRight(RectangleShape,​Double,​Double,​RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​boundingBox//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​screenWidth//​
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //​screenHeight//​
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //​wrappingExtent//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 825: Line 884:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
thinkgeo.mapsuite.core.wmsrastersource.1442555683.txt.gz · Last modified: 2015/09/18 05:54 by admin