| initialize {aRT} | R Documentation |
"aRTtable"
Description
Initializer of aRTtable class.
Usage
obj <- new("aRTtable", aRTlayer, tablename, create=T)
Arguments
- parent:
- Object of aRTlayer or aRTdb class.
- tablename:
- Name of the table.
- create:
- Can the table be created if it does not exist?
- id:
- The name of the unique identifier of the table (default = "id").
Used only at creating.
- length:
- The maximum length of id instances. Used only at creating.
- generateids:
- Populate the table ids linking with the layer geometries?
Used only at creating, and with static and dynamic attributes tables only.
- type:
- The type of the table, see below (default is static).
Author(s)
Pedro Ribeiro de Andrade Neto
References
http://www.est.ufpr.br/aRT
See Also
See aRTtable-class to the description of this class, and table types.
[Package
aRT version 0.3-6
Index]