Vizitown
 All Classes Namespaces Files Functions Variables
vizitown_plugin.vt_utils_gui Namespace Reference

Functions

def is_raster
 is_raster method Check if the layer is a Raster which come from a database More...
 
def is_dem
 is_dem method Check if the layer is a Data Elevation Model which come from a database More...
 
def is_texture
 is_texture method Check if the layer is a Texture which come from a database More...
 
def is_vector
 is_vector method Check if the layer is a Vector which come from a database More...
 

Function Documentation

def vizitown_plugin.vt_utils_gui.is_dem (   layer)

is_dem method Check if the layer is a Data Elevation Model which come from a database

Parameters
layer
Returns
True if the layer is a Data Elevation Model which come from a database
def vizitown_plugin.vt_utils_gui.is_raster (   layer)

is_raster method Check if the layer is a Raster which come from a database

Parameters
layer
Returns
True if the layer is a Raster which come from a database
def vizitown_plugin.vt_utils_gui.is_texture (   layer)

is_texture method Check if the layer is a Texture which come from a database

Parameters
layer
Returns
True if the layer is a Texture which come from a database
def vizitown_plugin.vt_utils_gui.is_vector (   layer)

is_vector method Check if the layer is a Vector which come from a database

Parameters
layer
Returns
True if the layer is a Vector which come from a database