This class represents a CF group in memory. It descends from
NCGroup and functions as such with the exception that it has no
associated CFResource
and the handle
field thus always returns NULL
.
ncdfCF::NCObject
-> ncdfCF::NCGroup
-> VirtualGroup
friendlyClassName
(read-only) A nice description of the class.
handle
Return NULL as a VirtualGroup has no resource.
Inherited methods
ncdfCF::NCObject$append_attribute()
ncdfCF::NCObject$attribute()
ncdfCF::NCObject$delete_attribute()
ncdfCF::NCObject$print_attributes()
ncdfCF::NCObject$set_attribute()
ncdfCF::NCObject$write_attributes()
ncdfCF::NCGroup$addAuxiliaryLongLat()
ncdfCF::NCGroup$axes()
ncdfCF::NCGroup$dimensions()
ncdfCF::NCGroup$find_by_name()
ncdfCF::NCGroup$find_dim_by_id()
ncdfCF::NCGroup$fullnames()
ncdfCF::NCGroup$grid_mappings()
ncdfCF::NCGroup$hierarchy()
ncdfCF::NCGroup$print()
ncdfCF::NCGroup$unused()
ncdfCF::NCGroup$variables()
new()
Create an instance of this class.
VirtualGroup$new(id, name, fullname, parent)
id
The identifier of the group.
name
The name of the group.
fullname
The fully qualified name of the group.
parent
The parent group of this group. The parent
of the root
group is NULL
.
clone()
The objects of this class are cloneable with this method.
VirtualGroup$clone(deep = FALSE)
deep
Whether to make a deep clone.