aRTtheme-setVisible {aRT}R Documentation

Set visiblility

Description

Sets the visibility of a theme to be visualized in a TerraLib-based GIS. When a theme is created it is visible. This function does not work correctly yet.

Usage

## S4 method for signature 'aRTtheme':
setVisible(object, points = NULL, lines = NULL, polygons = NULL, check = NULL)

Arguments

object Object of class aRTtheme.
points Will the points be visible?
lines Will the lines be visible?
polygons Will the polygons be visible?
check ?

Author(s)

Pedro Ribeiro de Andrade

See Also

See aRTtheme-class to the description of this class.


[Package aRT version 1.7-1 Index]