This generic has only one method as detailed in heapIZ-methods. It is used to “heap” an object of class "InclusionZoneGrid" onto one of class "Tract" to build an object of class "sampSurf." Note that the heaping would be applied to several objects of the first class to ultimately build a
这个通用的只有一个方法,详见heapIZ-methods。它是用来“堆”类的一个对象“InclusionZoneGrid”到一个类“Tract”,以建立一个类的对象“sampSurf。”请注意,在堆积将施加到所述第一类中的多个对象,最终建立一个
用法----------Usage----------
heapIZ(izgObject, tract, ...)
参数----------Arguments----------
参数:izgObject
An object of class “InclusionZoneGrid” or subclass.
类“InclusionZoneGrid”或子类的对象。
参数:tract
An object of class “Tract”.
“道”类的一个对象。
参数:...
See methods for other arguments.
其他参数的方法。
Details
详细信息----------Details----------
This method is really not meant to be used stand-alone. It is called within a sampSurf constuctor in order to "heap" or "pile" the values with inclusion zones to build a sampling surface. See these routines for details.
这个方法是真的不意味着要独立使用。这就是所谓的一个sampSurf构造器内,以“堆”或“堆”的值包括区建立的采样表面。这些程序的详细信息。
值----------Value----------
An object of class “Tract” or subclass.
的“道”类或子类的对象。
(作者)----------Author(s)----------
Jeffrey H. Gove
参见----------See Also----------
heapIZ-methods
heapIZ-methods
实例----------Examples----------
#[]
# see sampSurf constructor source code for details.[看到sampSurf构造函数的源代码的详细信息。]
#[]