User Tools

Site Tools


thinkgeo.mapsuite.portablecore.inversedistanceweightedgridinterpolationmodel

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.inversedistanceweightedgridinterpolationmodel [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.inversedistanceweightedgridinterpolationmodel [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.InverseDistanceWeightedGridInterpolationModel ======+====== ThinkGeo.MapSuite.Core.InverseDistanceWeightedGridInterpolationModel ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.PortableCore.GridInterpolationModel]] +    *ThinkGeo.MapSuite.Core.GridInterpolationModel 
-***[[ThinkGeo.MapSuite.PortableCore.InverseDistanceWeightedGridInterpolationModel]]+      ***ThinkGeo.MapSuite.Core.InverseDistanceWeightedGridInterpolationModel**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} InverseDistanceWeightedGridInterpolationModel() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#InverseDistanceWeightedGridInterpolationModel()|InverseDistanceWeightedGridInterpolationModel]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InverseDistanceWeightedGridInterpolationModel(Double,​ Double)|InverseDistanceWeightedGridInterpolationModel]] ​  | Double, Double ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} InverseDistanceWeightedGridInterpolationModel(Double,​Double) **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //power//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //​searchRadius//​
 +    * Type:Double
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Interpolate(RectangleShape,​GridDefinition) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Interpolate(RectangleShape,​ GridDefinition)|Interpolate]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.PortableCore.GridDefinition|GridDefinition]] ​  | [[ThinkGeo.MapSuite.PortableCore.GridInterpolationModel|GridInterpolationModel]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InterpolateCore(RectangleShape,​ GridDefinition)|InterpolateCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.PortableCore.GridDefinition|GridDefinition]] ​  | [[ThinkGeo.MapSuite.PortableCore.GridInterpolationModel|GridInterpolationModel]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Double 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Power|Power]] ​  ​| ​Double ​  |    |    | +  * Description:N/A
-| {{wiki:PublicProperty.gif|Public Property}}[[#​SearchRadius|SearchRadius]] ​  | Double ​  ​| ​   |    |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //​cellExtent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A
  
-==== Public Events ==== +  * //​gridDefinition//​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+    * Type:​[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] 
 +    * Description:​N/​A
  
-===== Public Constructors ===== +<div newline></​div>​ 
-==== InverseDistanceWeightedGridInterpolationModel() ==== +** {{wiki:​PublicMethod.gif|}} ToString() **
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== InverseDistanceWeightedGridInterpolationModel(Double,​ Double) ==== +== Remarks ​== 
-=== Parameters === +  ​* //N/A//
- Name ^  Type ^  Description ^ +
-| power   | Double<​!-- System.Double --> ​  ​| ​   | +
-| searchRadius ​  | Double<​!-- System.Double --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:String 
-===== Public Methods ===== +  * Description:N/A
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-obj   ​| ​Object<!-- System.Object --> ​  ​| ​   |+** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //obj// 
-==== GetType() ​==== +    ​* ​Type:Object 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Interpolate(RectangleShape,​ GridDefinition) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Double<​!-- System.Double --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| cellExtent ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  ​| ​   | +  Description:N/A
-| gridDefinition ​  | [[ThinkGeo.MapSuite.PortableCore.GridDefinition|GridDefinition]]<​!-- ThinkGeo.MapSuite.PortableCore.GridDefinition --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.GridInterpolationModel --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-===== Protected Methods ===== +  * Description:N/A
-==== Finalize() ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} InterpolateCore(RectangleShape,​GridDefinition) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== InterpolateCore(RectangleShape,​ GridDefinition) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Double<​!-- System.Double --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Double 
-| cellExtent ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  ​| ​   | +  Description:N/A
-| gridDefinition ​  | [[ThinkGeo.MapSuite.PortableCore.GridDefinition|GridDefinition]]<​!-- ThinkGeo.MapSuite.PortableCore.GridDefinition --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.GridInterpolationModel(overriden) --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //​cellExtent//​ 
-==== MemberwiseClone() ==== +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-=== Return Value === +    ​* ​Description:N/A
-^ Return Type ^ Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +  * //​gridDefinition//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-===== Public Properties ===== +
-==== Power ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.InverseDistanceWeightedGridInterpolationModel --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== SearchRadius ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.InverseDistanceWeightedGridInterpolationModel --+== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:Void 
-===== Protected Properties ​===== +  * Description:​N/​A 
-===== Public ​Events ​===== + 
-__NOTOC__ +== Parameters == 
-[[Category:MapSuitePortableCore]] +<div newline></​div
-[[Category:ThinkGeo.MapSuite.PortableCore]] +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
-[[Category:UpdateDocumentation]]+ 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters ​=
 +<div newline></​div>​ 
 +==== Public ​Properties ​===
 +** {{wiki:​PublicProperty.gif|}} Power ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:Double 
 + 
 +** {{wiki:PublicProperty.gif|}} SearchRadius ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:Double 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.portablecore.inversedistanceweightedgridinterpolationmodel.1440040132.txt.gz · Last modified: 2015/09/21 08:11 (external edit)