eoxserver.webclient package¶
Submodules¶
eoxserver.webclient.models module¶
- class eoxserver.webclient.models.Extra(id, eo_object, display_name, info, color, default_visible, max_zoom, histogram_bin_count, histogram_threshold, search_limit, load_more)¶
Bases:
Model
- exception DoesNotExist¶
Bases:
ObjectDoesNotExist
- exception MultipleObjectsReturned¶
Bases:
MultipleObjectsReturned
- color¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- default_visible¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- display_name¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- eo_object¶
Accessor to the related object on the forward side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Restaurant.place
is aForwardOneToOneDescriptor
instance.
- eo_object_id¶
- histogram_bin_count¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- histogram_threshold¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- id¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- info¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- load_more¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- max_zoom¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- objects = <django.db.models.manager.Manager object>¶
- search_limit¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
eoxserver.webclient.urls module¶
eoxserver.webclient.views module¶
- eoxserver.webclient.views.index(request)¶