CircularKrigingGridInterpolationModel¶
Inheritance Hierarchy¶
Object
GridInterpolationModel
KrigingGridInterpolationModel
CircularKrigingGridInterpolationModel
Members Summary¶
Public Constructors Summary¶
Name |
---|
CircularKrigingGridInterpolationModel() |
CircularKrigingGridInterpolationModel(IDictionary<PointShape,Double>) |
CircularKrigingGridInterpolationModel(IDictionary<PointShape,Double>,Int32) |
Protected Constructors Summary¶
Name |
---|
N/A |
Public Properties Summary¶
Name | Return Type | Description |
---|---|---|
NumberOfReferencedPoints | Int32 | N/A |
Points | Dictionary<PointShape ,Double > | N/A |
Protected Properties Summary¶
Name | Return Type | Description |
---|---|---|
N/A | N/A | N/A |
Public Methods Summary¶
Protected Methods Summary¶
Public Events Summary¶
Name | Event Arguments | Description |
---|---|---|
N/A | N/A | N/A |
Members Detail¶
Public Constructors¶
Name |
---|
CircularKrigingGridInterpolationModel() |
CircularKrigingGridInterpolationModel(IDictionary<PointShape,Double>) |
CircularKrigingGridInterpolationModel(IDictionary<PointShape,Double>,Int32) |
Protected Constructors¶
Public Properties¶
NumberOfReferencedPoints
¶
Summary
N/A
Remarks
N/A
Return Value
Int32
Points
¶
Summary
N/A
Remarks
N/A
Return Value
Dictionary<PointShape
,Double
>
Protected Properties¶
Public Methods¶
Equals(Object)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Boolean | N/A |
Parameters
Name | Type | Description |
---|---|---|
obj | Object | N/A |
GetEmpiricalFunctionCoefficients(Int32,Double[,],Double[,],Double)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
EmpiricalFunctionCoefficients | N/A |
Parameters
Name | Type | Description |
---|---|---|
numberOfPoints | Int32 | N/A |
distance | Double[,] | N/A |
semivariances | Double[,] | N/A |
maxRange | Double | N/A |
GetHashCode()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Int32 | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetSemivariance(Double,EmpiricalFunctionCoefficients)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Double | N/A |
Parameters
Name | Type | Description |
---|---|---|
distance | Double | N/A |
coefficients | EmpiricalFunctionCoefficients | N/A |
GetType()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Type | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Interpolate(RectangleShape,GridDefinition)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Double | N/A |
Parameters
Name | Type | Description |
---|---|---|
cellExtent | RectangleShape | N/A |
gridDefinition | GridDefinition | N/A |
ToString()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
String | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Protected Methods¶
Finalize()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetEmpiricalFunctionCoefficientsCore(Int32,Double[,],Double[,],Double)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
EmpiricalFunctionCoefficients | N/A |
Parameters
Name | Type | Description |
---|---|---|
points | Int32 | N/A |
distance | Double[,] | N/A |
semivariances | Double[,] | N/A |
maxRange | Double | N/A |
GetSemivarianceCore(Double,EmpiricalFunctionCoefficients)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Double | N/A |
Parameters
Name | Type | Description |
---|---|---|
distance | Double | N/A |
coefficients | EmpiricalFunctionCoefficients | N/A |
GetSillSlope(Double,Double)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Double | N/A |
Parameters
Name | Type | Description |
---|---|---|
distance | Double | N/A |
range | Double | N/A |
GetSillSlopeCore(Double,Double)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Double | N/A |
Parameters
Name | Type | Description |
---|---|---|
distance | Double | N/A |
range | Double | N/A |
InterpolateCore(RectangleShape,GridDefinition)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Double | N/A |
Parameters
Name | Type | Description |
---|---|---|
cellExtent | RectangleShape | N/A |
gridDefinition | GridDefinition | N/A |
MemberwiseClone()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Object | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |