|
add(self,
f)
Adds a specified Feature to the Collection |
source code
|
|
|
remove(self,
f)
Removes a specified Feature from the Collection |
source code
|
|
|
|
|
|
|
|
|
|
|
feature_set(self,
recurse=False,
feature_classes=None)
Returns a list of Features belonging to the Collection Optionally
recurse into all child containers or limit/filter for a list of
feature classes |
source code
|
|
|
copy(self,
user=None)
Returns a copy of this feature collection, setting the user to the
specified owner. |
source code
|
|
|
delete(self,
*args,
**kwargs)
Delete all features in the set |
source code
|
|
Inherited from Feature :
__repr__ ,
__unicode__ ,
add_to_collection ,
get_absolute_url ,
hash ,
is_viewable ,
kml_safe ,
options ,
remove_from_collection ,
share_with ,
uid
|