Package madrona :: Package features :: Module tests :: Class TestFolder
[hide private]

Class TestFolder

source code

django.contrib.gis.db.models.Model --+        
                                     |        
                        models.Feature --+    
                                         |    
                  models.FeatureCollection --+
                                             |
                                            TestFolder

Nested Classes [hide private]
  Options

Inherited from models.FeatureCollection: Meta

Instance Methods [hide private]
 
copy(self, user)
Returns a copy of this feature collection, setting the user to the specified owner.
source code

Inherited from models.FeatureCollection: add, delete, feature_set, kml, kml_style, kml_style_id, remove, save

Inherited from models.Feature: __repr__, __unicode__, add_to_collection, get_absolute_url, hash, is_viewable, kml_safe, options, remove_from_collection, share_with, uid

Class Methods [hide private]

Inherited from models.Feature: css, get_options, model_uid

Class Variables [hide private]

Inherited from models.Feature: collection, content_type, date_created, date_modified, name, object_id, objects, sharing_groups, user

Method Details [hide private]

copy(self, user)

source code 

Returns a copy of this feature collection, setting the user to the specified owner. Recursively copies all children.

Overrides: models.Feature.copy
(inherited documentation)