aRTdb-createView {aRT}R Documentation

createView

Description

Function that creates an empty View in the database. Views are not manipulated in aRT, they can be created and themes can be pushed inside it when 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 Neto

See Also

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


[Package aRT version 0.4-0 Index]