User Tools

Site Tools


thinkgeo.mapsuite.portablecore.sphericalkriginggridinterpolationmodel

This is an old revision of the document!


ThinkGeo.MapSuite.PortableCore.SphericalKrigingGridInterpolationModel

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodSphericalKrigingGridInterpolationModel
Public MethodSphericalKrigingGridInterpolationModel IDictionary<PointShape, Double>
Public MethodSphericalKrigingGridInterpolationModel IDictionary<PointShape, Double>, Int32

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodDouble[, , Double,, Double)GetEmpiricalFunctionCoefficients]] Int32, Double,, Double,, Double KrigingGridInterpolationModel
Public MethodGetHashCode Object
Public MethodGetSemivariance Double, EmpiricalFunctionCoefficients KrigingGridInterpolationModel
Public MethodGetType Object
Public MethodInterpolate RectangleShape, GridDefinition GridInterpolationModel
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodDouble[, , Double,, Double)GetEmpiricalFunctionCoefficientsCore]] Int32, Double,, Double,, Double KrigingGridInterpolationModel
Protected MethodGetSemivarianceCore Double, EmpiricalFunctionCoefficients KrigingGridInterpolationModel(overriden)
Protected MethodGetSillSlope Double, Double KrigingGridInterpolationModel
Protected MethodGetSillSlopeCore Double, Double KrigingGridInterpolationModel(overriden)
Protected MethodInterpolateCore RectangleShape, GridDefinition GridInterpolationModel(overriden)
Protected MethodMemberwiseClone Object

Public Properties

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

SphericalKrigingGridInterpolationModel()

Parameters

Name Type Description

Go Back

SphericalKrigingGridInterpolationModel(IDictionary<PointShape, Double>)

Parameters

Name Type Description
points IDictionary<PointShape,Double><!– System.Collections.Generic.IDictionary{ThinkGeo.MapSuite.PortableCore.PointShape,System.Double} –>

Go Back

SphericalKrigingGridInterpolationModel(IDictionary<PointShape, Double>, Int32)

Parameters

Name Type Description
points IDictionary<PointShape,Double><!– System.Collections.Generic.IDictionary{ThinkGeo.MapSuite.PortableCore.PointShape,System.Double} –>
numberOfRefrencedPoints Int32<!– System.Int32 –>

Go Back

Protected Constructors

Public Methods

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetEmpiricalFunctionCoefficients(Int32, Double[[,|]], Double[[,|]], Double)

Return Value

Return Type Description
EmpiricalFunctionCoefficients<!– ThinkGeo.MapSuite.PortableCore.EmpiricalFunctionCoefficients –>

Parameters

Name Type Description
numberOfPoints Int32<!– System.Int32 –>
distance Double,<!– System.Double, –>
semivariances Double,<!– System.Double, –>
maxRange Double<!– System.Double –>

<!– ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetSemivariance(Double, EmpiricalFunctionCoefficients)

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
distance Double<!– System.Double –>
coefficients EmpiricalFunctionCoefficients<!– ThinkGeo.MapSuite.PortableCore.EmpiricalFunctionCoefficients –>

<!– ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Interpolate(RectangleShape, GridDefinition)

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
cellExtent RectangleShape<!– ThinkGeo.MapSuite.PortableCore.RectangleShape –>
gridDefinition GridDefinition<!– ThinkGeo.MapSuite.PortableCore.GridDefinition –>

<!– ThinkGeo.MapSuite.PortableCore.GridInterpolationModel –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetEmpiricalFunctionCoefficientsCore(Int32, Double[[,|]], Double[[,|]], Double)

Return Value

Return Type Description
EmpiricalFunctionCoefficients<!– ThinkGeo.MapSuite.PortableCore.EmpiricalFunctionCoefficients –>

Parameters

Name Type Description
points Int32<!– System.Int32 –>
distance Double,<!– System.Double, –>
semivariances Double,<!– System.Double, –>
maxRange Double<!– System.Double –>

<!– ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel –> Go Back

GetSemivarianceCore(Double, EmpiricalFunctionCoefficients)

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
distance Double<!– System.Double –>
coefficients EmpiricalFunctionCoefficients<!– ThinkGeo.MapSuite.PortableCore.EmpiricalFunctionCoefficients –>

<!– ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel(overriden) –> Go Back

GetSillSlope(Double, Double)

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
distance Double<!– System.Double –>
range Double<!– System.Double –>

<!– ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel –> Go Back

GetSillSlopeCore(Double, Double)

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
distance Double<!– System.Double –>
range Double<!– System.Double –>

<!– ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel(overriden) –> Go Back

InterpolateCore(RectangleShape, GridDefinition)

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
cellExtent RectangleShape<!– ThinkGeo.MapSuite.PortableCore.RectangleShape –>
gridDefinition GridDefinition<!– ThinkGeo.MapSuite.PortableCore.GridDefinition –>

<!– ThinkGeo.MapSuite.PortableCore.GridInterpolationModel(overriden) –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

NumberOfReferencedPoints

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel –> Go Back

Points

Return Value

Return Type
Dictionary<PointShape,Double><!– System.Collections.Generic.Dictionary{ThinkGeo.MapSuite.PortableCore.PointShape,System.Double} –>

<!– ThinkGeo.MapSuite.PortableCore.KrigingGridInterpolationModel –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.portablecore.sphericalkriginggridinterpolationmodel.1440040133.txt.gz · Last modified: 2015/09/21 08:19 (external edit)