Vizitown
 All Classes Namespaces Files Functions Variables
vizitown_plugin.vt_utils_tiler.VTTiler Class Reference

Class VTTiler Produce the tile Unherited object class. More...

Inheritance diagram for vizitown_plugin.vt_utils_tiler.VTTiler:
Inheritance graph
Collaboration diagram for vizitown_plugin.vt_utils_tiler.VTTiler:
Collaboration graph

Public Member Functions

def __init__
 Constructor. More...
 
def create
 create method Produce the tile for the data exists More...
 

Public Attributes

 extent
 
 tileSize
 
 zoom
 
 dem
 
 ortho
 
 RDem
 
 ROrtho
 

Detailed Description

Class VTTiler Produce the tile Unherited object class.

Constructor & Destructor Documentation

def vizitown_plugin.vt_utils_tiler.VTTiler.__init__ (   self,
  extent,
  tileSize,
  zoom,
  dem = None,
  ortho = None 
)

Constructor.

Parameters
extentthe extent of the view
tileSizethe size of the tile
zoomthe zoom level to produce the data
demif a dem exists
orthoif a ortho exists

Member Function Documentation

def vizitown_plugin.vt_utils_tiler.VTTiler.create (   self,
  baseDestPath,
  queue 
)

create method Produce the tile for the data exists

Parameters
baseDestPaththe repository where the data is produce
queuethe list where the name of data is stock

Member Data Documentation

vizitown_plugin.vt_utils_tiler.VTTiler.dem
vizitown_plugin.vt_utils_tiler.VTTiler.extent
vizitown_plugin.vt_utils_tiler.VTTiler.ortho
vizitown_plugin.vt_utils_tiler.VTTiler.RDem
vizitown_plugin.vt_utils_tiler.VTTiler.ROrtho
vizitown_plugin.vt_utils_tiler.VTTiler.tileSize
vizitown_plugin.vt_utils_tiler.VTTiler.zoom

The documentation for this class was generated from the following file: