A rectangle, represented by bottom left and top right corners.
|
__init__(self,
min_lat=200.0,
min_lon=200.0,
max_lat=-200.0,
max_lon=-200.0)
Save the passed-in data. |
source code
|
|
float
|
|
float
|
|
float
|
|
boolean
|
|
|
resize(self,
new_width,
new_height)
Redo the corner points of this box to reflect new width
and height , maintaining the same center point as this
box currently has. |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|