User Tools

Site Tools


thinkgeo.mapsuite.core.gaussiankriginggridinterpolationmodel

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.core.gaussiankriginggridinterpolationmodel [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.core.gaussiankriginggridinterpolationmodel [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.GaussianKrigingGridInterpolationModel ====== ====== ThinkGeo.MapSuite.Core.GaussianKrigingGridInterpolationModel ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.Core.GridInterpolationModel]] +    *ThinkGeo.MapSuite.Core.GridInterpolationModel 
-***[[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel]] +      *ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel 
-****[[ThinkGeo.MapSuite.Core.GaussianKrigingGridInterpolationModel]]+        ***ThinkGeo.MapSuite.Core.GaussianKrigingGridInterpolationModel**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GaussianKrigingGridInterpolationModel() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#GaussianKrigingGridInterpolationModel()|GaussianKrigingGridInterpolationModel]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GaussianKrigingGridInterpolationModel(IDictionary<​PointShape,​ Double>​)|GaussianKrigingGridInterpolationModel]] ​  | IDictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ Double> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GaussianKrigingGridInterpolationModel(IDictionary<​PointShape,​ Double>, Int32)|GaussianKrigingGridInterpolationModel]] ​  | IDictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ Double>, Int32   ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GaussianKrigingGridInterpolationModel(IDictionary<​PointShape,​Double>​) **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //points//
 +    * Type:​IDictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GaussianKrigingGridInterpolationModel(IDictionary<​PointShape,​Double>,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //points//
 +    * Type:​IDictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​
 +    * Description:​N/​A
 +
 +  * //​numberOfRefrencedPoints//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ​GetSemivariance(Double,​EmpiricalFunctionCoefficients** 
-{{wiki:​PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]]   | Object ​  | Object ​  ​| ​   | + 
-{{wiki:​PublicMethod.gif|Public Method}}[[[#GetEmpiricalFunctionCoefficients(Int32,​|Double[, ​]], Double[[,|]], Double)|GetEmpiricalFunctionCoefficients]] ​  | Int32, Double[[,​|]],​ Double[[,​|]],​ Double ​  ​| ​[[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]]   |    | +  * //N/A// 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]]   ​| ​   | Object ​  ​| ​   | +== Remarks == 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​GetSemivariance(DoubleEmpiricalFunctionCoefficients)|GetSemivariance]] ​  ​| ​Double[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]]   | [[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]]   |    | +  * //N/A// 
-{{wiki:​PublicMethod.gif|Public Method}}[[#GetType()|GetType]] ​  ​| ​   Object ​  |    | + 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Interpolate(RectangleShape,​ GridDefinition)|Interpolate]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] ​  | [[ThinkGeo.MapSuite.Core.GridInterpolationModel|GridInterpolationModel]] ​  ​| ​   | +== Return Value == 
-{{wiki:​PublicMethod.gif|Public Method}}[[#ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+  * Type:​Double 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​distance//​ 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +  * //​coefficients//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetEmpiricalFunctionCoefficients(Int32,​Double[,​],​Double[,​],​Double) ​** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​numberOfPoints//​ 
 +    * Type:Int32 
 +    * Description:N/A 
 + 
 +  * //​distance//​ 
 +    * Type:Double[,] 
 +    * Description:​N/​A 
 + 
 +  * //​semivariances//​ 
 +    * Type:Double[,] 
 +    * Description:​N/​A 
 + 
 +  * //​maxRange//​ 
 +    * Type:Double 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ​Interpolate(RectangleShape,GridDefinition** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Double 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​cellExtent//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​gridDefinition//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ​ToString() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ​GetHashCode() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ​GetType() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A
  
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} GetSillSlopeCore(Double,​Double) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[[#​GetEmpiricalFunctionCoefficientsCore(Int32,​|Double[,​ ]], Double[[,​|]],​ Double)|GetEmpiricalFunctionCoefficientsCore]] ​  | Int32, Double[[,​|]],​ Double[[,​|]],​ Double ​  | [[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetSemivarianceCore(Double,​ EmpiricalFunctionCoefficients)|GetSemivarianceCore]] ​  | Double, [[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] ​  | [[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetSillSlope(Double,​ Double)|GetSillSlope]] ​  | Double, Double ​  | [[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#GetSillSlopeCore(Double,​ Double)|GetSillSlopeCore]] ​  | Double, Double ​  | [[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InterpolateCore(RectangleShape,​ GridDefinition)|InterpolateCore]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] ​  | [[ThinkGeo.MapSuite.Core.GridInterpolationModel|GridInterpolationModel]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +  * //N/A// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​NumberOfReferencedPoints|NumberOfReferencedPoints]] ​  | Int32   | [[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] ​  ​| ​   | +  * //N/A//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Points|Points]] ​  | Dictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double> ​  | [[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] ​  ​| ​   |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * Type:​Double 
 +  * Description:​N/​A
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+  * //​distance//​ 
 +    * Type:​Double 
 +    * Description:​N/​A
  
-===== Public Constructors ===== +  * //range// 
-==== GaussianKrigingGridInterpolationModel() ==== +    * Type:Double 
-=== Parameters === +    ​* ​Description:N/A
-^  Name ^  Type ^  ​Description ​^+
  
-[[#Public Constructors|Go Back]] +<div newline></div> 
-==== GaussianKrigingGridInterpolationModel(IDictionary<PointShape, Double>) ==== +** {{wiki:​ProtectedMethod.gif|}} InterpolateCore(RectangleShape,GridDefinition) **
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| points ​  | IDictionary<[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double><!-- System.Collections.Generic.IDictionary{ThinkGeo.MapSuite.Core.PointShape,System.Double} --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== GaussianKrigingGridInterpolationModel(IDictionary<​PointShape,​ Double>, Int32) ==== +== Remarks ​== 
-=== Parameters === +  ​* //N/A//
- Name ^  Type ^  Description ^ +
-| points ​  | IDictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double><​!-- System.Collections.Generic.IDictionary{ThinkGeo.MapSuite.Core.PointShape,​System.Double} --> ​  ​| ​   | +
-| numberOfRefrencedPoints ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:Double 
-===== Public Methods ===== +  * Description:N/A
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​cellExtent//​ 
-| obj   | Object<​!-- System.Object --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A
  
-<!-- System.Object --> +  * //​gridDefinition//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] 
-==== GetEmpiricalFunctionCoefficients(Int32,​ Double[[,​|]],​ Double[[,​|]],​ Double) ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]]<!-- ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} GetSemivarianceCore(Double,EmpiricalFunctionCoefficients) **
-| numberOfPoints ​  | Int32<!-- System.Int32 --  |    | +
-| distance ​  | Double[[,]]<!-- System.Double[[,​]] --  |    | +
-semivariances ​  ​| ​Double[[,]]<!-- System.Double[[,​]] --> ​  ​| ​   | +
-| maxRange ​  | Double<​!-- System.Double --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel --> +  * //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:Double 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​distance//​ 
-==== GetSemivariance(Double,​ EmpiricalFunctionCoefficients) ​==== +    ​* ​Type:Double 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Double<​!-- System.Double --> ​  ​| ​   |+
  
-=== Parameters === +  * //​coefficients//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] 
-| distance ​  | Double<​!-- System.Double --> ​  ​| ​   | +    * Description:​N/​A
-| coefficients ​  ​| ​[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]]<!-- ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetSillSlope(Double,​Double**
-==== GetType() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Double 
-==== Interpolate(RectangleShape,​ GridDefinition) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Double<​!-- System.Double --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​distance//​ 
-| cellExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +    ​* Type:Double 
-| gridDefinition ​  | [[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]]<​!-- ThinkGeo.MapSuite.Core.GridDefinition --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.Core.GridInterpolationModel --> +  * //range// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Double 
-==== ToString() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} GetEmpiricalFunctionCoefficientsCore(Int32,​Double[,​],​Double[,​],​Double) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +  * //N/A//
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //points// 
-==== GetEmpiricalFunctionCoefficientsCore(Int32,​ Double[[,​|]],​ Double[[,​|]],​ Double) ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]]<​!-- ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients --> ​  ​| ​   |+
  
-=== Parameters === +  ​* //​distance//​ 
-^  Name ^  Type ^  Description ^ +    ​* Type:Double[,] 
-| points ​  ​| Int32<​!-- System.Int32 --> ​  ​| ​   | +    ​* Description:​N/​A
-| distance ​  | Double[[,​]]<​!-- System.Double[[,​]] --> ​  ​| ​   +
-| semivariances ​  ​| ​Double[[,]]<!-- System.Double[[,​]] --> ​  ​| ​   | +
-| maxRange ​  | Double<​!-- System.Double --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel --> +  * //​semivariances//​ 
-[[#Protected Methods|Go Back]+    * Type:Double[,
-==== GetSemivarianceCore(Double,​ EmpiricalFunctionCoefficients) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Double<​!-- System.Double --> ​  ​| ​   |+
  
-=== Parameters === +  * //​maxRange//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Double 
-| distance ​  ​| ​Double<!-- System.Double --> ​  ​| ​   | +    ​* Description:​N/​A
-| coefficients ​  | [[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]]<​!-- ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== GetSillSlope(Double, Double==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Double<​!-- System.Double --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| distance ​  | Double<​!-- System.Double --> ​  ​| ​   | +  ​* //N/A//
-| range   | Double<​!-- System.Double --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== GetSillSlopeCore(Double,​ Double) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Double<​!-- System.Double --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| distance ​  | Double<!-- System.Double --  |    | +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-| range   | Double<​!-- System.Double --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel(overriden) --> +  * //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:Object 
-| cellExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +  Description:N/A
-| gridDefinition ​  | [[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]]<​!-- ThinkGeo.MapSuite.Core.GridDefinition --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.Core.GridInterpolationModel(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +==== Public Properties ​==== 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} Points **
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:​Dictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} NumberOfReferencedPoints ​**
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-==== NumberOfReferencedPoints ​==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Points ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Dictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double><​!-- System.Collections.Generic.Dictionary{ThinkGeo.MapSuite.Core.PointShape,​System.Double} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel --> +==== Protected Properties ==== 
-[[#Public Properties|Go Back]] +==== Public Events ====
-===== Protected Properties ​===== +
-===== Public Events ====+
-__NOTOC__ +
-[[Category:​MapSuiteCore]] +
-[[Category:​ThinkGeo.MapSuite.Core]] +
-[[Category:​UpdateDocumentation]]+
  
thinkgeo.mapsuite.core.gaussiankriginggridinterpolationmodel.1440040128.txt.gz · Last modified: 2015/09/17 09:00 (external edit)