This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.kriginggridinterpolationmodel [2015/09/17 10:33] admin |
thinkgeo.mapsuite.core.kriginggridinterpolationmodel [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel ====== | ====== ThinkGeo.MapSuite.Core.KrigingGridInterpolationModel ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| + | |||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| *System.Object | *System.Object | ||
| Line 10: | Line 14: | ||
| *[[ThinkGeo.MapSuite.Core.SphericalKrigingGridInterpolationModel]] | *[[ThinkGeo.MapSuite.Core.SphericalKrigingGridInterpolationModel]] | ||
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| - | === Public Constructors === | + | ==== Public Constructors ==== |
| - | === Protected Constructors === | + | ==== Protected Constructors ==== |
| - | <div class_table> | + | ** {{wiki:ProtectedMethod.gif|}} KrigingGridInterpolationModel() ** |
| - | **{{wiki:ProtectedMethod.gif|}}[[#KrigingGridInterpolationModel()|KrigingGridInterpolationModel]]** | + | |
| - | * **Parameters**:N/A | + | |
| - | * **DeclaringType**:N/A | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:ProtectedMethod.gif|}}[[#KrigingGridInterpolationModel(IDictionary<PointShape,Double>)|KrigingGridInterpolationModel]]** | + | == Remarks == |
| - | * **Parameters**:IDictionary<[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double> | + | * //N/A// |
| - | * **DeclaringType**:N/A | + | == Parameters == |
| - | * **Summary**:N/A | + | <div newline></div> |
| - | </div> | + | ** {{wiki:ProtectedMethod.gif|}} KrigingGridInterpolationModel(IDictionary<PointShape,Double>) ** |
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:ProtectedMethod.gif|}}[[#KrigingGridInterpolationModel(IDictionary<PointShape,Double>,Int32)|KrigingGridInterpolationModel]]** | + | == 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 | ||
| - | === Public Methods === | + | <div newline></div> |
| - | <div class_table> | + | ** {{wiki:ProtectedMethod.gif|}} KrigingGridInterpolationModel(IDictionary<PointShape,Double>,Int32) ** |
| - | **{{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**:N/A | + | == Parameters == |
| - | * **Summary**:N/A | + | * //points// |
| - | </div> | + | * Type:IDictionary<[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double> |
| + | * Description:N/A | ||
| - | <div class_table> | + | * //numberOfReferencedPoints// |
| - | **{{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]]** | + | ==== Public Methods ==== |
| - | * **Parameters**:Double,[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] | + | ** {{wiki:PublicMethod.gif|}} GetSemivariance(Double,EmpiricalFunctionCoefficients) ** |
| - | * **DeclaringType**:N/A | + | |
| - | * **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**:N/A | + | |
| - | * **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**:N/A | + | |
| - | * **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**:N/A | + | |
| - | * **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// |
| - | ===== Protected Constructors ===== | + | |
| - | === KrigingGridInterpolationModel() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | ==== Parameters ==== | + | |
| - | [[#Protected Constructors|Go Back]] | + | |
| - | === KrigingGridInterpolationModel(IDictionary<PointShape,Double>) === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | ==== Parameters ==== | + | |
| - | **points** | + | |
| - | * **Type**:IDictionary<[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double> | + | |
| - | * **Description:N/A | + | |
| - | [[#Protected Constructors|Go Back]] | + | == Return Value == |
| - | === KrigingGridInterpolationModel(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 | + | |
| - | **numberOfReferencedPoints** | + | == Parameters == |
| - | * **Type**:Int32 | + | * //cellExtent// |
| - | * **Description:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| + | * Description:N/A | ||
| - | [[#Protected Constructors|Go Back]] | + | * //gridDefinition// |
| - | ===== Public Methods ===== | + | * Type:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] |
| - | === Equals(Object) === | + | * Description:N/A |
| - | 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|}} InterpolateCore(RectangleShape,GridDefinition) ** | ||
| - | [[#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]] | + | * //cellExtent// |
| - | === Interpolate(RectangleShape,GridDefinition) === | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | N/A | + | * Description:N/A |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //gridDefinition// |
| - | * **Return Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.GridDefinition|GridDefinition]] |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | <div newline></div> |
| - | **cellExtent** | + | ** {{wiki:ProtectedMethod.gif|}} GetSemivarianceCore(Double,EmpiricalFunctionCoefficients) ** |
| - | * **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 | + | * //distance// |
| - | * **Description**:N/A | + | * Type:Double |
| + | * Description:N/A | ||
| - | ==== Parameters ==== | + | * //coefficients// |
| - | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.EmpiricalFunctionCoefficients|EmpiricalFunctionCoefficients]] |
| - | ===== Protected Methods ===== | + | * Description:N/A |
| - | === Finalize() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | <div newline></div> |
| - | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} GetSillSlope(Double,Double) ** |
| - | * **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** | + | * //range// |
| - | * **Type**:Double[,] | + | * Type:Double |
| - | * **Description**:N/A | + | * Description:N/A |
| - | **semivariances** | + | <div newline></div> |
| - | * **Type**:Double[,] | + | ** {{wiki:ProtectedMethod.gif|}} GetSillSlopeCore(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 ===== | + | |