| Home | Trees | Indices | Help |
|---|
|
|
django.contrib.gis.db.models.Model --+
|
features.models.Feature --+
|
models.Analysis --+
|
BufferPoint
|
|||
| Options | |||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
input_lat = models.FloatField(verbose_name= 'Latitude')
|
|||
input_lon = models.FloatField(verbose_name= 'Longitude')
|
|||
input_buffer_distance = models.FloatField(verbose_name= "Buffe
|
|||
output_area = models.FloatField(null= True, blank= True, verbo
|
|||
output_point_geom = models.PointField(srid= settings.GEOMETRY_
|
|||
output_poly_geom = models.PolygonField(srid= settings.GEOMETRY
|
|||
|
Inherited from |
|||
|
|||
Method to execute the model. Passes all input parameters to the analysis backend, takes the results and stores in the model output fields.
|
Translate the model outputs to KML Placemark or Folder
|
Translate the model outputs to KML Placemark or Folder
|
|
|
|||
input_buffer_distance
|
output_area
|
output_point_geom
|
output_poly_geom
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 30 11:31:01 2012 | http://epydoc.sourceforge.net |