User Tools

Site Tools


thinkgeo.mapsuite.core.kriginggridinterpolationmodel

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.kriginggridinterpolationmodel [2015/09/18 05:45]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel ====== 
- 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.Core.GridInterpolationModel 
-      ***ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel** 
-        *[[ThinkGeo.MapSuite.Core.CircularKrigingGridInterpolationModel]] 
-        *[[ThinkGeo.MapSuite.Core.ExponentialKrigingGridInterpolationModel]] 
-        *[[ThinkGeo.MapSuite.Core.GaussianKrigingGridInterpolationModel]] 
-        *[[ThinkGeo.MapSuite.Core.LinealKrigingGridInterpolationModel]] 
-        *[[ThinkGeo.MapSuite.Core.SphericalKrigingGridInterpolationModel]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-==== Protected Constructors ==== 
-** {{wiki:​ProtectedMethod.gif|}} KrigingGridInterpolationModel() ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} KrigingGridInterpolationModel(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:​ProtectedMethod.gif|}} KrigingGridInterpolationModel(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>​ 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} GetSemivariance(Double,​EmpiricalFunctionCoefficients) ** 
- 
-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 ==== 
-** {{wiki:​ProtectedMethod.gif|}} InterpolateCore(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:​ProtectedMethod.gif|}} GetSemivarianceCore(Double,​EmpiricalFunctionCoefficients) ** 
- 
-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:​ProtectedMethod.gif|}} GetSillSlope(Double,​Double) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Double 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​distance//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //range// 
-    * Type:Double 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetSillSlopeCore(Double,​Double) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Double 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​distance//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //range// 
-    * Type:Double 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetEmpiricalFunctionCoefficientsCore(Int32,​Double[,​],​Double[,​],​Double) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //points// 
-    * 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:​ProtectedMethod.gif|}} Finalize() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} Points ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Dictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​ 
- 
-** {{wiki:​PublicProperty.gif|}} NumberOfReferencedPoints ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.core.kriginggridinterpolationmodel.1442555134.txt.gz ยท Last modified: 2015/09/18 05:45 by admin