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

Class Extent Manage the extent. More...

Collaboration diagram for vizitown_plugin.vt_utils_tiler.Extent:
Collaboration graph

Public Member Functions

def __init__
 Constructor. More...
 
def width
 width method Calculate the width of the extent More...
 
def height
 height method Calculate the height of the extent More...
 

Public Attributes

 minX
 
 minY
 
 maxX
 
 maxY
 

Detailed Description

Class Extent Manage the extent.

Constructor & Destructor Documentation

def vizitown_plugin.vt_utils_tiler.Extent.__init__ (   self,
  minX,
  minY,
  maxX,
  maxY 
)

Constructor.

Parameters
minX
minY
maxX
maxY

Member Function Documentation

def vizitown_plugin.vt_utils_tiler.Extent.height (   self)

height method Calculate the height of the extent

Returns
the height
def vizitown_plugin.vt_utils_tiler.Extent.width (   self)

width method Calculate the width of the extent

Returns
the width

Member Data Documentation

vizitown_plugin.vt_utils_tiler.Extent.maxX
vizitown_plugin.vt_utils_tiler.Extent.maxY
vizitown_plugin.vt_utils_tiler.Extent.minX
vizitown_plugin.vt_utils_tiler.Extent.minY

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