Description Usage Arguments Details Value Author(s) See Also
This function simply does some background work that each of
"downLogIZs
" and
"standingTreeIZs
" subclasses have in common for
object creation. It is not meant to be called as a general
function by the casual user.
1 | izContainer(object, ...)
|
object |
the one signature object, a |
... |
Just gobbled for now. |
See the returned value below. Note that this is pre-object
creation, so it does not make sense to have a bbox
method to
calculate the overall bounding box. A bbox
method based on a
list
object is also out of the question because the list could
contain anything; in this routine the list passed must only contain
valid objects of class "InclusionZone
" (i.e., one
of its subclasses).
Currently returns just the overall bounding box of all the objects in
the list
. However, it may acquire more functionality later on.
Jeffrey H. Gove
"izContainer
","downLogIZs
", "standingTreeIZs
"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.