|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /lib64/python2.7/site-packages/django/contrib/gis/gdal/ |
Upload File : |
�
r�\c @ s\ d Z d d l m Z m Z d d l m Z d e f d � � YZ d e f d � � YZ d S( s�
The GDAL/OGR library uses an Envelope structure to hold the bounding
box information for a geometry. The envelope (bounding box) contains
two pairs of coordinates, one for the lower left coordinate and one
for the upper right coordinate:
+----------o Upper right; (max_x, max_y)
| |
| |
| |
Lower left (min_x, min_y) o----------+
i����( t Structuret c_double( t OGRExceptiont OGREnvelopec B s8 e Z d Z d e f d e f d e f d e f g Z RS( s'