User Tools

Site Tools


thinkgeo.mapsuite.core.exponentialkriginggridinterpolationmodel

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.exponentialkriginggridinterpolationmodel [2015/09/18 05:41]
admin
thinkgeo.mapsuite.core.exponentialkriginggridinterpolationmodel [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.ExponentialKrigingGridInterpolationModel ====== ====== ThinkGeo.MapSuite.Core.ExponentialKrigingGridInterpolationModel ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
  
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 10: Line 13:
 ** {{wiki:​PublicMethod.gif|}} ExponentialKrigingGridInterpolationModel() ** ** {{wiki:​PublicMethod.gif|}} ExponentialKrigingGridInterpolationModel() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} ExponentialKrigingGridInterpolationModel(IDictionary<​PointShape,​Double>​) ** ** {{wiki:​PublicMethod.gif|}} ExponentialKrigingGridInterpolationModel(IDictionary<​PointShape,​Double>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //points//   * //points//
Line 28: Line 31:
 ** {{wiki:​PublicMethod.gif|}} ExponentialKrigingGridInterpolationModel(IDictionary<​PointShape,​Double>,​Int32) ** ** {{wiki:​PublicMethod.gif|}} ExponentialKrigingGridInterpolationModel(IDictionary<​PointShape,​Double>,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​dataPoints//​   * //​dataPoints//​
Line 45: Line 48:
 ** {{wiki:​PublicMethod.gif|}} GetSemivariance(Double,​EmpiricalFunctionCoefficients) ** ** {{wiki:​PublicMethod.gif|}} GetSemivariance(Double,​EmpiricalFunctionCoefficients) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 65: Line 68:
 ** {{wiki:​PublicMethod.gif|}} GetEmpiricalFunctionCoefficients(Int32,​Double[,​],​Double[,​],​Double) ** ** {{wiki:​PublicMethod.gif|}} GetEmpiricalFunctionCoefficients(Int32,​Double[,​],​Double[,​],​Double) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 93: Line 96:
 ** {{wiki:​PublicMethod.gif|}} Interpolate(RectangleShape,​GridDefinition) ** ** {{wiki:​PublicMethod.gif|}} Interpolate(RectangleShape,​GridDefinition) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 113: Line 116:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 125: Line 128:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 141: Line 144:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 153: Line 156:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 166: Line 169:
 ** {{wiki:​ProtectedMethod.gif|}} GetSillSlopeCore(Double,​Double) ** ** {{wiki:​ProtectedMethod.gif|}} GetSillSlopeCore(Double,​Double) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 186: Line 189:
 ** {{wiki:​ProtectedMethod.gif|}} InterpolateCore(RectangleShape,​GridDefinition) ** ** {{wiki:​ProtectedMethod.gif|}} InterpolateCore(RectangleShape,​GridDefinition) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 206: Line 209:
 ** {{wiki:​ProtectedMethod.gif|}} GetSemivarianceCore(Double,​EmpiricalFunctionCoefficients) ** ** {{wiki:​ProtectedMethod.gif|}} GetSemivarianceCore(Double,​EmpiricalFunctionCoefficients) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 226: Line 229:
 ** {{wiki:​ProtectedMethod.gif|}} GetSillSlope(Double,​Double) ** ** {{wiki:​ProtectedMethod.gif|}} GetSillSlope(Double,​Double) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 246: Line 249:
 ** {{wiki:​ProtectedMethod.gif|}} GetEmpiricalFunctionCoefficientsCore(Int32,​Double[,​],​Double[,​],​Double) ** ** {{wiki:​ProtectedMethod.gif|}} GetEmpiricalFunctionCoefficientsCore(Int32,​Double[,​],​Double[,​],​Double) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 274: Line 277:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 286: Line 289:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
thinkgeo.mapsuite.core.exponentialkriginggridinterpolationmodel.1442554876.txt.gz ยท Last modified: 2015/09/18 05:41 by admin