User Tools

Site Tools


thinkgeo.mapsuite.portablecore.circularkriginggridinterpolationmodel

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.circularkriginggridinterpolationmodel [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.circularkriginggridinterpolationmodel [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.CircularKrigingGridInterpolationModel ======+====== ThinkGeo.MapSuite.Core.CircularKrigingGridInterpolationModel ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- +Class CircularKrigingGridInterpolationModel.
-<​!-- ​Class -->+
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.PortableCore.GridInterpolationModel]] +    *ThinkGeo.MapSuite.Core.GridInterpolationModel 
-***[[ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel]] +      *ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel 
-****[[ThinkGeo.MapSuite.PortableCore.CircularKrigingGridInterpolationModel]]+        ***ThinkGeo.MapSuite.Core.CircularKrigingGridInterpolationModel**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} CircularKrigingGridInterpolationModel() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#CircularKrigingGridInterpolationModel()|CircularKrigingGridInterpolationModel]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CircularKrigingGridInterpolationModel(IDictionary<​PointShape,​ Double>​)|CircularKrigingGridInterpolationModel]] ​  | IDictionary<​[[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]],​ Double> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CircularKrigingGridInterpolationModel(IDictionary<​PointShape,​ Double>, Int32)|CircularKrigingGridInterpolationModel]] ​  | IDictionary<​[[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]],​ Double>, Int32   ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //​Initializes a new instance of the  class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} CircularKrigingGridInterpolationModel(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|}} CircularKrigingGridInterpolationModel(IDictionary<​PointShape,​Double>,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //points//
 +    * Type:​IDictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​
 +    * Description:​N/​A
 +
 +  * //​numberOfReferencedPoints//​
 +    * 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.PortableCore.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GetSemivariance(Double,​ EmpiricalFunctionCoefficients)|GetSemivariance]] ​  | Double, [[ThinkGeo.MapSuite.PortableCore.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] ​  | [[ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] ​  ​| ​   | +
-| {{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 ​  ​| ​   |+
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * 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|}} GetSemivarianceCore(Double,​EmpiricalFunctionCoefficients) ​**
-{{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.PortableCore.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#GetSemivarianceCore(Double,​ EmpiricalFunctionCoefficients)|GetSemivarianceCore]] ​  | Double, [[ThinkGeo.MapSuite.PortableCore.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] ​  | [[ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel|KrigingGridInterpolationModel]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetSillSlope(Double,​ Double)|GetSillSlope]] ​  | Double, Double ​  | [[ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetSillSlopeCore(Double,​ Double)|GetSillSlopeCore]] ​  | Double, Double ​  | [[ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel|KrigingGridInterpolationModel]](overriden) ​  ​| ​   | +
-| {{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 ==== +  * //Gets the semivariance.//​ 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​NumberOfReferencedPoints|NumberOfReferencedPoints]] ​  | Int32   | [[ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] ​  ​| ​   | +  * //N/A//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Points|Points]] ​  | Dictionary<​[[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]],​Double> ​  | [[ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] ​  ​| ​   |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * Type:​Double 
 +  * Description:​System.Double.
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+  * //​distance//​ 
 +    * Type:​Double 
 +    * Description:​The distance.
  
-===== Public Constructors ===== +  * //​coefficients//​ 
-==== CircularKrigingGridInterpolationModel() ==== +    * Type:​[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] 
-=== Parameters === +    ​* ​Description:The coefficients.
-^  Name ^  Type ^  ​Description ​^+
  
-[[#Public Constructors|Go Back]] +<div newline></​div
-==== CircularKrigingGridInterpolationModel(IDictionary<PointShape, Double>) ==== +** {{wiki:​ProtectedMethod.gif|}} GetSillSlopeCore(Double,​Double) **
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| points ​  | IDictionary<​[[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]],​Double><!-- System.Collections.Generic.IDictionary{ThinkGeo.MapSuite.PortableCore.PointShape,System.Double} --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //Gets the sill slope.// 
-==== CircularKrigingGridInterpolationModel(IDictionary<​PointShape,​ Double>, Int32) ==== +== Remarks ​== 
-=== Parameters === +  ​* //N/A//
- Name ^  Type ^  Description ^ +
-| points ​  | IDictionary<​[[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]],​Double><​!-- System.Collections.Generic.IDictionary{ThinkGeo.MapSuite.PortableCore.PointShape,​System.Double} --> ​  ​| ​   | +
-| numberOfReferencedPoints ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:Double 
-===== Public Methods ===== +  * Description:System.Double.
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- ​System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //​distance//​ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+    * Type:Double 
 +    * Description:The distance.
  
-<!-- System.Object --> +  * //range// 
-[[#Public Methods|Go Back]] +    * Type:Double 
-==== GetEmpiricalFunctionCoefficients(Int32, ​Double[[,|]], Double[[,​|]],​ Double) ==== +    ​* ​Description:The range.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| [[ThinkGeo.MapSuite.PortableCore.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]]<​!-- ThinkGeo.MapSuite.PortableCore.EmpiricalFunctionCoefficients --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} InterpolateCore(RectangleShape,GridDefinition) **
-| numberOfPoints ​  | Int32<!-- System.Int32 --  |    | +
-| distance ​  | Double[[,]]<!-- System.Double[[,​]] --  |    | +
-semivariances ​  | Double[[,]]<!-- System.Double[[,​]] --> ​  ​| ​   | +
-| maxRange ​  | Double<​!-- System.Double --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.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]] +  * //​cellExtent//​ 
-==== GetSemivariance(Double,​ EmpiricalFunctionCoefficients) ​==== +    ​* ​Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Double<​!-- System.Double --> ​  |    ​|+
  
-=== Parameters === +  * //​gridDefinition//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] 
-| distance ​  | Double<​!-- System.Double --> ​  ​| ​   | +    * Description:​N/​A
-| coefficients ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]]<!-- ThinkGeo.MapSuite.PortableCore.EmpiricalFunctionCoefficients --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.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.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  ​| ​   | +    ​* Type:Double 
-| gridDefinition ​  | [[ThinkGeo.MapSuite.PortableCore.GridDefinition|GridDefinition]]<​!-- ThinkGeo.MapSuite.PortableCore.GridDefinition --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.PortableCore.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.PortableCore.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]]<​!-- ThinkGeo.MapSuite.PortableCore.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.PortableCore.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.PortableCore.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]]<​!-- ThinkGeo.MapSuite.PortableCore.EmpiricalFunctionCoefficients --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel(overriden) --+<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.PortableCore.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.PortableCore.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.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]] +<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.PortableCore.KrigingGridInterpolationModel --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Points ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Dictionary<​[[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]],​Double><​!-- System.Collections.Generic.Dictionary{ThinkGeo.MapSuite.PortableCore.PointShape,​System.Double} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel --> +==== Protected Properties ==== 
-[[#Public Properties|Go Back]] +==== Public Events ====
-===== Protected Properties ​===== +
-===== Public Events ====+
-__NOTOC__ +
-[[Category:​MapSuitePortableCore]] +
-[[Category:​ThinkGeo.MapSuite.PortableCore]] +
-[[Category:​UpdateDocumentation]]+
  
thinkgeo.mapsuite.portablecore.circularkriginggridinterpolationmodel.1440040132.txt.gz · Last modified: 2015/09/21 08:05 (external edit)