Source code for pyams_gis.interfaces.widget

#
# Copyright (c) 2008-2017 Thierry Florac <tflorac AT ulthar.net>
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
#

__docformat__ = 'restructuredtext'


# import standard library

# import interfaces
from z3c.form.interfaces import IObjectWidget


# import packages


[docs]class IGeoPointWidget(IObjectWidget): """GeoPoint widget interface"""
[docs]class IGeoPointZWidget(IObjectWidget): """GeoPointZ widget interface"""
[docs]class IGeoAreaWidget(IObjectWidget): """GeoArea widget interface"""