aRTdb-createView {aRT}R Documentation

createView

Description

Function that creates an empty View in the database. Views are not manipulated in aRT, themes can be pushed inside a view when they are created. Two themes in a same view can be visualized together in a TerraLib-based GIS.

Usage

## S4 method for signature 'aRTdb':
createView(object, viewname="Viewname")

Arguments

object object of aRTdb class.
viewname Name of the view.

Author(s)

Marcos Aurelio Carrero and Pedro Ribeiro de Andrade

See Also

See aRTdb-class to show the description of this class.


[Package aRT version 1.6-0 Index]