DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SemivarianceSpherical | Interfaces | Methods | Properties
Represents the spherical semivariance model.
// C# public interface ITGIS_SemivarianceSpherical: ITGIS_SemivarianceWithSill { }
' VisualBasic Public Interface ITGIS_SemivarianceSpherical Implements ITGIS_SemivarianceWithSill End Class
// Oxygene type ITGIS_SemivarianceSpherical = public interface( ITGIS_SemivarianceWithSill ) 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) |
|