|
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/db/backends/postgis/ |
Upload File : |
�
r�\c @ su d Z d d l m Z d d l m Z d d l m Z e d e j f d � � Y� Z d e j e f d � � YZ d S(
sH
The GeometryColumns and SpatialRefSys models for the PostGIS backend.
i����( t models( t SpatialRefSysMixin( t python_2_unicode_compatiblet GeometryColumnsc B s� e Z d Z e j d d � Z e j d d � Z e j d d � Z e j d d � Z e j � Z
e j d e � Z e j d d � Z
d d
d � � YZ e d � � Z e d � � Z d � Z RS( sh
The 'geometry_columns' table from the PostGIS. See the PostGIS
documentation at Ch. 4.2.2.
t
max_lengthi t primary_keyi t Metac B s e Z d Z e Z RS( t geometry_columns( t __name__t
__module__t db_tablet Falset managed( ( ( sO /tmp/pip-install-XxeQeY/django/django/contrib/gis/db/backends/postgis/models.pyR s c C s d S( sk
Returns the name of the metadata column used to store the
the feature table name.
t f_table_name( ( t cls( ( sO /tmp/pip-install-XxeQeY/django/django/contrib/gis/db/backends/postgis/models.pyt table_name_col s c C s d S( sp
Returns the name of the metadata column used to store the
the feature geometry column.
t f_geometry_column( ( R ( ( sO /tmp/pip-install-XxeQeY/django/django/contrib/gis/db/backends/postgis/models.pyt
geom_col_name"