DK11 for ActiveX | TatukGIS_XDK11.TGIS_SemivariancePowerLaw | Classes | Methods | Properties
Represents the power-law semivariance model.
// C# public class TGIS_SemivariancePowerLaw : ITGIS_SemivariancePowerLaw { }
' VisualBasic Public Class TGIS_SemivariancePowerLaw Implements ITGIS_SemivariancePowerLaw End Class
// Oxygene type TGIS_SemivariancePowerLaw = 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 | |
---|---|---|---|
Exponent | public | Power-law exponent; should be greater than or equal to 1 and less than 2; default is 1.5. | |
Nugget | public | The nugget of semivariance. (Inherited from ITGIS_SemivarianceAbstract) |
|