This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.gaussiankriginggridinterpolationmodel [2015/09/17 10:29] admin |
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}} | ||
+ | |||
+ | |||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
*System.Object | *System.Object | ||
Line 6: | Line 10: | ||
***ThinkGeo.MapSuite.Core.GaussianKrigingGridInterpolationModel** | ***ThinkGeo.MapSuite.Core.GaussianKrigingGridInterpolationModel** | ||
===== Members Summary ===== | ===== Members Summary ===== | ||
- | === Public Constructors === | + | ==== Public Constructors ==== |
- | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} GaussianKrigingGridInterpolationModel() ** |
- | **{{wiki:PublicMethod.gif|}}[[#GaussianKrigingGridInterpolationModel()|GaussianKrigingGridInterpolationModel]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GaussianKrigingGridInterpolationModel(IDictionary<PointShape,Double>)|GaussianKrigingGridInterpolationModel]]** | + | == 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|}} GaussianKrigingGridInterpolationModel(IDictionary<PointShape,Double>) ** |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GaussianKrigingGridInterpolationModel(IDictionary<PointShape,Double>,Int32)|GaussianKrigingGridInterpolationModel]]** | + | == 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|}} GaussianKrigingGridInterpolationModel(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> | + | * //numberOfRefrencedPoints// |
- | **{{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**:[[ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel|KrigingGridInterpolationModel]] | + | |
- | * **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 === | + | * //N/A// |
- | === Public Events === | + | == Remarks == |
- | ===== Public Constructors ===== | + | * //N/A// |
- | === GaussianKrigingGridInterpolationModel() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | [[#Public Constructors|Go Back]] | + | |
- | === GaussianKrigingGridInterpolationModel(IDictionary<PointShape,Double>) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | **points** | + | |
- | * **Type**:IDictionary<[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double> | + | |
- | * **Description:N/A | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | === GaussianKrigingGridInterpolationModel(IDictionary<PointShape,Double>,Int32) === | + | * Type:Double |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | **points** | + | |
- | * **Type**:IDictionary<[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double> | + | |
- | * **Description:N/A | + | |
- | **numberOfRefrencedPoints** | + | == Parameters == |
- | * **Type**:Int32 | + | * //cellExtent// |
- | * **Description:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | [[#Public Constructors|Go Back]] | + | * //gridDefinition// |
- | ===== Protected Constructors ===== | + | * Type:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] |
- | ===== Public Methods ===== | + | * Description:N/A |
- | === Equals(Object) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Boolean | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **obj** | + | == Remarks == |
- | * **Type**:Object | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetEmpiricalFunctionCoefficients(Int32,Double[,],Double[,],Double) === | + | * Type:String |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **numberOfPoints** | + | == Remarks == |
- | * **Type**:Int32 | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **distance** | + | == Return Value == |
- | * **Type**:Double[,] | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | **semivariances** | + | == Parameters == |
- | * **Type**:Double[,] | + | * //obj// |
- | * **Description**:N/A | + | * Type:Object |
+ | * Description:N/A | ||
- | **maxRange** | + | <div newline></div> |
- | * **Type**:Double | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetHashCode() === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Int32 | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetSemivariance(Double,EmpiricalFunctionCoefficients) === | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Double | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **distance** | + | * Type:Type |
- | * **Type**:Double | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **coefficients** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] | + | <div newline></div> |
- | * **Description**:N/A | + | ==== Protected Methods ==== |
+ | ** {{wiki:ProtectedMethod.gif|}} GetSillSlopeCore(Double,Double) ** | ||
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetType() === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | 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/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //range// |
- | * **Return Type**:Double | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **cellExtent** | + | ** {{wiki:ProtectedMethod.gif|}} InterpolateCore(RectangleShape,GridDefinition) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | |
- | * **Description**:N/A | + | |
- | **gridDefinition** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === ToString() === | + | * Type:Double |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:String | + | * //cellExtent// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //gridDefinition// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] |
- | ===== Protected Methods ===== | + | * Description:N/A |
- | === Finalize() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} GetSemivarianceCore(Double,EmpiricalFunctionCoefficients) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === GetEmpiricalFunctionCoefficientsCore(Int32,Double[,],Double[,],Double) === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **points** | + | * //distance// |
- | * **Type**:Int32 | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | **distance** | + | * //coefficients// |
- | * **Type**:Double[,] | + | * Type:[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **semivariances** | + | <div newline></div> |
- | * **Type**:Double[,] | + | ** {{wiki:ProtectedMethod.gif|}} GetSillSlope(Double,Double) ** |
- | * **Description**:N/A | + | |
- | **maxRange** | + | * //N/A// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === GetSemivarianceCore(Double,EmpiricalFunctionCoefficients) === | + | * Type:Double |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Double | + | * //distance// |
- | * **Description**:N/A | + | * Type:Double |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //range// |
- | **distance** | + | * Type:Double |
- | * **Type**:Double | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **coefficients** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] | + | ** {{wiki:ProtectedMethod.gif|}} GetEmpiricalFunctionCoefficientsCore(Int32,Double[,],Double[,],Double) ** |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === GetSillSlope(Double,Double) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | 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** | + | * //N/A// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === InterpolateCore(RectangleShape,GridDefinition) === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Double | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **cellExtent** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **gridDefinition** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] | + | * Type:Object |
- | * **Description**:N/A | + | * Description:N/A |
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} Points ** | ||
- | [[#Protected Methods|Go Back]] | ||
- | === MemberwiseClone() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Dictionary<[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double> | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} NumberOfReferencedPoints ** |
- | * **Return Type**:Object | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | ==== Parameters ==== | + | |
- | [[#Protected Methods|Go Back]] | + | |
- | ===== Public Properties ===== | + | |
- | === NumberOfReferencedPoints === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Int32 | + | |
- | [[#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 ===== | + | |