Home | Trees | Indices | Help |
---|
|
django.contrib.gis.db.models.Model --+ | features.models.Feature --+ | Analysis
Abstract Feature model representing the inputs and outputs of an analysis or modeling run
|
|||
Meta |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
Translate the model outputs to KML Placemark or Folder
|
Translate the model outputs to KML Placemark or Folder
|
|
Returns a dict of all input parameters
|
Returns a dict of all output parameters If processing is incomplete, values will be None
|
|
How many sub-tasks completed out of a total e.g. (3,6) means 3 out of 6 pieces are complete so progress bar can show 50%
|
If it's asynchronously processed, this is the definitive property to determine if processing is completed.
|
Method to execute the model. Passes all input parameters to the analysis backend, takes the results and stores in the model output fields. |
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Oct 30 11:31:02 2012 | http://epydoc.sourceforge.net |