Vizitown
|
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... | |
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
layer |
def vizitown_plugin.vt_utils_gui.is_raster | ( | layer) |
is_raster method Check if the layer is a Raster which come from a database
layer |
def vizitown_plugin.vt_utils_gui.is_texture | ( | layer) |
is_texture method Check if the layer is a Texture which come from a database
layer |
def vizitown_plugin.vt_utils_gui.is_vector | ( | layer) |
is_vector method Check if the layer is a Vector which come from a database
layer |