class documentation

Nominatim model.

Method configure Undocumented
Method find_features Undocumented
Method props Undocumented
Class Variable serviceUrl Undocumented
Instance Variable country Undocumented
Instance Variable geometryName Undocumented
Instance Variable language Undocumented
Instance Variable loadingStrategy Undocumented
Instance Variable uidName Undocumented
Method _normalize Undocumented
Method _query Undocumented

Inherited from Object:

Method feature_from_props Undocumented
Method feature_from_record Undocumented
Method feature_to_props Undocumented

Inherited from Object (via Object):

Method configure_auto_fields Undocumented
Method configure_fields Undocumented
Method configure_geometry Undocumented
Method configure_model Model configuration protocol.
Method configure_provider Undocumented
Method configure_sort Undocumented
Method configure_sources Undocumented
Method configure_templates Undocumented
Method configure_uid Undocumented
Method feature_to_view_props Undocumented
Method field Undocumented
Method get_features Undocumented
Method post_configure Undocumented
Method related_models Undocumented
Method table_view_columns Undocumented
Method validate_feature Undocumented
Instance Variable defaultSort Undocumented
Instance Variable fields Undocumented
Instance Variable geometryCrs Undocumented
Instance Variable geometryType Undocumented
Instance Variable isEditable Undocumented
Instance Variable title Undocumented
Instance Variable withTableView Undocumented

Inherited from Node (via Object, Object):

Method cfg Undocumented
Method closest Undocumented
Method create_child Undocumented
Method create_child_if_configured Undocumented
Method create_children Undocumented
Method find_all Undocumented
Method find_first Undocumented
Method initialize Undocumented
Instance Variable config Undocumented
Instance Variable permissions Undocumented
Method _configure_permissions Undocumented

Inherited from Object (via Object, Object, Node):

Method __repr__ Undocumented

Inherited from IModel (via Object, Object, Node, Object):

Method create_feature Undocumented
Method delete_feature Undocumented
Method describe Undocumented
Method init_feature Undocumented
Method update_feature Undocumented

Inherited from INode (via Object, Object, Node, Object, IModel):

Method activate Undocumented
Method pre_configure Undocumented
Class Variable children Undocumented
Class Variable extName Undocumented
Class Variable extType Undocumented
Class Variable parent Undocumented
Class Variable root Undocumented
Class Variable uid Undocumented
def configure(self): (source)
def find_features(self, search, user, **kwargs): (source)
def props(self, user): (source)

Undocumented

serviceUrl: str = (source)

Undocumented

country: str = (source)

Undocumented

language: str = (source)

Undocumented

def _normalize(self, rec): (source)

Undocumented

def _query(self, params) -> list[dict]: (source)

Undocumented