|
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 : /usr/lib64/python2.7/site-packages/django/contrib/gis/geos/ |
Upload File : |
� r�\c @ sh d Z d d l m Z d d l m Z m Z m Z m Z d e f d � � YZ d e f d � � YZ d S( s� Module that holds classes for performing I/O operations on GEOS geometry objects. Specifically, this has Python implementations of WKB/WKT reader and writer classes. i����( t GEOSGeometry( t _WKTReadert _WKBReadert WKBWritert WKTWritert WKBReaderc B s e Z d � Z RS( c C s t t t | � j | � � S( s0 Returns a GEOSGeometry for the given WKB buffer.( R t superR t read( t selft wkb( ( s<