Home | Trees | Indices | Help |
---|
|
django.contrib.gis.db.models.Model --+ | Feature --+ | SpatialFeature --+ | PointFeature
Model used for representing user-generated point features. Inherits from SpatialFeature. ====================== ============================================== Attribute Description ====================== ============================================== ``user`` Creator ``name`` Name of the object ``date_created`` When it was created ``date_modified`` When it was last updated. ``manipulators`` List of manipulators to be applied when geom is saved. ``geometry_original`` Original geometry as input by the user. ``geometry_final`` Geometry after manipulators are applied. ====================== ==============================================
|
|||
Meta |
|
|||
Inherited from Inherited from |
|
|||
|
|||
Inherited from |
|
|||
geometry_orig = models.PointField(srid= settings.GEOMETRY_DB_S
|
|||
geometry_final = models.PointField(srid= settings.GEOMETRY_DB_
|
|||
Inherited from Inherited from |
|
Mapnik style object containing rules for symbolizing features in staticmap
|
|
geometry_orig
|
geometry_final
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Oct 30 11:31:02 2012 | http://epydoc.sourceforge.net |