|
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 @ s� d Z d d l m Z m Z m Z d d l m Z m Z d d l m Z m Z d d l m Z d d l m Z d d l m Z d e f d � � YZ d S( s� This module houses the GEOSCoordSeq object, which is used internally by GEOSGeometry to house the actual coordinates of the Point, LineString, and LinearRing geometries. i����( t c_doublet c_uintt byref( t GEOSBaset numpy( t GEOSExceptiont GEOSIndexError( t CS_PTR( t prototypes( t xranget GEOSCoordSeqc B s� e Z d Z e Z e d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z e d � � Z e d � � Z e d � � Z d � Z e d � � Z e d � � Z RS( sG The internal representation of a list of coordinates inside a Geometry.c C s4 t | t � s t d � � n | | _ | | _ d S( s Initializes from a GEOS pointer.s4 Coordinate sequence should initialize with a CS_PTR.N( t isinstanceR t TypeErrort _ptrt _z( t selft ptrt z( ( sB /tmp/pip-install-XxeQeY/django/django/contrib/gis/geos/coordseq.pyt __init__ s c c s'