|
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 @ sJ d d l m Z d d l m Z d d l m Z d e f d � � YZ d S( i����( t GEOSBase( t GEOSGeometry( t preparedt PreparedGeometryc B sM e Z d Z e j Z d � Z d � Z d � Z d � Z d � Z
d � Z RS( s�
A geometry that is prepared for performing certain operations.
At the moment this includes the contains covers, and intersects
operations.
c C s: | | _ t | t � s! t � n t j | j � | _ d S( N( t
_base_geomt
isinstanceR t TypeErrort capit geos_preparet ptr( t selft geom( ( sB /tmp/pip-install-XxeQeY/django/django/contrib/gis/geos/prepared.pyt __init__
s c C s | j r t j | j � n d S( N( t _ptrR t prepared_destroy( R
( ( sB /tmp/pip-install-XxeQeY/django/django/contrib/gis/geos/prepared.pyt __del__ s c C s t j | j | j � S( N( R t prepared_containsR ( R
t other( ( sB /tmp/pip-install-XxeQeY/django/django/contrib/gis/geos/prepared.pyt contains s c C s t j | j | j � S( N( R t prepared_contains_properlyR ( R
R ( ( sB /tmp/pip-install-XxeQeY/django/django/contrib/gis/geos/prepared.pyt contains_properly s c C s t j | j | j � S( N( R t prepared_coversR ( R
R ( ( sB /tmp/pip-install-XxeQeY/django/django/contrib/gis/geos/prepared.pyt covers s c C s t j | j | j � S( N( R t prepared_intersectsR ( R
R ( ( sB /tmp/pip-install-XxeQeY/django/django/contrib/gis/geos/prepared.pyt
intersects"