:tocdepth: 3 :py:mod:`gws.plugin.model_field.geometry` ========================================= .. py:module:: gws.plugin.model_field.geometry .. autoapi-nested-parse:: Geometry field. **Source code:** :source:`gws.plugin.model_field.geometry` Package Contents ---------------- .. py:class:: Config Bases: :py:obj:`gws.base.model.scalar_field.Config` Geometry field configuration. .. py:attribute:: crs :type: Optional[gws.CrsName] 4326'. :type: Coordinate Reference System (CRS) name, e.g. 'EPSG .. py:attribute:: geometryType :type: Optional[gws.GeometryType] Geometry type, e.g. point, line, polygon. .. py:class:: Object Bases: :py:obj:`gws.base.model.scalar_field.Object` .. py:attribute:: attributeType .. py:attribute:: geometryCrs :type: gws.Crs .. py:attribute:: geometryType :type: gws.GeometryType .. py:attribute:: supportsGeometrySearch :value: True .. py:method:: before_select(mc) .. py:method:: configure() .. py:method:: configure_geometry_crs() .. py:method:: configure_geometry_type() .. py:method:: configure_widget() .. py:method:: prop_to_python(feature, value, mc) .. py:method:: props(user) .. py:method:: python_to_prop(feature, value, mc) .. py:method:: python_to_raw(feature, value, mc) .. py:method:: raw_to_python(feature, value, mc) .. py:class:: Props Bases: :py:obj:`gws.base.model.scalar_field.Props` .. py:attribute:: geometryType :type: gws.GeometryType