DK11 for ActiveX | TatukGIS_XDK11.TGIS_SemivarianceSpherical | Classes | Methods | Properties
Represents the spherical semivariance model.
// C# public class TGIS_SemivarianceSpherical : ITGIS_SemivarianceSpherical { }
' VisualBasic Public Class TGIS_SemivarianceSpherical Implements ITGIS_SemivarianceSpherical End Class
// Oxygene type TGIS_SemivarianceSpherical = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Calculate | public | Calculates the value of semivariance for a given distance. (Inherited from ITGIS_SemivarianceAbstract) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Prepare | public | If necessary, performs preliminary computations; is called before Calculate for each point set. (Inherited from ITGIS_SemivarianceAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
Nugget | public | The nugget of semivariance. (Inherited from ITGIS_SemivarianceAbstract) |
|
Range | public | Range of the semivariance formula. (Inherited from ITGIS_SemivarianceWithRange) |
|
Sill | public | The sill of semivariance. (Inherited from ITGIS_SemivarianceWithSill) |
|