User Tools

Site Tools


thinkgeo.mapsuite.core.linealkriginggridinterpolationmodel

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.linealkriginggridinterpolationmodel [2015/09/17 10:34]
admin
thinkgeo.mapsuite.core.linealkriginggridinterpolationmodel [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.LinealKrigingGridInterpolationModel ====== ====== ThinkGeo.MapSuite.Core.LinealKrigingGridInterpolationModel ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 +
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
   *System.Object   *System.Object
Line 6: Line 10:
         ***ThinkGeo.MapSuite.Core.LinealKrigingGridInterpolationModel**         ***ThinkGeo.MapSuite.Core.LinealKrigingGridInterpolationModel**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} LinealKrigingGridInterpolationModel() **
-**{{wiki:​PublicMethod.gif|}}[[#LinealKrigingGridInterpolationModel()|LinealKrigingGridInterpolationModel]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+N/A 
-**{{wiki:​PublicMethod.gif|}}[[#LinealKrigingGridInterpolationModel(IDictionary<​PointShape,​Double>​)|LinealKrigingGridInterpolationModel]]** +== Remarks == 
-  * **Parameters**:​IDictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​ +N/A 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​N/​A +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} LinealKrigingGridInterpolationModel(IDictionary<​PointShape,​Double>​) **
  
-<div class_table>​ +N/A 
-**{{wiki:​PublicMethod.gif|}}[[#​LinealKrigingGridInterpolationModel(IDictionary<​PointShape,​Double>,​Int32)|LinealKrigingGridInterpolationModel]]** +== Remarks == 
-  * **Parameters**:​IDictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​,Int32 +N/A 
-  * **DeclaringType**:N/A +== Parameters == 
-  * **Summary**:​N/​A +  * //​points//​ 
-</​div>​+    ​Type:​IDictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​ 
 +    Description:N/A
  
-=== Protected Constructors === +<​div ​newline></​div
-=== Public Methods === +** {{wiki:​PublicMethod.gif|}} ​LinealKrigingGridInterpolationModel(IDictionary<​PointShape,​Double>,​Int32) **
-<​div ​class_table+
-**{{wiki:​PublicMethod.gif|}}[[#Equals(Object)|Equals]]** +
-  * **Parameters**:​Object +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +N/A 
-**{{wiki:​PublicMethod.gif|}}[[#​GetEmpiricalFunctionCoefficients(Int32,​Double[,​],​Double[,​],​Double)|GetEmpiricalFunctionCoefficients]]** +== Remarks == 
-  * **Parameters**:​Int32,​Double[,​],​Double[,​],​Double +N/A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] +== Parameters ​== 
-  * **Summary**:N/A +  * //​points//​ 
-</​div>​+    ​Type:IDictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double> 
 +    Description:N/A
  
-<div class_table>​ +  ​* //​numberOfRefreancedPoints//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +    Type:Int32 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div> 
-**{{wiki:​PublicMethod.gif|}}[[#GetSemivariance(Double,​EmpiricalFunctionCoefficients)|GetSemivariance]]** +==== Protected Constructors ==== 
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] +==== Public Methods ==== 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] +** {{wiki:​PublicMethod.gif|}} GetSemivariance(Double,​EmpiricalFunctionCoefficients) **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +N/A 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +== Remarks == 
-  * **Parameters**:​N/A +N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</​div>​+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Interpolate(RectangleShape,​GridDefinition)|Interpolate]]** +  * Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.GridInterpolationModel|GridInterpolationModel]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +  * //distance// 
-  * **Parameters**:​N/A +    Type:Double 
-  * **DeclaringType**:Object +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-=== Protected Methods === +  * //​coefficients//​ 
-<div class_table>​ +    Type:[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +    Description:N/A
-  * **Parameters**:N/A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetEmpiricalFunctionCoefficientsCore(Int32,​Double[,​],​Double[,​],​Double)|GetEmpiricalFunctionCoefficientsCore]]** +** {{wiki:PublicMethod.gif|}} ​GetEmpiricalFunctionCoefficients(Int32,​Double[,​],​Double[,​],​Double) **
-  * **Parameters**:​Int32,​Double[,​],​Double[,​],​Double +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +N/A 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetSemivarianceCore(Double,​EmpiricalFunctionCoefficients)|GetSemivarianceCore]]** +== Remarks == 
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] +N/A
-  * **DeclaringType**:​N/A +
-  * **Summary**:​N/A +
-</​div>​+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetSillSlope(Double,​Double)|GetSillSlope]]** +  * Type:​[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] 
-  * **Parameters**:​Double,​Double +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetSillSlopeCore(Double,​Double)|GetSillSlopeCore]]** +  * //​numberOfPoints//​ 
-  * **Parameters**:​Double,​Double +    Type:Int32 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​distance//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​InterpolateCore(RectangleShape,​GridDefinition)|InterpolateCore]]*+    Type:Double[,] 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]+    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  * //​semivariances//​ 
-**{{wiki:ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +    Type:Double[,
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Public Properties === +  ​//​maxRange//​ 
-**{{wiki:​PublicProperty.gif|}}[[#​NumberOfReferencedPoints|NumberOfReferencedPoints]]*+    Type:Double 
-  * **Return**:Int32 +    Description:N/A
-  * **Summary**:N/A+
  
-**{{wiki:PublicProperty.gif|}}[[#​Points|Points]]** +<div newline></​div>​ 
-  * **Return**:​Dictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double>​ +** {{wiki:PublicMethod.gif|}} ​Interpolate(RectangleShape,GridDefinition) ​**
-  ​* **Summary**:​N/​A+
  
-=== Protected Properties === 
-=== Public Events === 
-===== Public Constructors ===== 
-=== LinealKrigingGridInterpolationModel() === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Parameters ==== 
-[[#Public Constructors|Go Back]] 
-=== LinealKrigingGridInterpolationModel(IDictionary<​PointShape,​Double>​) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Parameters ==== 
-**points** 
-  * **Type**:​IDictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​ 
-  * **Description:​N/​A 
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-=== LinealKrigingGridInterpolationModel(IDictionary<​PointShape,​Double>,​Int32) === +  * Type:Double 
-N/A +  * Description:​N/A 
-==== Remarks ==== + 
-N/A +== Parameters == 
-==== Parameters ​==== +  //​cellExtent//​ 
-**points*+    ​Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Type**:IDictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double> +    ​Description:​N/​A 
-  * **Description:​N/​A+ 
 +  * //​gridDefinition//​ 
 +    ​* Type:​[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] 
 +    * Description:​N/​A
  
-**numberOfRefreancedPoints** +<div newline></​div>​ 
-  * **Type**:Int32 +** {{wiki:PublicMethod.gif|}} ToString() ​**
-  ​* **Description:​N/​A+
  
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-=== Equals(Object) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:String 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**obj** +<div newline></​div>​ 
-  * **Type**:Object +** {{wiki:PublicMethod.gif|}} Equals(Object**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] 
-=== GetEmpiricalFunctionCoefficients(Int32,​Double[,​],​Double[,​],​Double) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**numberOfPoints** +  //obj// 
-  * **Type**:Int32 +    * Type:Object 
-  * **Description**:N/A+    * Description:​N/​A
  
-**distance** +<div newline></​div>​ 
-  * **Type**:Double[,] +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description**:​N/​A+
  
-**semivariances** 
-  * **Type**:​Double[,​] 
-  * **Description**:​N/​A 
- 
-**maxRange** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetHashCode() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:​Int32 
-  ​* **Description**:N/A+  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetSemivariance(Double,​EmpiricalFunctionCoefficients) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return Type**:​Double +  * Type:Type 
-  * **Description**:​N/​A +  * Description:​N/​A
- +
-==== Parameters ==== +
-**distance** +
-  ​* **Type**:Double +
-  ​* **Description**:N/A+
  
-**coefficients** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} GetSemivarianceCore(Double,​EmpiricalFunctionCoefficients**
  
-[[#Public Methods|Go Back]] 
-=== GetType() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Type +  * Type:Double 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //distance// 
-=== Interpolate(RectangleShape,​GridDefinition) === +    * Type:​Double 
-N/+    * Description:​N/​A
-==== Remarks ==== +
-N/+
- +
-**Return Value** +
-  * **Return ​Type**:Double +
-  * **Description**:N/A+
  
-==== Parameters ==== +  ​//​coefficients//​ 
-**cellExtent*+    * Type:​[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-**gridDefinition** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] +** {{wiki:ProtectedMethod.gif|}} GetSillSlopeCore(Double,​Double) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] 
-=== ToString() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:String +  * Type:Double 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //distance/
-===== Protected Methods ===== +    * Type:Double 
-=== Finalize() === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//range// 
-  ​* ​**Return ​Type**:Void +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} InterpolateCore(RectangleShape,​GridDefinition) **
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== GetEmpiricalFunctionCoefficientsCore(Int32,​Double[,​],​Double[,​],​Double) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] +  * Type:Double 
-  * **Description**:​N/​A +  * Description:​N/​A
- +
-==== Parameters ==== +
-**points** +
-  ​* **Type**:Int32 +
-  ​* **Description**:N/A+
  
-**distance** +== Parameters == 
-  * **Type**:Double[,+  * //​cellExtent//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]
 +    * Description:​N/​A
  
-**semivariances** +  ​//​gridDefinition//​ 
-  * **Type**:Double[,+    * Type:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]
-  * **Description**:N/A+    * Description:​N/​A
  
-**maxRange** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:ProtectedMethod.gif|}} GetSillSlope(Double,​Double) ​**
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] 
-=== GetSemivarianceCore(Double,​EmpiricalFunctionCoefficients) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:​Double 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**distance** +  //distance// 
-  * **Type**:Double +    * Type:​Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-**coefficients** +  ​//range// 
-  * **Type**:[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] +    * Type:Double 
-  * **Description**:​N/​A+    ​Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:ProtectedMethod.gif|}} GetEmpiricalFunctionCoefficientsCore(Int32,​Double[,​],Double[,],​Double) ​**
  
-[[#​Protected Methods|Go Back]] 
-=== GetSillSlope(Double,​Double) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**distance** +  //points// 
-  * **Type**:Double +    * Type:Int32 
-  * **Description**:N/A+    * Description:​N/​A
  
-**range** +  ​//​distance//​ 
-  * **Type**:Double +    * Type:Double[,] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +  * //​semivariances//​ 
-=== GetSillSlopeCore(Double,Double) === +    * Type:Double[,] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​maxRange//​ 
-  **Return ​Type**:Double +    * Type:​Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**distance** +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
-  * **Type**:Double +
-  ​* **Description**:​N/​A+
  
-**range** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== InterpolateCore(RectangleShape,​GridDefinition) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**cellExtent** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
-  ​* **Description**:​N/​A+
  
-**gridDefinition** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Object +  * Type:​Object 
-  ​* **Description**:N/A+  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} Points **
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== NumberOfReferencedPoints === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Int32+  * Type:​Dictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​ 
 + 
 +** {{wiki:PublicProperty.gif|}} NumberOfReferencedPoints **
  
-[[#Public Properties|Go Back]] 
-=== Points === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Dictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​+  * Type:Int32
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.linealkriginggridinterpolationmodel.1442486041.txt.gz · Last modified: 2015/09/17 10:34 by admin