FireSTARR
Loading...
Searching...
No Matches
gis.Extent Class Reference
Inheritance diagram for gis.Extent:
Collaboration diagram for gis.Extent:

Public Member Functions

 __init__ (self, src)
 Load from src.
 

Public Attributes

 XMin = extent[0]
 
 XMax = extent[1]
 
tuple XCenter = (self.XMax - self.XMin) / 2 + self.XMin
 
 YMin = extent[2]
 
 YMax = extent[3]
 
tuple YCenter = (self.YMax - self.YMin) / 2 + self.YMin
 

Detailed Description

Represents the extent of a shapefile

Constructor & Destructor Documentation

◆ __init__()

gis.Extent.__init__ ( self,
src )

Load from src.

Parameters
selfPointer to this
srcShapefile to load extent from

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