Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▸ auth
▸ contenttypes
▸ flatpages
▾ gis
▸ admin
▸ apps
▾ db
▾ backends
▸ base
▸ mysql
▸ oracle
▾ postgis
▸ adapter
▸ base
▸ const
▸ features
▸ introspection
▾ models
class
PostGISGeometryColumns
class
PostGISSpatialRefSys
class
Meta
▸ operations
▸ pgraster
▸ schema
▸ spatialite
▸ utils
▸ models
▸ feeds
▸ forms
▸ gdal
▸ geoip2
▸ geometry
▸ geos
▸ management
▸ measure
▸ ptr
▸ serializers
▸ shortcuts
▸ sitemaps
▸ utils
▸ views
▸ humanize
▸ messages
▸ postgres
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▸ staticfiles
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class PostGISSpatialRefSys
django
.
contrib
.
gis
.
db
.
backends
.
postgis
.
models
.
PostGISSpatialRefSys
The 'spatial_ref_sys' table from PostGIS. See the PostGIS documentation at Ch. 4.2.1.
Declaration
class
PostGISSpatialRefSys(
models.Model
,
SpatialRefSysMixin
)
source
link
Documentation
Methods
▷
def
wkt
(
self
)
@property
@property
def
wkt(
self
)
source
link
Inherited methods
Methods inherited from
django
.
db
.
models
.
base
.
Model
:
__eq__
,
__getstate__
,
__hash__
,
__init__
,
__reduce__
,
__repr__
,
__setstate__
,
__str__
,
check
,
clean
,
clean_fields
,
date_error_message
,
delete
,
from_db
,
full_clean
,
get_deferred_fields
,
prepare_database_save
,
refresh_from_db
,
save
,
save_base
,
serializable_value
,
unique_error_message
,
validate_unique
Methods inherited from
django
.
contrib
.
gis
.
db
.
backends
.
base
.
models
.
SpatialRefSysMixin
:
angular_name
,
angular_units
,
datum
,
ellipsoid
,
geographic
,
get_spheroid
,
get_units
,
linear_name
,
linear_units
,
local
,
name
,
projected
,
spheroid
,
srs
,
units
Reexports
Imported in
django.contrib.gis.db.backends.postgis.operations
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04