Package madrona :: Package analysistools :: Module examples :: Class BufferPointsForm
[hide private]

Class BufferPointsForm

source code

features.models.FeatureForm --+
                              |
                             BufferPointsForm

Nested Classes [hide private]
  Meta
Class Variables [hide private]
  input_lat = forms.FloatField(max_value= 90, min_value=-90, wid...
  input_lon = forms.FloatField(max_value= 180, min_value=-180, w...
  input_buffer_distance = forms.FloatField(widget= SliderWidget(...
Class Variable Details [hide private]

input_lat

Value:
forms.FloatField(max_value= 90, min_value=-90, widget= SliderWidget(mi\
n=-90, max= 90, step= 0.00001, image= 'analysistools/img/lat.gif'), la\
bel= "Latitude")

input_lon

Value:
forms.FloatField(max_value= 180, min_value=-180, widget= SliderWidget(\
min=-180, max= 180, step= 0.00001, image= 'analysistools/img/lon.gif')\
, label= "Longitude")

input_buffer_distance

Value:
forms.FloatField(widget= SliderWidget(min= 10, max= 50000, step= 1, im\
age= 'analysistools/img/buffer.png'), label= "Buffer Distance (m)", mi\
n_value= 0.0001, max_value= 50000)