gws.plugin.gekos.action

GekoS action.

Source code: gws.plugin.gekos.action

Module Contents

class gws.plugin.gekos.action.Config

GekoS action configuration.

index: gws.plugin.gekos.core.IndexConfig | None

GekoS index configuration.

templates: list[gws.ext.config.template] | None

Feature templates.

class gws.plugin.gekos.action.GetFsResponse(*args, **kwargs)

Command response.

feature: gws.FeatureProps
class gws.plugin.gekos.action.GetXyRequest(*args, **kwargs)

Request to get XY coordinates from a GekoS feature.

ad: str | None

Combined adresse code.

fs: str | None

Combined flurstueck code.

class gws.plugin.gekos.action.Object
idx: gws.plugin.gekos.index.Object
templates: list[gws.Template]
configure()
get_xy(req: gws.WebRequester, p: GetXyRequest) gws.ContentResponse