User Tools

Site Tools


thinkgeo.mapsuite.core.inversedistanceweightedgridinterpolationmodel

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.inversedistanceweightedgridinterpolationmodel [2015/09/17 10:32]
admin
thinkgeo.mapsuite.core.inversedistanceweightedgridinterpolationmodel [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.InverseDistanceWeightedGridInterpolationModel ====== ====== ThinkGeo.MapSuite.Core.InverseDistanceWeightedGridInterpolationModel ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 +
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
   *System.Object   *System.Object
Line 5: Line 9:
       ***ThinkGeo.MapSuite.Core.InverseDistanceWeightedGridInterpolationModel**       ***ThinkGeo.MapSuite.Core.InverseDistanceWeightedGridInterpolationModel**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} InverseDistanceWeightedGridInterpolationModel() **
-**{{wiki:​PublicMethod.gif|}}[[#InverseDistanceWeightedGridInterpolationModel()|InverseDistanceWeightedGridInterpolationModel]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+  * //N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#InverseDistanceWeightedGridInterpolationModel(Double,​Double)|InverseDistanceWeightedGridInterpolationModel]]** +== Remarks == 
-  * **Parameters**:​Double,​Double +  * //N/A// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​N/​A +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} InverseDistanceWeightedGridInterpolationModel(Double,​Double) **
  
-=== Protected Constructors === +  * //N/A// 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +== Parameters ​== 
-  * **Parameters**:​Object +  * //power// 
-  * **DeclaringType**:Object +    Type:Double 
-  * **Summary**:N/A +    Description:N/A
-</​div>​+
  
-<div class_table>​ +  ​* //​searchRadius//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +    Type:Double 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#GetType()|GetType]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​Object +** {{wiki:​PublicMethod.gif|}} ​Interpolate(RectangleShape,​GridDefinition) **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Interpolate(RectangleShape,​GridDefinition)|Interpolate]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.GridInterpolationModel|GridInterpolationModel]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +  * Type:Double 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Protected Methods === +== Parameters ​== 
-<div class_table>​ +  * //​cellExtent//​ 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +    Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​gridDefinition//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​InterpolateCore(RectangleShape,​GridDefinition)|InterpolateCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +** {{wiki:PublicMethod.gif|}} ​ToString() **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Public Properties ​=== +  * //N/A// 
-**{{wiki:​PublicProperty.gif|}}[[#​Power|Power]]** +== Remarks ​== 
-  * **Return**:​Double +  * //N/A//
-  * **Summary**:​N/A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​SearchRadius|SearchRadius]]** +== Return Value == 
-  * **Return**:Double +  * Type:String 
-  * **Summary**:N/A+  * Description:N/A
  
-=== Protected Properties === +== Parameters == 
-=== Public Events === +<div newline><​/div> 
-===== Public Constructors ===== +** {{wiki:PublicMethod.gif|}} Equals(Object) ​**
-=== InverseDistanceWeightedGridInterpolationModel() === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Parameters ​==== +
-[[#Public Constructors|Go Back]] +
-=== InverseDistanceWeightedGridInterpolationModel(Double,​Double) === +
-N/+
-==== Remarks ==== +
-N/A +
-==== Parameters ==== +
-**power** +
-  * **Type**:Double +
-  ​* **Description:​N/​A+
  
-**searchRadius** +  ​//N/A// 
-  * **Type**:​Double +== Remarks == 
-  * **Description:​N/A+  * //N/A//
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  * Type:​Boolean 
-===== Public Methods ===== +  * Description:​N/A
-=== Equals(Object) === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //obj// 
-  * **Description**:N/A+    ​* Type:Object 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**obj** +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  * **Type**:Object +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetHashCode() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:​Int32 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetType() ​=== +** {{wiki:​PublicMethod.gif|}} GetType() ​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Type +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-=== Interpolate(RectangleShape,​GridDefinition) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Double +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} InterpolateCore(RectangleShape,​GridDefinition) ​**
  
-==== Parameters ==== +  * //N/A// 
-**cellExtent** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-**gridDefinition** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] +  * Type:Double 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ToString() === +  * //​cellExtent/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​gridDefinition//​ 
-  **Return ​Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() ​**
-===== Protected Methods ===== +
-=== Finalize() ​=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Void 
-=== InterpolateCore(RectangleShape,​GridDefinition) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Double +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-==== Parameters ==== +  * //N/A// 
-**cellExtent** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-**gridDefinition** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] +  * Type:Object 
-  ​* **Description**:N/A+  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} Power **
  
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:Double
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} SearchRadius ​**
-  * **Return Type**:Object +
-  * **Description**:​N/​A +
- +
-==== Parameters ==== +
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-=== Power === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:​Double+
  
-[[#Public Properties|Go Back]] 
-=== SearchRadius === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Double+  * Type:Double
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.inversedistanceweightedgridinterpolationmodel.1442485946.txt.gz · Last modified: 2015/09/17 10:32 by admin