Referenz
Legende
Schriftart | Bezeichnung | Beispiel |
---|---|---|
str | Typ (String) | "test" |
int | Typ (Integer) | 123 |
bool | Typ (Bool) | true |
float | Typ (Float) | 3.14 |
[ str ] | eine Liste vom Typ | [ "test1" "test2" "test3" "test4" ] |
dict | generisches Schlüssel-Wert-Objekt | { "key1":"value1", "key2":"value2", "key3":"value3" } |
[ Typ ] | Liste (Array) von Elementen vom Typ | [{"uid": "test1", type:"postgres"}, {"uid": "test2", type:"postgres"}] |
access | Eigenschaft | null (optional) |
access | erforderliche Eigenschaft | "test" (required) |
hello | literaler Wert | "hello" |
gws.base.application.core.Config
struct
Hauptkonfiguration der GBD WebSuite
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
actions | [gws.ext.config.action ] | verfügbare Serveraktionen | |
auth | gws.base.auth.manager.Config | Autorisierungsmethoden und -optionen | |
cache | gws.gis.cache.core.Config | Cache Konfiguration | |
client | gws.base.client.core.Config | GBD WebSuite Client Konfiguration | |
database | gws.base.database.manager.Config | Datenbank Konfiguration | |
developer | dict | Entwickler-Optionen | |
finders | [gws.ext.config.finder ] | Konfiguration der Such-Anbieter | |
fonts | gws.lib.font.Config | Konfiguration der Schriftart | |
helpers | [gws.ext.config.helper ] | Konfiguration der Helfer | |
locales | [str ] | Konfiguration der Sprache | |
metadata | gws.Metadata | Konfiguration der Metadaten | |
models | [gws.ext.config.model ] | Konfiguration für Modelle | |
owsServices | [gws.ext.config.owsService ] | Konfiguration der Open Web Services | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
plugins | [dict ] | Konfiguration für Plugins | |
printers | [gws.ext.config.printer ] | Konfigurationen fürs Drucken | |
projectDirs | [gws.DirPath ] | Verzeichnisse mit zusätzlichen Projekten | |
projectPaths | [gws.FilePath ] | zusätzliche Projektpfade | |
projects | [gws.ext.config.project ] | Projektkonfigurationen | |
server | gws.server.core.Config | Optionen für den GBD WebSuite Server | |
storage | gws.base.storage.manager.Config | Optionen zum Speichern der Konfiguration | |
templates | [gws.ext.config.template ] | Konfiguration von Vorlagen | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
web | gws.base.web.manager.Config | Konfiguration des Webservers |
gws.AclStr
type
A string of comma-separated pairs allow <role>
or deny <role>
.gws.AclStr
gws.base.auth.manager.Config
struct
Authentication and authorization optionsgws.base.auth.manager.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
methods | [gws.ext.config.authMethod ] | Methoden der Authentifizierung | |
mfa | [gws.ext.config.authMultiFactorAdapter ] | Multi-Faktor-Authentifizierung | |
providers | [gws.ext.config.authProvider ] | Anbieter für die Authentifizierung | |
session | gws.ext.config.authSessionManager | Sitzungs-Optionen | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.auth.mfa.OtpConfig
struct
gws.base.auth.mfa.OtpConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
algo | str | gws.base.auth.mfa.OtpConfig.algo | |
length | int | gws.base.auth.mfa.OtpConfig.length | |
start | int | gws.base.auth.mfa.OtpConfig.start | |
step | int | gws.base.auth.mfa.OtpConfig.step | |
tolerance | int | gws.base.auth.mfa.OtpConfig.tolerance |
gws.base.client.core.Config
struct
GWS client configurationgws.base.client.core.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
addElements | [gws.base.client.core.ElementConfig ] | add elements to the parent element listgws.base.client.core.Config.addElements | |
elements | [gws.base.client.core.ElementConfig ] | client UI elementsgws.base.client.core.Config.elements | |
options | dict | client optionsgws.base.client.core.Config.options | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
removeElements | [gws.base.client.core.ElementConfig ] | remove elements from the parent element listgws.base.client.core.Config.removeElements | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.client.core.ElementConfig
struct
GWS client UI element configurationgws.base.client.core.ElementConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
tag | str | element taggws.base.client.core.ElementConfig.tag | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
after | str | insert after this taggws.base.client.core.ElementConfig.after | |
before | str | insert before this taggws.base.client.core.ElementConfig.before | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.database.manager.Config
struct
Database configurationgws.base.database.manager.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
providers | [gws.ext.config.databaseProvider ] | database providersgws.base.database.manager.Config.providers | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.edit.action.Config
struct
Edit actiongws.base.edit.action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'edit' | object typegws.base.edit.action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.layer.core.AutoLayersOptions
struct
Configuration for automatic layers.gws.base.layer.core.AutoLayersOptions
Eigenschaft | Typ | Default | |
---|---|---|---|
config | dict | gws.base.layer.core.AutoLayersOptions.config | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
applyTo | gws.gis.source.LayerFilter | gws.base.layer.core.AutoLayersOptions.applyTo | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.layer.core.CacheConfig
struct
Cache configurationgws.base.layer.core.CacheConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
maxAge | gws.Duration | '7d' | cache max. agegws.base.layer.core.CacheConfig.maxAge |
maxLevel | int | 1 | max. zoom level to cachegws.base.layer.core.CacheConfig.maxLevel |
requestBuffer | int | gws.base.layer.core.CacheConfig.requestBuffer | |
requestTiles | int | gws.base.layer.core.CacheConfig.requestTiles | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.layer.core.ClientOptions
struct
Client options for a layergws.base.layer.core.ClientOptions
Eigenschaft | Typ | Default | |
---|---|---|---|
exclusive | bool | False | only one of this layer's children is visible at a timegws.base.layer.core.ClientOptions.exclusive |
expanded | bool | False | the layer is expanded in the list viewgws.base.layer.core.ClientOptions.expanded |
hidden | bool | False | the layer is initially hiddengws.base.layer.core.ClientOptions.hidden |
selected | bool | False | the layer is initially selectedgws.base.layer.core.ClientOptions.selected |
unfolded | bool | False | the layer is not listed, but its children aregws.base.layer.core.ClientOptions.unfolded |
unlisted | bool | False | the layer is hidden in the list viewgws.base.layer.core.ClientOptions.unlisted |
gws.base.layer.core.GridConfig
struct
Grid configuration for caches and tiled datagws.base.layer.core.GridConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
crs | gws.CrsName | gws.base.layer.core.GridConfig.crs | |
extent | gws.Extent | gws.base.layer.core.GridConfig.extent | |
origin | gws.Origin | gws.base.layer.core.GridConfig.origin | |
resolutions | [float ] | gws.base.layer.core.GridConfig.resolutions | |
tileSize | int | gws.base.layer.core.GridConfig.tileSize | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.layer.group.Config
struct
Group layergws.base.layer.group.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
layers | [gws.ext.config.layer ] | layers in this groupgws.base.layer.group.Config.layers | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
cache | gws.base.layer.core.CacheConfig | Cache configuration.gws.base.layer.core.Config.cache | |
clientOptions | gws.base.layer.core.ClientOptions | {} | Options for the layer display in the client.gws.base.layer.core.Config.clientOptions |
cssSelector | str | Css selector for feature layers.gws.base.layer.core.Config.cssSelector | |
display | gws.LayerDisplayMode | 'box' | Layer display mode.gws.base.layer.core.Config.display |
extent | gws.Extent | Layer extent.gws.base.layer.core.Config.extent | |
extentBuffer | int | Extent buffer.gws.base.layer.core.Config.extentBuffer | |
finders | [gws.ext.config.finder ] | Search providers.gws.base.layer.core.Config.finders | |
grid | gws.base.layer.core.GridConfig | Client grid.gws.base.layer.core.Config.grid | |
imageFormat | gws.ImageFormat | 'png8' | Image format.gws.base.layer.core.Config.imageFormat |
legend | gws.ext.config.legend | Legend configuration.gws.base.layer.core.Config.legend | |
loadingStrategy | gws.FeatureLoadingStrategy | 'all' | Feature loading strategy.gws.base.layer.core.Config.loadingStrategy |
metadata | gws.Metadata | Layer metadata.gws.base.layer.core.Config.metadata | |
models | [gws.ext.config.model ] | Data models.gws.base.layer.core.Config.models | |
opacity | float | 1 | Layer opacity.gws.base.layer.core.Config.opacity |
ows | gws.base.layer.ows.Config | Configuration for OWS services.gws.base.layer.core.Config.ows | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
templates | [gws.ext.config.template ] | Layer templates.gws.base.layer.core.Config.templates | |
title | str | Layer title.gws.base.layer.core.Config.title | |
type | 'group' | object typegws.base.layer.group.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withCache | bool | False | Layer is cached.gws.base.layer.core.Config.withCache |
withLegend | bool | True | Layer has a legend.gws.base.layer.core.Config.withLegend |
withOws | bool | True | Layer is enabled for OWS services.gws.base.layer.core.Config.withOws |
withSearch | bool | True | Layer is searchable.gws.base.layer.core.Config.withSearch |
zoom | gws.gis.zoom.Config | Layer resolutions and scales.gws.base.layer.core.Config.zoom |
gws.base.layer.ows.Config
struct
Layer OWS configuration.gws.base.layer.ows.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
allowedServices | [str ] | Service UIDs which can use this layer.neu: 8.1 gws.base.layer.ows.Config.allowedServices | |
deniedServices | [str ] | Service UIDs which can not use this layer.neu: 8.1 gws.base.layer.ows.Config.deniedServices | |
featureName | str | Name for features in this layer.gws.base.layer.ows.Config.featureName | |
geometryName | str | Name for geometries in this layer.gws.base.layer.ows.Config.geometryName | |
layerName | str | Name for this layer in WMS services.gws.base.layer.ows.Config.layerName | |
models | [gws.ext.config.model ] | OWS-specific models.neu: 8.1 gws.base.layer.ows.Config.models | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
xmlns | str | XML namespace prefix.neu: 8.1 gws.base.layer.ows.Config.xmlns |
gws.base.layer.tree.FlattenConfig
struct
Layer hierarchy flatteninggws.base.layer.tree.FlattenConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
level | int | flatten levelgws.base.layer.tree.FlattenConfig.level | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
useGroups | bool | False | use group names (true) or image layer names (false)gws.base.layer.tree.FlattenConfig.useGroups |
gws.base.map.action.Config
struct
gws.base.map.action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'map' | object typegws.base.map.action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.map.core.Config
struct
Map configurationgws.base.map.core.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
layers | [gws.ext.config.layer ] | collection of layers for this mapgws.base.map.core.Config.layers | |
center | gws.Point | map centergws.base.map.core.Config.center | |
coordinatePrecision | int | precision for coordinatesgws.base.map.core.Config.coordinatePrecision | |
crs | gws.CrsName | 'EPSG:3857' | crs for this mapgws.base.map.core.Config.crs |
extent | gws.Extent | map extentgws.base.map.core.Config.extent | |
extentBuffer | int | extent buffergws.base.map.core.Config.extentBuffer | |
title | str | map titlegws.base.map.core.Config.title | |
type | 'default' | object typegws.base.map.core.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
wrapX | bool | False | wrap the world horizontallygws.base.map.core.Config.wrapX |
zoom | gws.gis.zoom.Config | map scales and resolutionsgws.base.map.core.Config.zoom |
gws.base.model.core.TableViewColumn
struct
gws.base.model.core.TableViewColumn
Eigenschaft | Typ | Default | |
---|---|---|---|
name | str | gws.base.model.core.TableViewColumn.name | |
width | int | gws.base.model.core.TableViewColumn.width |
gws.base.model.default_model.Config
struct
gws.base.model.default_model.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
excludeColumns | [str ] | exclude columns names from autoloadgws.base.model.core.Config.excludeColumns | |
fields | [gws.ext.config.modelField ] | model fieldsgws.base.model.core.Config.fields | |
isEditable | bool | False | this model is editablegws.base.model.core.Config.isEditable |
loadingStrategy | gws.FeatureLoadingStrategy | loading strategy for featuresgws.base.model.core.Config.loadingStrategy | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
sort | [gws.SortOptions ] | default sortinggws.base.model.core.Config.sort | |
tableViewColumns | [gws.base.model.core.TableViewColumn ] | fields to include in the table viewgws.base.model.core.Config.tableViewColumns | |
templates | [gws.ext.config.template ] | feature templatesgws.base.model.core.Config.templates | |
title | str | model titlegws.base.model.core.Config.title | |
type | 'default' | object typegws.base.model.default_model.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withAutoFields | bool | False | autoload non-configured model fields from the sourcegws.base.model.core.Config.withAutoFields |
withTableView | bool | True | enable table view for this modelgws.base.model.core.Config.withTableView |
gws.base.ows.client.provider.AuthorizationConfig
struct
Service authorization.neu: 8.1
gws.base.ows.client.provider.AuthorizationConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
type | str | Authorization type (only "basic" is supported).gws.base.ows.client.provider.AuthorizationConfig.type | |
password | str | Password.gws.base.ows.client.provider.AuthorizationConfig.password | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
username | str | User name.gws.base.ows.client.provider.AuthorizationConfig.username |
gws.base.ows.client.provider.OperationConfig
struct
Custom OWS operation.gws.base.ows.client.provider.OperationConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
verb | gws.OwsVerb | OWS verb.gws.base.ows.client.provider.OperationConfig.verb | |
formats | [str ] | Supported formats.gws.base.ows.client.provider.OperationConfig.formats | |
params | dict | Operation parameters.neu: 8.1 gws.base.ows.client.provider.OperationConfig.params | |
postUrl | gws.Url | URL for POST requests.gws.base.ows.client.provider.OperationConfig.postUrl | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
url | gws.Url | URL for GET requests.gws.base.ows.client.provider.OperationConfig.url |
gws.base.ows.server.action.Config
struct
OWS server actiongws.base.ows.server.action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'ows' | object typegws.base.ows.server.action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.ows.server.service.ImageFormatConfig
struct
Image format configuration.neu: 8.1
gws.base.ows.server.service.ImageFormatConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
mimeTypes | [str ] | Mime types for this format.gws.base.ows.server.service.ImageFormatConfig.mimeTypes | |
options | dict | Image options.gws.base.ows.server.service.ImageFormatConfig.options |
gws.base.printer.action.Config
struct
gws.base.printer.action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'printer' | object typegws.base.printer.action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.printer.core.Config
struct
Printer configurationgws.base.printer.core.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
template | gws.ext.config.template | Print templategws.base.printer.core.Config.template | |
models | [gws.ext.config.model ] | Data modelsgws.base.printer.core.Config.models | |
qualityLevels | [gws.TemplateQualityLevel ] | Quality levels supported by this printergws.base.printer.core.Config.qualityLevels | |
title | str | Printer titlegws.base.printer.core.Config.title | |
type | 'default' | object typegws.base.printer.core.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.project.action.Config
struct
gws.base.project.action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'project' | object typegws.base.project.action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.project.core.Config
struct
Project configurationgws.base.project.core.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
actions | [gws.ext.config.action ] | project-specific actionsgws.base.project.core.Config.actions | |
assets | gws.base.web.site.WebDocumentRootConfig | project-specific assets optionsgws.base.project.core.Config.assets | |
client | gws.base.client.core.Config | project-specific gws client configurationgws.base.project.core.Config.client | |
finders | [gws.ext.config.finder ] | search providersgws.base.project.core.Config.finders | |
locales | [str ] | project localesgws.base.project.core.Config.locales | |
map | gws.base.map.core.Config | Map configurationgws.base.project.core.Config.map | |
metadata | gws.Metadata | project metadatagws.base.project.core.Config.metadata | |
models | [gws.ext.config.model ] | data modelsgws.base.project.core.Config.models | |
overviewMap | gws.base.map.core.Config | Overview map configurationgws.base.project.core.Config.overviewMap | |
owsServices | [gws.ext.config.owsService ] | OWS services configurationgws.base.project.core.Config.owsServices | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
printers | [gws.base.printer.core.Config ] | print configurationsgws.base.project.core.Config.printers | |
templates | [gws.ext.config.template ] | project info templatesgws.base.project.core.Config.templates | |
title | str | project titlegws.base.project.core.Config.title | |
type | 'default' | object typegws.base.project.core.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.search.action.Config
struct
Search actiongws.base.search.action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
limit | int | 1000 | search results limitgws.base.search.action.Config.limit |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
tolerance | gws.UomValueStr | default tolerancegws.base.search.action.Config.tolerance | |
type | 'search' | object typegws.base.search.action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.search.finder.SpatialContext
enumeration
gws.base.search.finder.SpatialContext
'map' | search in the map extentgws.base.search.finder.SpatialContext.map |
'view' | search in the client view extentgws.base.search.finder.SpatialContext.view |
gws.base.storage.core.Config
struct
Storage configurationgws.base.storage.core.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
categoryName | str | category namegws.base.storage.core.Config.categoryName | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
providerUid | str | storage provider uidgws.base.storage.core.Config.providerUid | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.storage.manager.Config
struct
Storage configurationgws.base.storage.manager.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
providers | [gws.ext.config.storageProvider ] | storage providersgws.base.storage.manager.Config.providers | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.web.action.Config
struct
gws.base.web.action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'web' | object typegws.base.web.action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.web.manager.Config
struct
Web server configurationgws.base.web.manager.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
sites | [gws.base.web.site.Config ] | configured sitesgws.base.web.manager.Config.sites | |
ssl | gws.base.web.site.SSLConfig | SSL-Konfiguration | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.web.site.Config
struct
Site (virtual host) configurationgws.base.web.site.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
root | gws.base.web.site.WebDocumentRootConfig | Speicherort und Optionen des Dokumentstammverzeichnisses | |
assets | gws.base.web.site.WebDocumentRootConfig | Root directory for assets.gws.base.web.site.Config.assets | |
canonicalHost | str | Hostname für reverse rewriting | |
contentSecurityPolicy | str | "default-src 'self'; img-src * data: blob:" | Content Security Policy for this site.neu: 8.1 gws.base.web.site.Config.contentSecurityPolicy |
cors | gws.base.web.site.CorsConfig | Cors configuration.gws.base.web.site.Config.cors | |
errorPage | gws.ext.config.template | Error page template.gws.base.web.site.Config.errorPage | |
host | str | '*' | Host name.gws.base.web.site.Config.host |
permissionsPolicy | str | 'geolocation=(self), camera=(), microphone=()' | Permissions Policy for this site.neu: 8.1 gws.base.web.site.Config.permissionsPolicy |
rewrite | [gws.base.web.site.RewriteRuleConfig ] | Rewrite rules.gws.base.web.site.Config.rewrite | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.web.site.CorsConfig
struct
CORS configuration.gws.base.web.site.CorsConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
allowCredentials | bool | False | Access-Control-Allow-Credentials header.gws.base.web.site.CorsConfig.allowCredentials |
allowHeaders | str | Access-Control-Allow-Headers header.gws.base.web.site.CorsConfig.allowHeaders | |
allowMethods | str | Access-Control-Allow-Methods header.gws.base.web.site.CorsConfig.allowMethods | |
allowOrigin | str | Access-Control-Allow-Origin header.gws.base.web.site.CorsConfig.allowOrigin | |
maxAge | int | 5 | Access-Control-Max-Age header.gws.base.web.site.CorsConfig.maxAge |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.web.site.RewriteRuleConfig
struct
Rewrite rule configuration.gws.base.web.site.RewriteRuleConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
pattern | gws.Regex | Expression to match the url against.gws.base.web.site.RewriteRuleConfig.pattern | |
target | str | Target url with placeholders.gws.base.web.site.RewriteRuleConfig.target | |
options | dict | Additional options.gws.base.web.site.RewriteRuleConfig.options | |
reversed | bool | False | Reversed rewrite rule.gws.base.web.site.RewriteRuleConfig.reversed |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.web.site.SSLConfig
struct
SSL configuration.gws.base.web.site.SSLConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
crt | gws.FilePath | Crt bundle location.gws.base.web.site.SSLConfig.crt | |
key | gws.FilePath | Key file location.gws.base.web.site.SSLConfig.key | |
hsts | gws.Duration | '365d' | HSTS max age.neu: 8.1 gws.base.web.site.SSLConfig.hsts |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.base.web.site.WebDocumentRootConfig
struct
Web-accessible directory.gws.base.web.site.WebDocumentRootConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
dir | gws.DirPath | Directory path.gws.base.web.site.WebDocumentRootConfig.dir | |
allowMime | [str ] | Allowed mime types.gws.base.web.site.WebDocumentRootConfig.allowMime | |
denyMime | [str ] | Disallowed mime types (from the standard list).gws.base.web.site.WebDocumentRootConfig.denyMime | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.CrsName
type
A CRS code like EPSG:3857
or a SRID like 3857
.gws.CrsName
gws.DirPath
type
Directory path on the server.gws.DirPath
gws.Duration
type
Duration like 1w 2d 3h 4m 5s
or an integer number of seconds.gws.Duration
gws.ext.config.action
variant
Typ | |
---|---|
'account' | gws.plugin.account.account_action.Config |
'accountadmin' | gws.plugin.account.admin_action.Config |
'alkis' | gws.plugin.alkis.action.Config |
'annotate' | gws.plugin.annotate_tool.action.Config |
'auth' | gws.plugin.auth_method.web.action.Config |
'dimension' | gws.plugin.dimension.Config |
'edit' | gws.base.edit.action.Config |
'gekos' | gws.plugin.gekos.action.Config |
'map' | gws.base.map.action.Config |
'ows' | gws.base.ows.server.action.Config |
'printer' | gws.base.printer.action.Config |
'project' | gws.base.project.action.Config |
'qfield' | gws.plugin.qfield.action.Config |
'search' | gws.base.search.action.Config |
'select' | gws.plugin.select_tool.action.Config |
'web' | gws.base.web.action.Config |
gws.ext.config.authMethod
variant
Typ | |
---|---|
'basic' | gws.plugin.auth_method.basic.Config |
'token' | gws.plugin.auth_method.token.Config |
'web' | gws.plugin.auth_method.web.core.Config |
gws.ext.config.authMultiFactorAdapter
variant
Typ | |
---|---|
'email' | gws.plugin.auth_mfa.email.Config |
'totp' | gws.plugin.auth_mfa.totp.Config |
gws.ext.config.authProvider
variant
Typ | |
---|---|
'account' | gws.plugin.account.auth_provider.Config |
'file' | gws.plugin.auth_provider.file.Config |
'ldap' | gws.plugin.auth_provider.ldap.Config |
'postgres' | gws.plugin.postgres.auth_provider.Config |
gws.ext.config.authSessionManager
variant
Typ | |
---|---|
'sqlite' | gws.plugin.auth_session_manager.sqlite.Config |
gws.ext.config.databaseProvider
variant
Typ | |
---|---|
'postgres' | gws.plugin.postgres.provider.Config |
gws.ext.config.finder
variant
Typ | |
---|---|
'nominatim' | gws.plugin.nominatim.finder.Config |
'postgres' | gws.plugin.postgres.finder.Config |
'qgis' | gws.plugin.qgis.finder.Config |
'wfs' | gws.plugin.ows_client.wfs.finder.Config |
'wms' | gws.plugin.ows_client.wms.finder.Config |
gws.ext.config.helper
variant
Typ | |
---|---|
'account' | gws.plugin.account.helper.Config |
'csv' | gws.plugin.csv_helper.Config |
'email' | gws.plugin.email_helper.Config |
'xml' | gws.plugin.xml_helper.Config |
gws.ext.config.layer
variant
Typ | |
---|---|
'geojson' | gws.plugin.geojson.layer.Config |
'group' | gws.base.layer.group.Config |
'postgres' | gws.plugin.postgres.layer.Config |
'qgis' | gws.plugin.qgis.layer.Config |
'qgisflat' | gws.plugin.qgis.flatlayer.Config |
'tile' | gws.plugin.tile_layer.layer.Config |
'wfs' | gws.plugin.ows_client.wfs.layer.Config |
'wfsflat' | gws.plugin.ows_client.wfs.flatlayer.Config |
'wms' | gws.plugin.ows_client.wms.layer.Config |
'wmsflat' | gws.plugin.ows_client.wms.flatlayer.Config |
'wmts' | gws.plugin.ows_client.wmts.layer.Config |
gws.ext.config.legend
variant
Typ | |
---|---|
'combined' | gws.plugin.legend.combined.Config |
'html' | gws.plugin.legend.html.Config |
'qgis' | gws.plugin.qgis.legend.Config |
'remote' | gws.plugin.legend.remote.Config |
'static' | gws.plugin.legend.static.Config |
gws.ext.config.model
variant
Typ | |
---|---|
'default' | gws.base.model.default_model.Config |
'geojson' | gws.plugin.geojson.model.Config |
'nominatim' | gws.plugin.nominatim.model.Config |
'postgres' | gws.plugin.postgres.model.Config |
'qgis' | gws.plugin.qgis.model.Config |
'wfs' | gws.plugin.ows_client.wfs.model.Config |
'wms' | gws.plugin.ows_client.wms.model.Config |
gws.ext.config.modelField
variant
Typ | |
---|---|
'bool' | gws.plugin.model_field.bool.Config |
'date' | gws.plugin.model_field.date.Config |
'datetime' | gws.plugin.model_field.datetime.Config |
'file' | gws.plugin.model_field.file.Config |
'float' | gws.plugin.model_field.float.Config |
'geometry' | gws.plugin.model_field.geometry.Config |
'integer' | gws.plugin.model_field.integer.Config |
'relatedFeature' | gws.plugin.model_field.related_feature.Config |
'relatedFeatureList' | gws.plugin.model_field.related_feature_list.Config |
'relatedLinkedFeatureList' | gws.plugin.model_field.related_linked_feature_list.Config |
'relatedMultiFeatureList' | gws.plugin.model_field.related_multi_feature_list.Config |
'text' | gws.plugin.model_field.text.Config |
'time' | gws.plugin.model_field.time.Config |
gws.ext.config.modelValidator
variant
Typ | |
---|---|
'dateRange' | gws.plugin.model_validator.date_range.Config |
'format' | gws.plugin.model_validator.format.Config |
'notEmpty' | gws.plugin.model_validator.not_empty.Config |
'numberRange' | gws.plugin.model_validator.number_range.Config |
'regex' | gws.plugin.model_validator.regex.Config |
gws.ext.config.modelValue
variant
Typ | |
---|---|
'currentTimestamp' | gws.plugin.model_value.current_timestamp.Config |
'currentUser' | gws.plugin.model_value.current_user.Config |
'expression' | gws.plugin.model_value.expression.Config |
'format' | gws.plugin.model_value.format.Config |
'static' | gws.plugin.model_value.static.Config |
gws.ext.config.modelWidget
variant
Typ | |
---|---|
'date' | gws.plugin.model_widget.date.Config |
'featureList' | gws.plugin.model_widget.feature_list.Config |
'featureSelect' | gws.plugin.model_widget.feature_select.Config |
'featureSuggest' | gws.plugin.model_widget.feature_suggest.Config |
'file' | gws.plugin.model_widget.file.Config |
'fileList' | gws.plugin.model_widget.file_list.Config |
'float' | gws.plugin.model_widget.float.Config |
'geometry' | gws.plugin.model_widget.geometry.Config |
'hidden' | gws.plugin.model_widget.hidden.Config |
'input' | gws.plugin.model_widget.input.Config |
'integer' | gws.plugin.model_widget.integer.Config |
'password' | gws.plugin.model_widget.password.Config |
'select' | gws.plugin.model_widget.select.Config |
'textarea' | gws.plugin.model_widget.textarea.Config |
'toggle' | gws.plugin.model_widget.toggle.Config |
gws.ext.config.owsService
variant
Typ | |
---|---|
'wfs' | gws.plugin.ows_server.wfs.Config |
'wms' | gws.plugin.ows_server.wms.Config |
'wmts' | gws.plugin.ows_server.wmts.Config |
gws.ext.config.printer
variant
Typ | |
---|---|
'default' | gws.base.printer.core.Config |
gws.ext.config.project
variant
Typ | |
---|---|
'default' | gws.base.project.core.Config |
gws.ext.config.storageProvider
variant
Typ | |
---|---|
'sqlite' | gws.plugin.storage_provider.sqlite.Config |
gws.ext.config.template
variant
Typ | |
---|---|
'html' | gws.plugin.template.html.Config |
'map' | gws.plugin.template.map.Config |
'py' | gws.plugin.template.py.Config |
'qgis' | gws.plugin.qgis.template.Config |
'text' | gws.plugin.template.text.Config |
gws.Extent
type
An array of 4 elements representing extent coordinates [min-x, min-y, max-x, max-y]
.gws.Extent
gws.FeatureLoadingStrategy
enumeration
Loading strategy for features.gws.FeatureLoadingStrategy
'all' | Load all features.gws.FeatureLoadingStrategy.all |
'bbox' | Load only features in the current map extent.gws.FeatureLoadingStrategy.bbox |
'lazy' | Load features on demand.gws.FeatureLoadingStrategy.lazy |
gws.FilePath
type
File path on the server.gws.FilePath
gws.FormatStr
type
Format string as used in Python.gws.FormatStr
gws.GeometryType
enumeration
Feature geometry type.gws.GeometryType
'geometry' | gws.GeometryType.geometry |
'point' | gws.GeometryType.point |
'curve' | gws.GeometryType.curve |
'surface' | gws.GeometryType.surface |
'geometrycollection' | gws.GeometryType.geometrycollection |
'linestring' | gws.GeometryType.linestring |
'line' | gws.GeometryType.line |
'linearring' | gws.GeometryType.linearring |
'polygon' | gws.GeometryType.polygon |
'triangle' | gws.GeometryType.triangle |
'polyhedralsurface' | gws.GeometryType.polyhedralsurface |
'tin' | gws.GeometryType.tin |
'multipoint' | gws.GeometryType.multipoint |
'multicurve' | gws.GeometryType.multicurve |
'multilinestring' | gws.GeometryType.multilinestring |
'multipolygon' | gws.GeometryType.multipolygon |
'multisurface' | gws.GeometryType.multisurface |
'circularstring' | gws.GeometryType.circularstring |
'compoundcurve' | gws.GeometryType.compoundcurve |
'curvepolygon' | gws.GeometryType.curvepolygon |
gws.gis.cache.core.Config
struct
Global cache optionsgws.gis.cache.core.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
seedingConcurrency | int | 1 | number of concurrent seeding jobsgws.gis.cache.core.Config.seedingConcurrency |
seedingMaxTime | gws.Duration | '600' | max. time for a seeding jobgws.gis.cache.core.Config.seedingMaxTime |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.gis.source.LayerFilter
struct
Source layer filtergws.gis.source.LayerFilter
Eigenschaft | Typ | Default | |
---|---|---|---|
isGroup | bool | if true, match only group layersgws.gis.source.LayerFilter.isGroup | |
isImage | bool | if true, match only images layersgws.gis.source.LayerFilter.isImage | |
isQueryable | bool | if true, match only queryable layersgws.gis.source.LayerFilter.isQueryable | |
isVisible | bool | if true, match only visible layersgws.gis.source.LayerFilter.isVisible | |
level | int | 0 | match only layers at this levelgws.gis.source.LayerFilter.level |
names | [str ] | match these layer names (top-to-bottom order)gws.gis.source.LayerFilter.names | |
pattern | gws.Regex | match layers whose full path matches a patterngws.gis.source.LayerFilter.pattern | |
titles | [str ] | match these layer titlesgws.gis.source.LayerFilter.titles |
gws.gis.zoom.Config
struct
Zoom levels and resolutionsgws.gis.zoom.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
initResolution | float | initial resolutiongws.gis.zoom.Config.initResolution | |
initScale | float | initial scalegws.gis.zoom.Config.initScale | |
maxResolution | float | maximal resolutiongws.gis.zoom.Config.maxResolution | |
maxScale | float | maximal scalegws.gis.zoom.Config.maxScale | |
minResolution | float | minimal resolutiongws.gis.zoom.Config.minResolution | |
minScale | float | minimal scalegws.gis.zoom.Config.minScale | |
resolutions | [float ] | allowed resolutionsgws.gis.zoom.Config.resolutions | |
scales | [float ] | allowed scalesgws.gis.zoom.Config.scales | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.ImageFormat
enumeration
Image formatgws.ImageFormat
'png8' | png 8-bitgws.ImageFormat.png8 |
'png24' | png 24-bitgws.ImageFormat.png24 |
gws.LayerDisplayMode
enumeration
Layer display mode.gws.LayerDisplayMode
'box' | Display a layer as one big image (WMS-alike).gws.LayerDisplayMode.box |
'tile' | Display a layer in a tile grid.gws.LayerDisplayMode.tile |
'client' | Draw a layer in the client.gws.LayerDisplayMode.client |
gws.lib.font.Config
struct
Custom fonts configuration.gws.lib.font.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
dir | gws.DirPath | directory with custom fontsgws.lib.font.Config.dir | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.Metadata
struct
Metadata.gws.Metadata
Eigenschaft | Typ | Default | |
---|---|---|---|
abstract | str | gws.Metadata.abstract | |
accessConstraints | [gws.MetadataAccessConstraint ] | gws.Metadata.accessConstraints | |
attribution | gws.MetadataAttribution | gws.Metadata.attribution | |
authorityIdentifier | str | gws.Metadata.authorityIdentifier | |
authorityName | str | gws.Metadata.authorityName | |
authorityUrl | str | gws.Metadata.authorityUrl | |
catalogCitationUid | str | gws.Metadata.catalogCitationUid | |
catalogUid | str | gws.Metadata.catalogUid | |
contactAddress | str | gws.Metadata.contactAddress | |
contactAddressType | str | gws.Metadata.contactAddressType | |
contactArea | str | gws.Metadata.contactArea | |
contactCity | str | gws.Metadata.contactCity | |
contactCountry | str | gws.Metadata.contactCountry | |
contactEmail | str | gws.Metadata.contactEmail | |
contactFax | str | gws.Metadata.contactFax | |
contactOrganization | str | gws.Metadata.contactOrganization | |
contactPerson | str | gws.Metadata.contactPerson | |
contactPhone | str | gws.Metadata.contactPhone | |
contactPosition | str | gws.Metadata.contactPosition | |
contactProviderName | str | gws.Metadata.contactProviderName | |
contactProviderSite | str | gws.Metadata.contactProviderSite | |
contactRole | str | gws.Metadata.contactRole | |
contactUrl | str | gws.Metadata.contactUrl | |
contactZip | str | gws.Metadata.contactZip | |
dateBegin | str | gws.Metadata.dateBegin | |
dateCreated | str | gws.Metadata.dateCreated | |
dateEnd | str | gws.Metadata.dateEnd | |
dateUpdated | str | gws.Metadata.dateUpdated | |
extraLinks | [gws.MetadataLink ] | gws.Metadata.extraLinks | |
fees | str | gws.Metadata.fees | |
image | str | gws.Metadata.image | |
inspireDegreeOfConformity | str | gws.Metadata.inspireDegreeOfConformity | |
inspireKeywords | [str ] | gws.Metadata.inspireKeywords | |
inspireMandatoryKeyword | str | gws.Metadata.inspireMandatoryKeyword | |
inspireResourceType | str | gws.Metadata.inspireResourceType | |
inspireSpatialDataServiceType | str | gws.Metadata.inspireSpatialDataServiceType | |
inspireSpatialScope | str | gws.Metadata.inspireSpatialScope | |
inspireSpatialScopeName | str | gws.Metadata.inspireSpatialScopeName | |
inspireTheme | str | gws.Metadata.inspireTheme | |
inspireThemeName | str | gws.Metadata.inspireThemeName | |
inspireThemeNameEn | str | gws.Metadata.inspireThemeNameEn | |
isoMaintenanceFrequencyCode | str | gws.Metadata.isoMaintenanceFrequencyCode | |
isoQualityConformanceExplanation | str | gws.Metadata.isoQualityConformanceExplanation | |
isoQualityConformanceQualityPass | bool | gws.Metadata.isoQualityConformanceQualityPass | |
isoQualityConformanceSpecificationDate | str | gws.Metadata.isoQualityConformanceSpecificationDate | |
isoQualityConformanceSpecificationTitle | str | gws.Metadata.isoQualityConformanceSpecificationTitle | |
isoQualityLineageSource | str | gws.Metadata.isoQualityLineageSource | |
isoQualityLineageSourceScale | int | gws.Metadata.isoQualityLineageSourceScale | |
isoQualityLineageStatement | str | gws.Metadata.isoQualityLineageStatement | |
isoRestrictionCode | str | gws.Metadata.isoRestrictionCode | |
isoScope | str | gws.Metadata.isoScope | |
isoScopeName | str | gws.Metadata.isoScopeName | |
isoServiceFunction | str | gws.Metadata.isoServiceFunction | |
isoSpatialRepresentationType | str | gws.Metadata.isoSpatialRepresentationType | |
isoSpatialResolution | str | gws.Metadata.isoSpatialResolution | |
isoTopicCategories | [str ] | gws.Metadata.isoTopicCategories | |
keywords | [str ] | gws.Metadata.keywords | |
language | str | gws.Metadata.language | |
language3 | str | gws.Metadata.language3 | |
languageName | str | gws.Metadata.languageName | |
license | gws.MetadataLicense | gws.Metadata.license | |
metaLinks | [gws.MetadataLink ] | gws.Metadata.metaLinks | |
name | str | gws.Metadata.name | |
parentIdentifier | str | gws.Metadata.parentIdentifier | |
serviceMetaLink | gws.MetadataLink | gws.Metadata.serviceMetaLink | |
title | str | gws.Metadata.title |
gws.MetadataAccessConstraint
struct
Metadata AccessConstraint.gws.MetadataAccessConstraint
Eigenschaft | Typ | Default | |
---|---|---|---|
title | str | gws.MetadataAccessConstraint.title | |
type | str | gws.MetadataAccessConstraint.type |
gws.MetadataAttribution
struct
Metadata Attribution.gws.MetadataAttribution
Eigenschaft | Typ | Default | |
---|---|---|---|
title | str | gws.MetadataAttribution.title | |
url | gws.Url | gws.MetadataAttribution.url |
gws.MetadataLicense
struct
Metadata License.gws.MetadataLicense
Eigenschaft | Typ | Default | |
---|---|---|---|
title | str | gws.MetadataLicense.title | |
url | gws.Url | gws.MetadataLicense.url |
gws.MetadataLink
struct
Link metadata.gws.MetadataLink
Eigenschaft | Typ | Default | |
---|---|---|---|
about | str | gws.MetadataLink.about | |
description | str | gws.MetadataLink.description | |
format | str | gws.MetadataLink.format | |
formatVersion | str | gws.MetadataLink.formatVersion | |
function | str | gws.MetadataLink.function | |
mimeType | str | gws.MetadataLink.mimeType | |
scheme | str | gws.MetadataLink.scheme | |
title | str | gws.MetadataLink.title | |
type | str | gws.MetadataLink.type | |
url | gws.Url | gws.MetadataLink.url |
gws.Origin
enumeration
Grid origin.gws.Origin
'nw' | north-westgws.Origin.nw |
'sw' | south-westgws.Origin.sw |
'ne' | north-eastgws.Origin.ne |
'se' | south-eastgws.Origin.se |
'lt' | left topgws.Origin.lt |
'lb' | left bottomgws.Origin.lb |
'rt' | right topgws.Origin.rt |
'rb' | right bottomgws.Origin.rb |
gws.OwsVerb
enumeration
OWS verb.gws.OwsVerb
'CreateStoredQuery' | gws.OwsVerb.CreateStoredQuery |
'DescribeCoverage' | gws.OwsVerb.DescribeCoverage |
'DescribeFeatureType' | gws.OwsVerb.DescribeFeatureType |
'DescribeLayer' | gws.OwsVerb.DescribeLayer |
'DescribeRecord' | gws.OwsVerb.DescribeRecord |
'DescribeStoredQueries' | gws.OwsVerb.DescribeStoredQueries |
'DropStoredQuery' | gws.OwsVerb.DropStoredQuery |
'GetCapabilities' | gws.OwsVerb.GetCapabilities |
'GetFeature' | gws.OwsVerb.GetFeature |
'GetFeatureInfo' | gws.OwsVerb.GetFeatureInfo |
'GetFeatureWithLock' | gws.OwsVerb.GetFeatureWithLock |
'GetLegendGraphic' | gws.OwsVerb.GetLegendGraphic |
'GetMap' | gws.OwsVerb.GetMap |
'GetPrint' | gws.OwsVerb.GetPrint |
'GetPropertyValue' | gws.OwsVerb.GetPropertyValue |
'GetRecordById' | gws.OwsVerb.GetRecordById |
'GetRecords' | gws.OwsVerb.GetRecords |
'GetTile' | gws.OwsVerb.GetTile |
'ListStoredQueries' | gws.OwsVerb.ListStoredQueries |
'LockFeature' | gws.OwsVerb.LockFeature |
'Transaction' | gws.OwsVerb.Transaction |
gws.PermissionsConfig
struct
Permissions configuration.gws.PermissionsConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
all | gws.AclStr | All permissions.gws.PermissionsConfig.all | |
create | gws.AclStr | Permission to create new objects.gws.PermissionsConfig.create | |
delete | gws.AclStr | Permission to delete objects.gws.PermissionsConfig.delete | |
edit | gws.AclStr | A combination of write, create and delete.gws.PermissionsConfig.edit | |
read | gws.AclStr | Permission to read the object.gws.PermissionsConfig.read | |
write | gws.AclStr | Permission to change the object.gws.PermissionsConfig.write |
gws.plugin.account.account_action.Config
struct
User Account action.neu: 8.1
gws.plugin.account.account_action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'account' | object typegws.plugin.account.account_action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.account.admin_action.Config
struct
Account Admin action.neu: 8.1
gws.plugin.account.admin_action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
models | [gws.ext.config.model ] | Account data models.gws.plugin.account.admin_action.Config.models | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'accountadmin' | object typegws.plugin.account.admin_action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.account.auth_provider.Config
struct
Account-based authorization provider.neu: 8.1
gws.plugin.account.auth_provider.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
allowedMethods | [str ] | Optionales Einschränken der Authentifizierungsmethoden, falls dieser Provider nicht für alle Methoden gültig sein soll. | |
type | 'account' | object typegws.plugin.account.auth_provider.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.account.helper.Config
struct
Account helper.neu: 8.1
gws.plugin.account.helper.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
adminModel | gws.ext.config.model | Edit model for account administration.gws.plugin.account.helper.Config.adminModel | |
onboardingUrl | str | URL for email onboarding.gws.plugin.account.helper.Config.onboardingUrl | |
templates | [gws.ext.config.template ] | Templatesgws.plugin.account.helper.Config.templates | |
mfa | [gws.plugin.account.helper.MfaConfig ] | Multi-factor authentication methods the user can choose from.gws.plugin.account.helper.Config.mfa | |
mfaIssuer | str | Issuer name for Multi-factor key uris (qr codes).gws.plugin.account.helper.Config.mfaIssuer | |
onboardingCompletionUrl | str | URL to redirect after onboarding.gws.plugin.account.helper.Config.onboardingCompletionUrl | |
passwordCreateSql | str | SQL expression for computing password hashes.gws.plugin.account.helper.Config.passwordCreateSql | |
passwordVerifySql | str | SQL expression for verifying password hashes.gws.plugin.account.helper.Config.passwordVerifySql | |
tcLifeTime | gws.Duration | 3600 | Life time for temporary codes.gws.plugin.account.helper.Config.tcLifeTime |
type | 'account' | object typegws.plugin.account.helper.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
userModel | gws.ext.config.model | Edit model for end-users accounts.gws.plugin.account.helper.Config.userModel | |
usernameColumn | str | 'email' | Column used as 'login'.gws.plugin.account.helper.Config.usernameColumn |
gws.plugin.account.helper.MfaConfig
struct
gws.plugin.account.helper.MfaConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
mfaUid | str | gws.plugin.account.helper.MfaConfig.mfaUid | |
title | str | gws.plugin.account.helper.MfaConfig.title |
gws.plugin.alkis.action.BuchungConfig
struct
Access to the Grundbuch (register) informationgws.plugin.alkis.action.BuchungConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.alkis.action.Config
struct
Flurstückssuche actiongws.plugin.alkis.action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
crs | gws.CrsName | CRS for the ALKIS datagws.plugin.alkis.action.Config.crs | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
buchung | gws.plugin.alkis.action.BuchungConfig | {} | access to the Grundbuch (register) informationgws.plugin.alkis.action.Config.buchung |
buchungsblattSearchOptions | gws.TextSearchOptions | gws.plugin.alkis.action.Config.buchungsblattSearchOptions | |
dataSchema | str | 'public' | schema where ALKIS tables are storedgws.plugin.alkis.action.Config.dataSchema |
dbUid | str | database provider IDgws.plugin.alkis.action.Config.dbUid | |
eigentuemer | gws.plugin.alkis.action.EigentuemerConfig | {} | access to the Eigentümer (owner) informationgws.plugin.alkis.action.Config.eigentuemer |
excludeGemarkung | [str ] | Gemarkung (Administrative Unit) IDs to exclude from searchgws.plugin.alkis.action.Config.excludeGemarkung | |
export | gws.plugin.alkis.data.export.Config | csv export configurationgws.plugin.alkis.action.Config.export | |
indexSchema | str | 'gws8' | schema to store GWS internal indexesgws.plugin.alkis.action.Config.indexSchema |
limit | int | 100 | search results limitgws.plugin.alkis.action.Config.limit |
nameSearchOptions | gws.TextSearchOptions | gws.plugin.alkis.action.Config.nameSearchOptions | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
printers | [gws.base.printer.core.Config ] | print configurationsgws.plugin.alkis.action.Config.printers | |
storage | gws.base.storage.core.Config | storage configurationgws.plugin.alkis.action.Config.storage | |
strasseSearchOptions | gws.TextSearchOptions | gws.plugin.alkis.action.Config.strasseSearchOptions | |
templates | [gws.ext.config.template ] | templates for Flurstueck detailsgws.plugin.alkis.action.Config.templates | |
type | 'alkis' | object typegws.plugin.alkis.action.Config.type | |
ui | gws.plugin.alkis.action.Ui | {} | ui optionsgws.plugin.alkis.action.Config.ui |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.alkis.action.EigentuemerConfig
struct
Access to the Eigentümer (owner) informationgws.plugin.alkis.action.EigentuemerConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
controlMode | bool | False | restricted mode enabledgws.plugin.alkis.action.EigentuemerConfig.controlMode |
controlRules | [str ] | regular expression for the restricted input controlgws.plugin.alkis.action.EigentuemerConfig.controlRules | |
logTable | str | data access protocol table namegws.plugin.alkis.action.EigentuemerConfig.logTable | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.alkis.action.GemarkungListMode
enumeration
gws.plugin.alkis.action.GemarkungListMode
'none' | do not show the listgws.plugin.alkis.action.GemarkungListMode.none |
'plain' | only "gemarkunggws.plugin.alkis.action.GemarkungListMode.plain |
'combined' | "gemarkung (gemeinde)gws.plugin.alkis.action.GemarkungListMode.combined |
'tree' | a tree with level 1 = gemeinde and level 2 = gemarkunggws.plugin.alkis.action.GemarkungListMode.tree |
gws.plugin.alkis.action.StrasseListMode
enumeration
gws.plugin.alkis.action.StrasseListMode
'plain' | just strassegws.plugin.alkis.action.StrasseListMode.plain |
'withGemeinde' | strasse (gemeinde)gws.plugin.alkis.action.StrasseListMode.withGemeinde |
'withGemarkung' | strasse (gemarkung)gws.plugin.alkis.action.StrasseListMode.withGemarkung |
'withGemeindeIfRepeated' | strasse (gemeinde), when needed for disambiguationgws.plugin.alkis.action.StrasseListMode.withGemeindeIfRepeated |
'withGemarkungIfRepeated' | strasse (gemarkung), when needed for disambiguationgws.plugin.alkis.action.StrasseListMode.withGemarkungIfRepeated |
gws.plugin.alkis.action.Ui
struct
Flurstückssuche UI configuration.gws.plugin.alkis.action.Ui
Eigenschaft | Typ | Default | |
---|---|---|---|
autoSpatialSearch | bool | False | activate spatial search after submitgws.plugin.alkis.action.Ui.autoSpatialSearch |
gemarkungListMode | gws.plugin.alkis.action.GemarkungListMode | 'combined' | gemarkung list modegws.plugin.alkis.action.Ui.gemarkungListMode |
searchSelection | bool | False | search in selection enabledgws.plugin.alkis.action.Ui.searchSelection |
searchSpatial | bool | False | spatial search enabledgws.plugin.alkis.action.Ui.searchSpatial |
strasseListMode | gws.plugin.alkis.action.StrasseListMode | 'plain' | strasse list entry formatgws.plugin.alkis.action.Ui.strasseListMode |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
useExport | bool | False | export function enabledgws.plugin.alkis.action.Ui.useExport |
useHistory | bool | False | history controls enabledgws.plugin.alkis.action.Ui.useHistory |
usePick | bool | False | pick mode enabledgws.plugin.alkis.action.Ui.usePick |
useSelect | bool | False | select mode enabledgws.plugin.alkis.action.Ui.useSelect |
gws.plugin.alkis.data.export.Config
struct
CSV export configurationgws.plugin.alkis.data.export.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
models | [gws.ext.config.model ] | export groupsgws.plugin.alkis.data.export.Config.models | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.annotate_tool.action.Config
struct
gws.plugin.annotate_tool.action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
labels | dict | default label templatesgws.plugin.annotate_tool.action.Config.labels | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
storage | gws.base.storage.core.Config | storage configurationgws.plugin.annotate_tool.action.Config.storage | |
type | 'annotate' | object typegws.plugin.annotate_tool.action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.auth_method.basic.Config
struct
HTTP-basic authorization optionsgws.plugin.auth_method.basic.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
realm | str | authentication realmgws.plugin.auth_method.basic.Config.realm | |
secure | bool | True | use only with SSLgws.base.auth.method.Config.secure |
type | 'basic' | object typegws.plugin.auth_method.basic.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.auth_method.token.Config
struct
HTTP-token authorization optionsneu: 8.1
gws.plugin.auth_method.token.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
header | str | HTTP header namegws.plugin.auth_method.token.Config.header | |
prefix | str | token prefixgws.plugin.auth_method.token.Config.prefix | |
secure | bool | True | use only with SSLgws.base.auth.method.Config.secure |
type | 'token' | object typegws.plugin.auth_method.token.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.auth_method.web.action.Config
struct
gws.plugin.auth_method.web.action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'auth' | object typegws.plugin.auth_method.web.action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.auth_method.web.core.Config
struct
Web-based authorization optionsgws.plugin.auth_method.web.core.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
cookieName | str | 'auth' | name for the cookiegws.plugin.auth_method.web.core.Config.cookieName |
cookiePath | str | '/' | cookie pathgws.plugin.auth_method.web.core.Config.cookiePath |
secure | bool | True | use only with SSLgws.base.auth.method.Config.secure |
type | 'web' | object typegws.plugin.auth_method.web.core.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.auth_mfa.email.Config
struct
gws.plugin.auth_mfa.email.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
lifeTime | gws.Duration | 120 | How long to wait for the MFA to complete.gws.base.auth.mfa.Config.lifeTime |
maxRestarts | int | 0 | Max code regeneration attempts.gws.base.auth.mfa.Config.maxRestarts |
maxVerifyAttempts | int | 3 | Max verify attempts.gws.base.auth.mfa.Config.maxVerifyAttempts |
message | str | Message to display in the client.gws.base.auth.mfa.Config.message | |
otp | gws.base.auth.mfa.OtpConfig | OTP generation optionsgws.base.auth.mfa.Config.otp | |
templates | [gws.ext.config.template ] | Email templates.gws.plugin.auth_mfa.email.Config.templates | |
type | 'email' | object typegws.plugin.auth_mfa.email.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.auth_mfa.totp.Config
struct
gws.plugin.auth_mfa.totp.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
lifeTime | gws.Duration | 120 | How long to wait for the MFA to complete.gws.base.auth.mfa.Config.lifeTime |
maxRestarts | int | 0 | Max code regeneration attempts.gws.base.auth.mfa.Config.maxRestarts |
maxVerifyAttempts | int | 3 | Max verify attempts.gws.base.auth.mfa.Config.maxVerifyAttempts |
message | str | Message to display in the client.gws.base.auth.mfa.Config.message | |
otp | gws.base.auth.mfa.OtpConfig | OTP generation optionsgws.base.auth.mfa.Config.otp | |
type | 'totp' | object typegws.plugin.auth_mfa.totp.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.auth_provider.file.Config
struct
dateibasierter Authentifizierungsprovider
Eigenschaft | Typ | Default | |
---|---|---|---|
path | gws.FilePath | Pfad zur JSON-Datei des Benutzers | |
allowedMethods | [str ] | Optionales Einschränken der Authentifizierungsmethoden, falls dieser Provider nicht für alle Methoden gültig sein soll. | |
type | 'file' | Objekttyp | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.auth_provider.ldap.Config
struct
LDAP-Authentifizierungsprovider
Eigenschaft | Typ | Default | |
---|---|---|---|
url | str | LDAP-Server-URL z.B. "ldap://host:port/baseDN?searchAttribute" | |
users | [gws.plugin.auth_provider.ldap.UserSpec ] | Zuordnung von LDAP Benutzern/Gruppen zu GWS Rollen | |
activeDirectory | bool | True | Auswahl zwischen LDAP und ActiveDirectory(default) |
allowedMethods | [str ] | Optionales Einschränken der Authentifizierungsmethoden, falls dieser Provider nicht für alle Methoden gültig sein soll. | |
bindDN | str | DN des leseberechtigten LDAP Users zur Abfrage von Benutzerinformationen | |
bindPassword | str | Passwort des bindDN | |
displayNameFormat | gws.FormatStr | Format für den Anzeigenamen des Benutzers | |
timeout | gws.Duration | 30 | LDAP-Server-Timeout in Sekunden |
type | 'ldap' | Objekttyp | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.auth_provider.ldap.UserSpec
struct
Zuordnung von LDAP Benutzern/Gruppen zu GWS Rollen
Eigenschaft | Typ | Default | |
---|---|---|---|
roles | [str ] | Liste von GWS Rollen die der Benutzer erhalten soll, wenn matches und memberOf zutreffen | |
matches | str | LDAP Filter der für den Benutzer zutreffen muss, z.B. "(uid>=1000)" | |
memberOf | str | LDAP Gruppe die der Benutzer haben muss. |
gws.plugin.auth_session_manager.sqlite.Config
struct
Configuration for sqlite sessionsgws.plugin.auth_session_manager.sqlite.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
lifeTime | gws.Duration | '1200' | session life timegws.base.auth.session_manager.Config.lifeTime |
path | str | session storage pathgws.plugin.auth_session_manager.sqlite.Config.path | |
type | 'sqlite' | object typegws.plugin.auth_session_manager.sqlite.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.csv_helper.Config
struct
CSV helper.gws.plugin.csv_helper.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
format | gws.plugin.csv_helper.FormatConfig | CSV format settings.gws.plugin.csv_helper.Config.format | |
type | 'csv' | object typegws.plugin.csv_helper.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.csv_helper.FormatConfig
struct
CSV format settingsgws.plugin.csv_helper.FormatConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
delimiter | str | ',' | Field delimiter.gws.plugin.csv_helper.FormatConfig.delimiter |
encoding | str | 'utf8' | Text encoding.gws.plugin.csv_helper.FormatConfig.encoding |
formulaHack | bool | True | Prepend numeric strings with an equals sign.gws.plugin.csv_helper.FormatConfig.formulaHack |
quote | str | '"' | Quote character.gws.plugin.csv_helper.FormatConfig.quote |
quoteAll | bool | False | Quote all fields.gws.plugin.csv_helper.FormatConfig.quoteAll |
rowDelimiter | str | 'LF' | Row delimiter.gws.plugin.csv_helper.FormatConfig.rowDelimiter |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.dimension.Config
struct
Dimension actiongws.plugin.dimension.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
layerUids | [str ] | snap layer uidsgws.plugin.dimension.Config.layerUids | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
pixelTolerance | int | 10 | pixel tolerancegws.plugin.dimension.Config.pixelTolerance |
storage | gws.base.storage.core.Config | storage configurationgws.plugin.dimension.Config.storage | |
type | 'dimension' | object typegws.plugin.dimension.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.email_helper.Config
struct
Mail helper settingsgws.plugin.email_helper.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
smtp | gws.plugin.email_helper.SmtpConfig | SMTP server configuration.gws.plugin.email_helper.Config.smtp | |
mailFrom | str | Default 'From' address.gws.plugin.email_helper.Config.mailFrom | |
type | 'email' | object typegws.plugin.email_helper.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.email_helper.SmtpConfig
struct
SMTP server configuration.neu: 8.1
gws.plugin.email_helper.SmtpConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
host | str | SMTP host namegws.plugin.email_helper.SmtpConfig.host | |
login | str | Logingws.plugin.email_helper.SmtpConfig.login | |
mode | gws.plugin.email_helper.SmtpMode | 'ssl' | Connection mode.gws.plugin.email_helper.SmtpConfig.mode |
password | str | Password.gws.plugin.email_helper.SmtpConfig.password | |
port | int | 0 | SMTP port.gws.plugin.email_helper.SmtpConfig.port |
timeout | gws.Duration | 30 | Connection timeout.gws.plugin.email_helper.SmtpConfig.timeout |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.email_helper.SmtpMode
enumeration
gws.plugin.email_helper.SmtpMode
'plain' | gws.plugin.email_helper.SmtpMode.plain |
'ssl' | gws.plugin.email_helper.SmtpMode.ssl |
'tls' | gws.plugin.email_helper.SmtpMode.tls |
gws.plugin.gekos.action.Config
struct
GekoS actiongws.plugin.gekos.action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
index | gws.plugin.gekos.index.Config | GekoS index configurationgws.plugin.gekos.action.Config.index | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
templates | [gws.ext.config.template ] | feature templatesgws.plugin.gekos.action.Config.templates | |
type | 'gekos' | object typegws.plugin.gekos.action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.gekos.index.Config
struct
gws.plugin.gekos.index.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
crs | gws.CrsName | CRS for gekos datagws.plugin.gekos.index.Config.crs | |
sources | [gws.plugin.gekos.index.SourceConfig ] | gek-online instance namesgws.plugin.gekos.index.Config.sources | |
tableName | str | sql table namegws.plugin.gekos.index.Config.tableName | |
dbUid | str | Database provider uidgws.plugin.gekos.index.Config.dbUid | |
position | gws.plugin.gekos.index.PositionConfig | position correction for pointsgws.plugin.gekos.index.Config.position | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.gekos.index.PositionConfig
struct
gws.plugin.gekos.index.PositionConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
offsetX | int | gws.plugin.gekos.index.PositionConfig.offsetX | |
offsetY | int | gws.plugin.gekos.index.PositionConfig.offsetY | |
angle | int | 0 | gws.plugin.gekos.index.PositionConfig.angle |
distance | int | 0 | gws.plugin.gekos.index.PositionConfig.distance |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.gekos.index.SourceConfig
struct
gws.plugin.gekos.index.SourceConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
instance | str | gws.plugin.gekos.index.SourceConfig.instance | |
params | dict | gws.plugin.gekos.index.SourceConfig.params | |
url | gws.Url | gws.plugin.gekos.index.SourceConfig.url | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.geojson.layer.Config
struct
GeoJson layergws.plugin.geojson.layer.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
provider | gws.plugin.geojson.provider.Config | geojson providergws.plugin.geojson.layer.Config.provider | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
cache | gws.base.layer.core.CacheConfig | Cache configuration.gws.base.layer.core.Config.cache | |
clientOptions | gws.base.layer.core.ClientOptions | {} | Options for the layer display in the client.gws.base.layer.core.Config.clientOptions |
cssSelector | str | Css selector for feature layers.gws.base.layer.core.Config.cssSelector | |
display | gws.LayerDisplayMode | 'box' | Layer display mode.gws.base.layer.core.Config.display |
extent | gws.Extent | Layer extent.gws.base.layer.core.Config.extent | |
extentBuffer | int | Extent buffer.gws.base.layer.core.Config.extentBuffer | |
finders | [gws.ext.config.finder ] | Search providers.gws.base.layer.core.Config.finders | |
grid | gws.base.layer.core.GridConfig | Client grid.gws.base.layer.core.Config.grid | |
imageFormat | gws.ImageFormat | 'png8' | Image format.gws.base.layer.core.Config.imageFormat |
legend | gws.ext.config.legend | Legend configuration.gws.base.layer.core.Config.legend | |
loadingStrategy | gws.FeatureLoadingStrategy | 'all' | Feature loading strategy.gws.base.layer.core.Config.loadingStrategy |
metadata | gws.Metadata | Layer metadata.gws.base.layer.core.Config.metadata | |
models | [gws.ext.config.model ] | Data models.gws.base.layer.core.Config.models | |
opacity | float | 1 | Layer opacity.gws.base.layer.core.Config.opacity |
ows | gws.base.layer.ows.Config | Configuration for OWS services.gws.base.layer.core.Config.ows | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
templates | [gws.ext.config.template ] | Layer templates.gws.base.layer.core.Config.templates | |
title | str | Layer title.gws.base.layer.core.Config.title | |
type | 'geojson' | object typegws.plugin.geojson.layer.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withCache | bool | False | Layer is cached.gws.base.layer.core.Config.withCache |
withLegend | bool | True | Layer has a legend.gws.base.layer.core.Config.withLegend |
withOws | bool | True | Layer is enabled for OWS services.gws.base.layer.core.Config.withOws |
withSearch | bool | True | Layer is searchable.gws.base.layer.core.Config.withSearch |
zoom | gws.gis.zoom.Config | Layer resolutions and scales.gws.base.layer.core.Config.zoom |
gws.plugin.geojson.model.Config
struct
gws.plugin.geojson.model.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
excludeColumns | [str ] | exclude columns names from autoloadgws.base.model.core.Config.excludeColumns | |
fields | [gws.ext.config.modelField ] | model fieldsgws.base.model.core.Config.fields | |
isEditable | bool | False | this model is editablegws.base.model.core.Config.isEditable |
loadingStrategy | gws.FeatureLoadingStrategy | loading strategy for featuresgws.base.model.core.Config.loadingStrategy | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
provider | gws.plugin.geojson.provider.Config | GeoJson providergws.plugin.geojson.model.Config.provider | |
sort | [gws.SortOptions ] | default sortinggws.base.model.core.Config.sort | |
tableViewColumns | [gws.base.model.core.TableViewColumn ] | fields to include in the table viewgws.base.model.core.Config.tableViewColumns | |
templates | [gws.ext.config.template ] | feature templatesgws.base.model.core.Config.templates | |
title | str | model titlegws.base.model.core.Config.title | |
type | 'geojson' | object typegws.plugin.geojson.model.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withAutoFields | bool | False | autoload non-configured model fields from the sourcegws.base.model.core.Config.withAutoFields |
withTableView | bool | True | enable table view for this modelgws.base.model.core.Config.withTableView |
gws.plugin.geojson.provider.Config
struct
gws.plugin.geojson.provider.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
path | gws.FilePath | path to a geojson filegws.plugin.geojson.provider.Config.path | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.legend.combined.Config
struct
Combined legend.gws.plugin.legend.combined.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
layerUids | [str ] | layersgws.plugin.legend.combined.Config.layerUids | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
cacheMaxAge | gws.Duration | '1d' | max cache age for remote legendsgws.base.legend.core.Config.cacheMaxAge |
options | dict | provider-dependent legend optionsgws.base.legend.core.Config.options | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'combined' | object typegws.plugin.legend.combined.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.legend.html.Config
struct
HTML-based legend.gws.plugin.legend.html.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
template | gws.ext.config.template | template for an HTML legendgws.plugin.legend.html.Config.template | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
cacheMaxAge | gws.Duration | '1d' | max cache age for remote legendsgws.base.legend.core.Config.cacheMaxAge |
options | dict | provider-dependent legend optionsgws.base.legend.core.Config.options | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'html' | object typegws.plugin.legend.html.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.legend.remote.Config
struct
External legend.gws.plugin.legend.remote.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
urls | [gws.Url ] | urls of externals legend imagesgws.plugin.legend.remote.Config.urls | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
cacheMaxAge | gws.Duration | '1d' | max cache age for remote legendsgws.base.legend.core.Config.cacheMaxAge |
options | dict | provider-dependent legend optionsgws.base.legend.core.Config.options | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'remote' | object typegws.plugin.legend.remote.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.legend.static.Config
struct
Static legend.gws.plugin.legend.static.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
path | gws.FilePath | path to the image filegws.plugin.legend.static.Config.path | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
cacheMaxAge | gws.Duration | '1d' | max cache age for remote legendsgws.base.legend.core.Config.cacheMaxAge |
options | dict | provider-dependent legend optionsgws.base.legend.core.Config.options | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'static' | object typegws.plugin.legend.static.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_field.bool.Config
struct
gws.plugin.model_field.bool.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
name | str | gws.base.model.field.Config.name | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
isAuto | bool | gws.base.model.field.Config.isAuto | |
isPrimaryKey | bool | gws.base.model.field.Config.isPrimaryKey | |
isRequired | bool | gws.base.model.field.Config.isRequired | |
isUnique | bool | gws.base.model.field.Config.isUnique | |
isVirtual | bool | The field is not stored in the DB.neu: 8.1 gws.base.model.scalar_field.Config.isVirtual | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
title | str | gws.base.model.field.Config.title | |
type | 'bool' | object typegws.plugin.model_field.bool.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
validators | [gws.ext.config.modelValidator ] | gws.base.model.field.Config.validators | |
values | [gws.ext.config.modelValue ] | gws.base.model.field.Config.values | |
widget | gws.ext.config.modelWidget | gws.base.model.field.Config.widget |
gws.plugin.model_field.date.Config
struct
gws.plugin.model_field.date.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
name | str | gws.base.model.field.Config.name | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
isAuto | bool | gws.base.model.field.Config.isAuto | |
isPrimaryKey | bool | gws.base.model.field.Config.isPrimaryKey | |
isRequired | bool | gws.base.model.field.Config.isRequired | |
isUnique | bool | gws.base.model.field.Config.isUnique | |
isVirtual | bool | The field is not stored in the DB.neu: 8.1 gws.base.model.scalar_field.Config.isVirtual | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
title | str | gws.base.model.field.Config.title | |
type | 'date' | object typegws.plugin.model_field.date.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
validators | [gws.ext.config.modelValidator ] | gws.base.model.field.Config.validators | |
values | [gws.ext.config.modelValue ] | gws.base.model.field.Config.values | |
widget | gws.ext.config.modelWidget | gws.base.model.field.Config.widget |
gws.plugin.model_field.datetime.Config
struct
gws.plugin.model_field.datetime.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
name | str | gws.base.model.field.Config.name | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
isAuto | bool | gws.base.model.field.Config.isAuto | |
isPrimaryKey | bool | gws.base.model.field.Config.isPrimaryKey | |
isRequired | bool | gws.base.model.field.Config.isRequired | |
isUnique | bool | gws.base.model.field.Config.isUnique | |
isVirtual | bool | The field is not stored in the DB.neu: 8.1 gws.base.model.scalar_field.Config.isVirtual | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
title | str | gws.base.model.field.Config.title | |
type | 'datetime' | object typegws.plugin.model_field.datetime.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
validators | [gws.ext.config.modelValidator ] | gws.base.model.field.Config.validators | |
values | [gws.ext.config.modelValue ] | gws.base.model.field.Config.values | |
widget | gws.ext.config.modelWidget | gws.base.model.field.Config.widget |
gws.plugin.model_field.file.Config
struct
gws.plugin.model_field.file.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
name | str | gws.base.model.field.Config.name | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
contentColumn | str | gws.plugin.model_field.file.Config.contentColumn | |
isAuto | bool | gws.base.model.field.Config.isAuto | |
isPrimaryKey | bool | gws.base.model.field.Config.isPrimaryKey | |
isRequired | bool | gws.base.model.field.Config.isRequired | |
isUnique | bool | gws.base.model.field.Config.isUnique | |
nameColumn | str | gws.plugin.model_field.file.Config.nameColumn | |
pathColumn | str | gws.plugin.model_field.file.Config.pathColumn | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
title | str | gws.base.model.field.Config.title | |
type | 'file' | object typegws.plugin.model_field.file.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
validators | [gws.ext.config.modelValidator ] | gws.base.model.field.Config.validators | |
values | [gws.ext.config.modelValue ] | gws.base.model.field.Config.values | |
widget | gws.ext.config.modelWidget | gws.base.model.field.Config.widget |
gws.plugin.model_field.float.Config
struct
gws.plugin.model_field.float.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
name | str | gws.base.model.field.Config.name | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
isAuto | bool | gws.base.model.field.Config.isAuto | |
isPrimaryKey | bool | gws.base.model.field.Config.isPrimaryKey | |
isRequired | bool | gws.base.model.field.Config.isRequired | |
isUnique | bool | gws.base.model.field.Config.isUnique | |
isVirtual | bool | The field is not stored in the DB.neu: 8.1 gws.base.model.scalar_field.Config.isVirtual | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
title | str | gws.base.model.field.Config.title | |
type | 'float' | object typegws.plugin.model_field.float.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
validators | [gws.ext.config.modelValidator ] | gws.base.model.field.Config.validators | |
values | [gws.ext.config.modelValue ] | gws.base.model.field.Config.values | |
widget | gws.ext.config.modelWidget | gws.base.model.field.Config.widget |
gws.plugin.model_field.geometry.Config
struct
gws.plugin.model_field.geometry.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
name | str | gws.base.model.field.Config.name | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
crs | gws.CrsName | gws.plugin.model_field.geometry.Config.crs | |
geometryType | gws.GeometryType | gws.plugin.model_field.geometry.Config.geometryType | |
isAuto | bool | gws.base.model.field.Config.isAuto | |
isPrimaryKey | bool | gws.base.model.field.Config.isPrimaryKey | |
isRequired | bool | gws.base.model.field.Config.isRequired | |
isUnique | bool | gws.base.model.field.Config.isUnique | |
isVirtual | bool | The field is not stored in the DB.neu: 8.1 gws.base.model.scalar_field.Config.isVirtual | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
title | str | gws.base.model.field.Config.title | |
type | 'geometry' | object typegws.plugin.model_field.geometry.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
validators | [gws.ext.config.modelValidator ] | gws.base.model.field.Config.validators | |
values | [gws.ext.config.modelValue ] | gws.base.model.field.Config.values | |
widget | gws.ext.config.modelWidget | gws.base.model.field.Config.widget |
gws.plugin.model_field.integer.Config
struct
gws.plugin.model_field.integer.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
name | str | gws.base.model.field.Config.name | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
isAuto | bool | gws.base.model.field.Config.isAuto | |
isPrimaryKey | bool | gws.base.model.field.Config.isPrimaryKey | |
isRequired | bool | gws.base.model.field.Config.isRequired | |
isUnique | bool | gws.base.model.field.Config.isUnique | |
isVirtual | bool | The field is not stored in the DB.neu: 8.1 gws.base.model.scalar_field.Config.isVirtual | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
title | str | gws.base.model.field.Config.title | |
type | 'integer' | object typegws.plugin.model_field.integer.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
validators | [gws.ext.config.modelValidator ] | gws.base.model.field.Config.validators | |
values | [gws.ext.config.modelValue ] | gws.base.model.field.Config.values | |
widget | gws.ext.config.modelWidget | gws.base.model.field.Config.widget |
gws.plugin.model_field.text.Config
struct
gws.plugin.model_field.text.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
name | str | gws.base.model.field.Config.name | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
isAuto | bool | gws.base.model.field.Config.isAuto | |
isPrimaryKey | bool | gws.base.model.field.Config.isPrimaryKey | |
isRequired | bool | gws.base.model.field.Config.isRequired | |
isUnique | bool | gws.base.model.field.Config.isUnique | |
isVirtual | bool | The field is not stored in the DB.neu: 8.1 gws.base.model.scalar_field.Config.isVirtual | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
textSearch | gws.TextSearchOptions | gws.plugin.model_field.text.Config.textSearch | |
title | str | gws.base.model.field.Config.title | |
type | 'text' | object typegws.plugin.model_field.text.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
validators | [gws.ext.config.modelValidator ] | gws.base.model.field.Config.validators | |
values | [gws.ext.config.modelValue ] | gws.base.model.field.Config.values | |
widget | gws.ext.config.modelWidget | gws.base.model.field.Config.widget |
gws.plugin.model_field.time.Config
struct
gws.plugin.model_field.time.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
name | str | gws.base.model.field.Config.name | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
isAuto | bool | gws.base.model.field.Config.isAuto | |
isPrimaryKey | bool | gws.base.model.field.Config.isPrimaryKey | |
isRequired | bool | gws.base.model.field.Config.isRequired | |
isUnique | bool | gws.base.model.field.Config.isUnique | |
isVirtual | bool | The field is not stored in the DB.neu: 8.1 gws.base.model.scalar_field.Config.isVirtual | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
title | str | gws.base.model.field.Config.title | |
type | 'time' | object typegws.plugin.model_field.time.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
validators | [gws.ext.config.modelValidator ] | gws.base.model.field.Config.validators | |
values | [gws.ext.config.modelValue ] | gws.base.model.field.Config.values | |
widget | gws.ext.config.modelWidget | gws.base.model.field.Config.widget |
gws.plugin.model_validator.date_range.Config
struct
Validator for date ranges.neu: 8.1
gws.plugin.model_validator.date_range.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
forCreate | bool | True | gws.base.model.validator.Config.forCreate |
forUpdate | bool | True | gws.base.model.validator.Config.forUpdate |
max | gws.ext.config.modelValue | gws.plugin.model_validator.date_range.Config.max | |
message | str | gws.base.model.validator.Config.message | |
min | gws.ext.config.modelValue | gws.plugin.model_validator.date_range.Config.min | |
type | 'dateRange' | object typegws.plugin.model_validator.date_range.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_validator.format.Config
struct
gws.plugin.model_validator.format.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
forCreate | bool | True | gws.base.model.validator.Config.forCreate |
forUpdate | bool | True | gws.base.model.validator.Config.forUpdate |
message | str | gws.base.model.validator.Config.message | |
type | 'format' | object typegws.plugin.model_validator.format.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_validator.not_empty.Config
struct
Validator for non-empty values.neu: 8.1
gws.plugin.model_validator.not_empty.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
forCreate | bool | True | gws.base.model.validator.Config.forCreate |
forUpdate | bool | True | gws.base.model.validator.Config.forUpdate |
message | str | gws.base.model.validator.Config.message | |
type | 'notEmpty' | object typegws.plugin.model_validator.not_empty.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_validator.number_range.Config
struct
Validator for number ranges.neu: 8.1
gws.plugin.model_validator.number_range.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
forCreate | bool | True | gws.base.model.validator.Config.forCreate |
forUpdate | bool | True | gws.base.model.validator.Config.forUpdate |
max | gws.ext.config.modelValue | gws.plugin.model_validator.number_range.Config.max | |
message | str | gws.base.model.validator.Config.message | |
min | gws.ext.config.modelValue | gws.plugin.model_validator.number_range.Config.min | |
type | 'numberRange' | object typegws.plugin.model_validator.number_range.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_validator.regex.Config
struct
Regular expression validator.neu: 8.1
gws.plugin.model_validator.regex.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
regex | gws.Regex | gws.plugin.model_validator.regex.Config.regex | |
forCreate | bool | True | gws.base.model.validator.Config.forCreate |
forUpdate | bool | True | gws.base.model.validator.Config.forUpdate |
message | str | gws.base.model.validator.Config.message | |
type | 'regex' | object typegws.plugin.model_validator.regex.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_value.current_timestamp.Config
struct
gws.plugin.model_value.current_timestamp.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
forCreate | bool | True | gws.base.model.value.Config.forCreate |
forRead | bool | True | gws.base.model.value.Config.forRead |
forUpdate | bool | True | gws.base.model.value.Config.forUpdate |
isDefault | bool | False | gws.base.model.value.Config.isDefault |
type | 'currentTimestamp' | object typegws.plugin.model_value.current_timestamp.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_value.current_user.Config
struct
gws.plugin.model_value.current_user.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
forCreate | bool | True | gws.base.model.value.Config.forCreate |
forRead | bool | True | gws.base.model.value.Config.forRead |
forUpdate | bool | True | gws.base.model.value.Config.forUpdate |
format | str | format stringgws.plugin.model_value.current_user.Config.format | |
isDefault | bool | False | gws.base.model.value.Config.isDefault |
type | 'currentUser' | object typegws.plugin.model_value.current_user.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_value.expression.Config
struct
Expression-based value.neu: 8.1
gws.plugin.model_value.expression.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
text | str | gws.plugin.model_value.expression.Config.text | |
forCreate | bool | True | gws.base.model.value.Config.forCreate |
forRead | bool | True | gws.base.model.value.Config.forRead |
forUpdate | bool | True | gws.base.model.value.Config.forUpdate |
isDefault | bool | False | gws.base.model.value.Config.isDefault |
type | 'expression' | object typegws.plugin.model_value.expression.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_value.format.Config
struct
gws.plugin.model_value.format.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
format | str | gws.plugin.model_value.format.Config.format | |
forCreate | bool | True | gws.base.model.value.Config.forCreate |
forRead | bool | True | gws.base.model.value.Config.forRead |
forUpdate | bool | True | gws.base.model.value.Config.forUpdate |
isDefault | bool | False | gws.base.model.value.Config.isDefault |
type | 'format' | object typegws.plugin.model_value.format.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_value.static.Config
struct
gws.plugin.model_value.static.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
value | any | gws.plugin.model_value.static.Config.value | |
forCreate | bool | True | gws.base.model.value.Config.forCreate |
forRead | bool | True | gws.base.model.value.Config.forRead |
forUpdate | bool | True | gws.base.model.value.Config.forUpdate |
isDefault | bool | False | gws.base.model.value.Config.isDefault |
type | 'static' | object typegws.plugin.model_value.static.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_widget.date.Config
struct
gws.plugin.model_widget.date.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
type | 'date' | object typegws.plugin.model_widget.date.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_widget.feature_list.Config
struct
gws.plugin.model_widget.feature_list.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
type | 'featureList' | object typegws.plugin.model_widget.feature_list.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withDeleteButton | bool | False | gws.plugin.model_widget.feature_list.Config.withDeleteButton |
withEditButton | bool | True | gws.plugin.model_widget.feature_list.Config.withEditButton |
withLinkButton | bool | True | gws.plugin.model_widget.feature_list.Config.withLinkButton |
withNewButton | bool | True | gws.plugin.model_widget.feature_list.Config.withNewButton |
withUnlinkButton | bool | False | gws.plugin.model_widget.feature_list.Config.withUnlinkButton |
gws.plugin.model_widget.feature_select.Config
struct
gws.plugin.model_widget.feature_select.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
type | 'featureSelect' | object typegws.plugin.model_widget.feature_select.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withSearch | bool | False | gws.plugin.model_widget.feature_select.Config.withSearch |
gws.plugin.model_widget.feature_suggest.Config
struct
gws.plugin.model_widget.feature_suggest.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
type | 'featureSuggest' | object typegws.plugin.model_widget.feature_suggest.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_widget.file.Config
struct
gws.plugin.model_widget.file.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
type | 'file' | object typegws.plugin.model_widget.file.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_widget.file_list.Config
struct
gws.plugin.model_widget.file_list.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
toFileField | str | gws.plugin.model_widget.file_list.Config.toFileField | |
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
type | 'fileList' | object typegws.plugin.model_widget.file_list.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withDeleteButton | bool | False | gws.plugin.model_widget.feature_list.Config.withDeleteButton |
withEditButton | bool | True | gws.plugin.model_widget.feature_list.Config.withEditButton |
withLinkButton | bool | True | gws.plugin.model_widget.feature_list.Config.withLinkButton |
withNewButton | bool | True | gws.plugin.model_widget.feature_list.Config.withNewButton |
withUnlinkButton | bool | False | gws.plugin.model_widget.feature_list.Config.withUnlinkButton |
gws.plugin.model_widget.float.Config
struct
gws.plugin.model_widget.float.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
placeholder | str | input box placeholdergws.plugin.model_widget.float.Config.placeholder | |
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
step | int | 1 | numeric stepgws.plugin.model_widget.float.Config.step |
type | 'float' | object typegws.plugin.model_widget.float.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_widget.geometry.Config
struct
gws.plugin.model_widget.geometry.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
isInline | bool | False | Display the geometry widget in the form.gws.plugin.model_widget.geometry.Config.isInline |
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
type | 'geometry' | object typegws.plugin.model_widget.geometry.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withText | bool | False | Display the text geometry editor.gws.plugin.model_widget.geometry.Config.withText |
gws.plugin.model_widget.input.Config
struct
gws.plugin.model_widget.input.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
placeholder | str | input box placeholdergws.plugin.model_widget.input.Config.placeholder | |
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
type | 'input' | object typegws.plugin.model_widget.input.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_widget.integer.Config
struct
gws.plugin.model_widget.integer.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
placeholder | str | input box placeholdergws.plugin.model_widget.integer.Config.placeholder | |
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
step | int | 1 | numeric stepgws.plugin.model_widget.integer.Config.step |
type | 'integer' | object typegws.plugin.model_widget.integer.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_widget.password.Config
struct
Password widget.neu: 8.1
gws.plugin.model_widget.password.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
placeholder | str | Password input placeholder.gws.plugin.model_widget.password.Config.placeholder | |
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
type | 'password' | object typegws.plugin.model_widget.password.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withShow | bool | False | Create a "show password" button.gws.plugin.model_widget.password.Config.withShow |
gws.plugin.model_widget.select.Config
struct
gws.plugin.model_widget.select.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
items | [gws.plugin.model_widget.select.ListItemConfig ] | gws.plugin.model_widget.select.Config.items | |
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
type | 'select' | object typegws.plugin.model_widget.select.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withSearch | bool | False | gws.plugin.model_widget.select.Config.withSearch |
gws.plugin.model_widget.select.ListItemConfig
struct
gws.plugin.model_widget.select.ListItemConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
value | any | gws.plugin.model_widget.select.ListItemConfig.value | |
extraText | str | gws.plugin.model_widget.select.ListItemConfig.extraText | |
level | int | gws.plugin.model_widget.select.ListItemConfig.level | |
text | str | gws.plugin.model_widget.select.ListItemConfig.text |
gws.plugin.model_widget.textarea.Config
struct
gws.plugin.model_widget.textarea.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
height | int | 0 | textarea height placeholdergws.plugin.model_widget.textarea.Config.height |
placeholder | str | textarea placeholdergws.plugin.model_widget.textarea.Config.placeholder | |
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
type | 'textarea' | object typegws.plugin.model_widget.textarea.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.model_widget.toggle.Config
struct
gws.plugin.model_widget.toggle.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
kind | str | 'checkbox' | Toggle kind: checkbox, radiogws.plugin.model_widget.toggle.Config.kind |
readOnly | bool | False | gws.base.model.widget.Config.readOnly |
type | 'toggle' | object typegws.plugin.model_widget.toggle.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.nominatim.finder.Config
struct
Nominatim searchgws.plugin.nominatim.finder.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
country | str | country to limit the searchgws.plugin.nominatim.finder.Config.country | |
language | str | language to return the results ingws.plugin.nominatim.finder.Config.language | |
models | [gws.ext.config.model ] | data models for featuresgws.base.search.finder.Config.models | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
spatialContext | gws.base.search.finder.SpatialContext | 'map' | spatial context for keyword searchesgws.base.search.finder.Config.spatialContext |
templates | [gws.ext.config.template ] | feature formatting templatesgws.base.search.finder.Config.templates | |
title | str | provider titlegws.base.search.finder.Config.title | |
type | 'nominatim' | object typegws.plugin.nominatim.finder.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withFilter | bool | True | enable filter searchgws.base.search.finder.Config.withFilter |
withGeometry | bool | True | enable geometry searchgws.base.search.finder.Config.withGeometry |
withKeyword | bool | True | enable keyword searchgws.base.search.finder.Config.withKeyword |
gws.plugin.nominatim.model.Config
struct
Nominatim modelgws.plugin.nominatim.model.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
country | str | country to limit the searchgws.plugin.nominatim.model.Config.country | |
excludeColumns | [str ] | exclude columns names from autoloadgws.base.model.core.Config.excludeColumns | |
fields | [gws.ext.config.modelField ] | model fieldsgws.base.model.core.Config.fields | |
isEditable | bool | False | this model is editablegws.base.model.core.Config.isEditable |
language | str | language to return the results ingws.plugin.nominatim.model.Config.language | |
loadingStrategy | gws.FeatureLoadingStrategy | loading strategy for featuresgws.base.model.core.Config.loadingStrategy | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
sort | [gws.SortOptions ] | default sortinggws.base.model.core.Config.sort | |
tableViewColumns | [gws.base.model.core.TableViewColumn ] | fields to include in the table viewgws.base.model.core.Config.tableViewColumns | |
templates | [gws.ext.config.template ] | feature templatesgws.base.model.core.Config.templates | |
title | str | model titlegws.base.model.core.Config.title | |
type | 'nominatim' | object typegws.plugin.nominatim.model.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withAutoFields | bool | False | autoload non-configured model fields from the sourcegws.base.model.core.Config.withAutoFields |
withTableView | bool | True | enable table view for this modelgws.base.model.core.Config.withTableView |
gws.plugin.ows_client.wfs.finder.Config
struct
gws.plugin.ows_client.wfs.finder.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
models | [gws.ext.config.model ] | data models for featuresgws.base.search.finder.Config.models | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
provider | gws.plugin.ows_client.wfs.provider.Config | Provider configuration.gws.plugin.ows_client.wfs.finder.Config.provider | |
sourceLayers | gws.gis.source.LayerFilter | Source layers to search for.gws.plugin.ows_client.wfs.finder.Config.sourceLayers | |
spatialContext | gws.base.search.finder.SpatialContext | 'map' | spatial context for keyword searchesgws.base.search.finder.Config.spatialContext |
templates | [gws.ext.config.template ] | feature formatting templatesgws.base.search.finder.Config.templates | |
title | str | provider titlegws.base.search.finder.Config.title | |
type | 'wfs' | object typegws.plugin.ows_client.wfs.finder.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withFilter | bool | True | enable filter searchgws.base.search.finder.Config.withFilter |
withGeometry | bool | True | enable geometry searchgws.base.search.finder.Config.withGeometry |
withKeyword | bool | True | enable keyword searchgws.base.search.finder.Config.withKeyword |
gws.plugin.ows_client.wfs.flatlayer.Config
struct
Flat WFS layer.gws.plugin.ows_client.wfs.flatlayer.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
cache | gws.base.layer.core.CacheConfig | Cache configuration.gws.base.layer.core.Config.cache | |
clientOptions | gws.base.layer.core.ClientOptions | {} | Options for the layer display in the client.gws.base.layer.core.Config.clientOptions |
cssSelector | str | Css selector for feature layers.gws.base.layer.core.Config.cssSelector | |
display | gws.LayerDisplayMode | 'box' | Layer display mode.gws.base.layer.core.Config.display |
extent | gws.Extent | Layer extent.gws.base.layer.core.Config.extent | |
extentBuffer | int | Extent buffer.gws.base.layer.core.Config.extentBuffer | |
finders | [gws.ext.config.finder ] | Search providers.gws.base.layer.core.Config.finders | |
grid | gws.base.layer.core.GridConfig | Client grid.gws.base.layer.core.Config.grid | |
imageFormat | gws.ImageFormat | 'png8' | Image format.gws.base.layer.core.Config.imageFormat |
legend | gws.ext.config.legend | Legend configuration.gws.base.layer.core.Config.legend | |
loadingStrategy | gws.FeatureLoadingStrategy | 'all' | Feature loading strategy.gws.base.layer.core.Config.loadingStrategy |
metadata | gws.Metadata | Layer metadata.gws.base.layer.core.Config.metadata | |
models | [gws.ext.config.model ] | Data models.gws.base.layer.core.Config.models | |
opacity | float | 1 | Layer opacity.gws.base.layer.core.Config.opacity |
ows | gws.base.layer.ows.Config | Configuration for OWS services.gws.base.layer.core.Config.ows | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
provider | gws.plugin.ows_client.wfs.provider.Config | WFS providergws.plugin.ows_client.wfs.flatlayer.Config.provider | |
sourceLayers | gws.gis.source.LayerFilter | source layers to usegws.plugin.ows_client.wfs.flatlayer.Config.sourceLayers | |
templates | [gws.ext.config.template ] | Layer templates.gws.base.layer.core.Config.templates | |
title | str | Layer title.gws.base.layer.core.Config.title | |
type | 'wfsflat' | object typegws.plugin.ows_client.wfs.flatlayer.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withCache | bool | False | Layer is cached.gws.base.layer.core.Config.withCache |
withLegend | bool | True | Layer has a legend.gws.base.layer.core.Config.withLegend |
withOws | bool | True | Layer is enabled for OWS services.gws.base.layer.core.Config.withOws |
withSearch | bool | True | Layer is searchable.gws.base.layer.core.Config.withSearch |
zoom | gws.gis.zoom.Config | Layer resolutions and scales.gws.base.layer.core.Config.zoom |
gws.plugin.ows_client.wfs.layer.Config
struct
gws.plugin.ows_client.wfs.layer.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
provider | gws.plugin.ows_client.wfs.provider.Config | WFS providergws.plugin.ows_client.wfs.layer.Config.provider | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
autoLayers | [gws.base.layer.core.AutoLayersOptions ] | custom configurations for automatically created layersgws.base.layer.tree.Config.autoLayers | |
cache | gws.base.layer.core.CacheConfig | Cache configuration.gws.base.layer.core.Config.cache | |
clientOptions | gws.base.layer.core.ClientOptions | {} | Options for the layer display in the client.gws.base.layer.core.Config.clientOptions |
cssSelector | str | Css selector for feature layers.gws.base.layer.core.Config.cssSelector | |
display | gws.LayerDisplayMode | 'box' | Layer display mode.gws.base.layer.core.Config.display |
excludeLayers | gws.gis.source.LayerFilter | source layers to excludegws.base.layer.tree.Config.excludeLayers | |
extent | gws.Extent | Layer extent.gws.base.layer.core.Config.extent | |
extentBuffer | int | Extent buffer.gws.base.layer.core.Config.extentBuffer | |
finders | [gws.ext.config.finder ] | Search providers.gws.base.layer.core.Config.finders | |
flattenLayers | gws.base.layer.tree.FlattenConfig | flatten the layer hierarchygws.base.layer.tree.Config.flattenLayers | |
grid | gws.base.layer.core.GridConfig | Client grid.gws.base.layer.core.Config.grid | |
imageFormat | gws.ImageFormat | 'png8' | Image format.gws.base.layer.core.Config.imageFormat |
legend | gws.ext.config.legend | Legend configuration.gws.base.layer.core.Config.legend | |
loadingStrategy | gws.FeatureLoadingStrategy | 'all' | Feature loading strategy.gws.base.layer.core.Config.loadingStrategy |
metadata | gws.Metadata | Layer metadata.gws.base.layer.core.Config.metadata | |
models | [gws.ext.config.model ] | Data models.gws.base.layer.core.Config.models | |
opacity | float | 1 | Layer opacity.gws.base.layer.core.Config.opacity |
ows | gws.base.layer.ows.Config | Configuration for OWS services.gws.base.layer.core.Config.ows | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
rootLayers | gws.gis.source.LayerFilter | source layers to use as rootsgws.base.layer.tree.Config.rootLayers | |
templates | [gws.ext.config.template ] | Layer templates.gws.base.layer.core.Config.templates | |
title | str | Layer title.gws.base.layer.core.Config.title | |
type | 'wfs' | object typegws.plugin.ows_client.wfs.layer.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withCache | bool | False | Layer is cached.gws.base.layer.core.Config.withCache |
withLegend | bool | True | Layer has a legend.gws.base.layer.core.Config.withLegend |
withOws | bool | True | Layer is enabled for OWS services.gws.base.layer.core.Config.withOws |
withSearch | bool | True | Layer is searchable.gws.base.layer.core.Config.withSearch |
zoom | gws.gis.zoom.Config | Layer resolutions and scales.gws.base.layer.core.Config.zoom |
gws.plugin.ows_client.wfs.model.Config
struct
gws.plugin.ows_client.wfs.model.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
excludeColumns | [str ] | exclude columns names from autoloadgws.base.model.core.Config.excludeColumns | |
fields | [gws.ext.config.modelField ] | model fieldsgws.base.model.core.Config.fields | |
isEditable | bool | False | this model is editablegws.base.model.core.Config.isEditable |
loadingStrategy | gws.FeatureLoadingStrategy | loading strategy for featuresgws.base.model.core.Config.loadingStrategy | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
provider | gws.plugin.ows_client.wfs.provider.Config | WFS providergws.plugin.ows_client.wfs.model.Config.provider | |
sort | [gws.SortOptions ] | default sortinggws.base.model.core.Config.sort | |
sourceLayers | gws.gis.source.LayerFilter | Source layers to search for.gws.plugin.ows_client.wfs.model.Config.sourceLayers | |
tableViewColumns | [gws.base.model.core.TableViewColumn ] | fields to include in the table viewgws.base.model.core.Config.tableViewColumns | |
templates | [gws.ext.config.template ] | feature templatesgws.base.model.core.Config.templates | |
title | str | model titlegws.base.model.core.Config.title | |
type | 'wfs' | object typegws.plugin.ows_client.wfs.model.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withAutoFields | bool | False | autoload non-configured model fields from the sourcegws.base.model.core.Config.withAutoFields |
withTableView | bool | True | enable table view for this modelgws.base.model.core.Config.withTableView |
gws.plugin.ows_client.wfs.provider.Config
struct
gws.plugin.ows_client.wfs.provider.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
url | gws.Url | Service url.gws.base.ows.client.provider.Config.url | |
alwaysXY | bool | False | Force XY orientation for lat/lon projections.gws.base.ows.client.provider.Config.alwaysXY |
authorization | gws.base.ows.client.provider.AuthorizationConfig | Service authorization.neu: 8.1 gws.base.ows.client.provider.Config.authorization | |
capsCacheMaxAge | gws.Duration | '1d' | Max cache age for capabilities documents.gws.base.ows.client.provider.Config.capsCacheMaxAge |
forceCrs | gws.CrsName | Use this CRS for requests.gws.base.ows.client.provider.Config.forceCrs | |
maxRequests | int | 0 | Max concurrent requests to this source.gws.base.ows.client.provider.Config.maxRequests |
operations | [gws.base.ows.client.provider.OperationConfig ] | Override operations reported in capabilities.gws.base.ows.client.provider.Config.operations | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withBboxCrs | bool | Add CRS to bbox request parameters.neu: 8.1 gws.plugin.ows_client.wfs.provider.Config.withBboxCrs |
gws.plugin.ows_client.wms.finder.Config
struct
gws.plugin.ows_client.wms.finder.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
models | [gws.ext.config.model ] | data models for featuresgws.base.search.finder.Config.models | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
provider | gws.plugin.ows_client.wms.provider.Config | Provider configuration.gws.plugin.ows_client.wms.finder.Config.provider | |
sourceLayers | gws.gis.source.LayerFilter | Source layers to search for.gws.plugin.ows_client.wms.finder.Config.sourceLayers | |
spatialContext | gws.base.search.finder.SpatialContext | 'map' | spatial context for keyword searchesgws.base.search.finder.Config.spatialContext |
templates | [gws.ext.config.template ] | feature formatting templatesgws.base.search.finder.Config.templates | |
title | str | provider titlegws.base.search.finder.Config.title | |
type | 'wms' | object typegws.plugin.ows_client.wms.finder.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withFilter | bool | True | enable filter searchgws.base.search.finder.Config.withFilter |
withGeometry | bool | True | enable geometry searchgws.base.search.finder.Config.withGeometry |
withKeyword | bool | True | enable keyword searchgws.base.search.finder.Config.withKeyword |
gws.plugin.ows_client.wms.flatlayer.Config
struct
Flat WMS layer.gws.plugin.ows_client.wms.flatlayer.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
cache | gws.base.layer.core.CacheConfig | Cache configuration.gws.base.layer.core.Config.cache | |
clientOptions | gws.base.layer.core.ClientOptions | {} | Options for the layer display in the client.gws.base.layer.core.Config.clientOptions |
cssSelector | str | Css selector for feature layers.gws.base.layer.core.Config.cssSelector | |
display | gws.LayerDisplayMode | 'box' | Layer display mode.gws.base.layer.core.Config.display |
extent | gws.Extent | Layer extent.gws.base.layer.core.Config.extent | |
extentBuffer | int | Extent buffer.gws.base.layer.core.Config.extentBuffer | |
finders | [gws.ext.config.finder ] | Search providers.gws.base.layer.core.Config.finders | |
grid | gws.base.layer.core.GridConfig | Client grid.gws.base.layer.core.Config.grid | |
imageFormat | gws.ImageFormat | 'png8' | Image format.gws.base.layer.core.Config.imageFormat |
legend | gws.ext.config.legend | Legend configuration.gws.base.layer.core.Config.legend | |
loadingStrategy | gws.FeatureLoadingStrategy | 'all' | Feature loading strategy.gws.base.layer.core.Config.loadingStrategy |
metadata | gws.Metadata | Layer metadata.gws.base.layer.core.Config.metadata | |
models | [gws.ext.config.model ] | Data models.gws.base.layer.core.Config.models | |
opacity | float | 1 | Layer opacity.gws.base.layer.core.Config.opacity |
ows | gws.base.layer.ows.Config | Configuration for OWS services.gws.base.layer.core.Config.ows | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
provider | gws.plugin.ows_client.wms.provider.Config | WMS providergws.plugin.ows_client.wms.flatlayer.Config.provider | |
sourceLayers | gws.gis.source.LayerFilter | source layers to usegws.plugin.ows_client.wms.flatlayer.Config.sourceLayers | |
templates | [gws.ext.config.template ] | Layer templates.gws.base.layer.core.Config.templates | |
title | str | Layer title.gws.base.layer.core.Config.title | |
type | 'wmsflat' | object typegws.plugin.ows_client.wms.flatlayer.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withCache | bool | False | Layer is cached.gws.base.layer.core.Config.withCache |
withLegend | bool | True | Layer has a legend.gws.base.layer.core.Config.withLegend |
withOws | bool | True | Layer is enabled for OWS services.gws.base.layer.core.Config.withOws |
withSearch | bool | True | Layer is searchable.gws.base.layer.core.Config.withSearch |
zoom | gws.gis.zoom.Config | Layer resolutions and scales.gws.base.layer.core.Config.zoom |
gws.plugin.ows_client.wms.layer.Config
struct
gws.plugin.ows_client.wms.layer.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
provider | gws.plugin.ows_client.wms.provider.Config | WMS providergws.plugin.ows_client.wms.layer.Config.provider | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
autoLayers | [gws.base.layer.core.AutoLayersOptions ] | custom configurations for automatically created layersgws.base.layer.tree.Config.autoLayers | |
cache | gws.base.layer.core.CacheConfig | Cache configuration.gws.base.layer.core.Config.cache | |
clientOptions | gws.base.layer.core.ClientOptions | {} | Options for the layer display in the client.gws.base.layer.core.Config.clientOptions |
cssSelector | str | Css selector for feature layers.gws.base.layer.core.Config.cssSelector | |
display | gws.LayerDisplayMode | 'box' | Layer display mode.gws.base.layer.core.Config.display |
excludeLayers | gws.gis.source.LayerFilter | source layers to excludegws.base.layer.tree.Config.excludeLayers | |
extent | gws.Extent | Layer extent.gws.base.layer.core.Config.extent | |
extentBuffer | int | Extent buffer.gws.base.layer.core.Config.extentBuffer | |
finders | [gws.ext.config.finder ] | Search providers.gws.base.layer.core.Config.finders | |
flattenLayers | gws.base.layer.tree.FlattenConfig | flatten the layer hierarchygws.base.layer.tree.Config.flattenLayers | |
grid | gws.base.layer.core.GridConfig | Client grid.gws.base.layer.core.Config.grid | |
imageFormat | gws.ImageFormat | 'png8' | Image format.gws.base.layer.core.Config.imageFormat |
legend | gws.ext.config.legend | Legend configuration.gws.base.layer.core.Config.legend | |
loadingStrategy | gws.FeatureLoadingStrategy | 'all' | Feature loading strategy.gws.base.layer.core.Config.loadingStrategy |
metadata | gws.Metadata | Layer metadata.gws.base.layer.core.Config.metadata | |
models | [gws.ext.config.model ] | Data models.gws.base.layer.core.Config.models | |
opacity | float | 1 | Layer opacity.gws.base.layer.core.Config.opacity |
ows | gws.base.layer.ows.Config | Configuration for OWS services.gws.base.layer.core.Config.ows | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
rootLayers | gws.gis.source.LayerFilter | source layers to use as rootsgws.base.layer.tree.Config.rootLayers | |
templates | [gws.ext.config.template ] | Layer templates.gws.base.layer.core.Config.templates | |
title | str | Layer title.gws.base.layer.core.Config.title | |
type | 'wms' | object typegws.plugin.ows_client.wms.layer.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withCache | bool | False | Layer is cached.gws.base.layer.core.Config.withCache |
withLegend | bool | True | Layer has a legend.gws.base.layer.core.Config.withLegend |
withOws | bool | True | Layer is enabled for OWS services.gws.base.layer.core.Config.withOws |
withSearch | bool | True | Layer is searchable.gws.base.layer.core.Config.withSearch |
zoom | gws.gis.zoom.Config | Layer resolutions and scales.gws.base.layer.core.Config.zoom |
gws.plugin.ows_client.wms.model.Config
struct
gws.plugin.ows_client.wms.model.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
excludeColumns | [str ] | exclude columns names from autoloadgws.base.model.core.Config.excludeColumns | |
fields | [gws.ext.config.modelField ] | model fieldsgws.base.model.core.Config.fields | |
isEditable | bool | False | this model is editablegws.base.model.core.Config.isEditable |
loadingStrategy | gws.FeatureLoadingStrategy | loading strategy for featuresgws.base.model.core.Config.loadingStrategy | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
provider | gws.plugin.ows_client.wms.provider.Config | WMS providergws.plugin.ows_client.wms.model.Config.provider | |
sort | [gws.SortOptions ] | default sortinggws.base.model.core.Config.sort | |
sourceLayers | gws.gis.source.LayerFilter | Source layers to search for.gws.plugin.ows_client.wms.model.Config.sourceLayers | |
tableViewColumns | [gws.base.model.core.TableViewColumn ] | fields to include in the table viewgws.base.model.core.Config.tableViewColumns | |
templates | [gws.ext.config.template ] | feature templatesgws.base.model.core.Config.templates | |
title | str | model titlegws.base.model.core.Config.title | |
type | 'wms' | object typegws.plugin.ows_client.wms.model.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withAutoFields | bool | False | autoload non-configured model fields from the sourcegws.base.model.core.Config.withAutoFields |
withTableView | bool | True | enable table view for this modelgws.base.model.core.Config.withTableView |
gws.plugin.ows_client.wms.provider.Config
struct
gws.plugin.ows_client.wms.provider.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
url | gws.Url | Service url.gws.base.ows.client.provider.Config.url | |
alwaysXY | bool | False | Force XY orientation for lat/lon projections.gws.base.ows.client.provider.Config.alwaysXY |
authorization | gws.base.ows.client.provider.AuthorizationConfig | Service authorization.neu: 8.1 gws.base.ows.client.provider.Config.authorization | |
bottomFirst | bool | False | true if layers are listed from bottom to topgws.plugin.ows_client.wms.provider.Config.bottomFirst |
capsCacheMaxAge | gws.Duration | '1d' | Max cache age for capabilities documents.gws.base.ows.client.provider.Config.capsCacheMaxAge |
forceCrs | gws.CrsName | Use this CRS for requests.gws.base.ows.client.provider.Config.forceCrs | |
maxRequests | int | 0 | Max concurrent requests to this source.gws.base.ows.client.provider.Config.maxRequests |
operations | [gws.base.ows.client.provider.OperationConfig ] | Override operations reported in capabilities.gws.base.ows.client.provider.Config.operations | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.ows_client.wmts.layer.Config
struct
WMTS layergws.plugin.ows_client.wmts.layer.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
provider | gws.plugin.ows_client.wmts.provider.Config | WMTS providergws.plugin.ows_client.wmts.layer.Config.provider | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
cache | gws.base.layer.core.CacheConfig | Cache configuration.gws.base.layer.core.Config.cache | |
clientOptions | gws.base.layer.core.ClientOptions | {} | Options for the layer display in the client.gws.base.layer.core.Config.clientOptions |
cssSelector | str | Css selector for feature layers.gws.base.layer.core.Config.cssSelector | |
display | gws.LayerDisplayMode | 'tile' | layer display modegws.plugin.ows_client.wmts.layer.Config.display |
extent | gws.Extent | Layer extent.gws.base.layer.core.Config.extent | |
extentBuffer | int | Extent buffer.gws.base.layer.core.Config.extentBuffer | |
finders | [gws.ext.config.finder ] | Search providers.gws.base.layer.core.Config.finders | |
grid | gws.base.layer.core.GridConfig | Client grid.gws.base.layer.core.Config.grid | |
imageFormat | gws.ImageFormat | 'png8' | Image format.gws.base.layer.core.Config.imageFormat |
legend | gws.ext.config.legend | Legend configuration.gws.base.layer.core.Config.legend | |
loadingStrategy | gws.FeatureLoadingStrategy | 'all' | Feature loading strategy.gws.base.layer.core.Config.loadingStrategy |
metadata | gws.Metadata | Layer metadata.gws.base.layer.core.Config.metadata | |
models | [gws.ext.config.model ] | Data models.gws.base.layer.core.Config.models | |
opacity | float | 1 | Layer opacity.gws.base.layer.core.Config.opacity |
ows | gws.base.layer.ows.Config | Configuration for OWS services.gws.base.layer.core.Config.ows | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
sourceLayers | gws.gis.source.LayerFilter | source layer filtergws.plugin.ows_client.wmts.layer.Config.sourceLayers | |
style | str | WMTS style namegws.plugin.ows_client.wmts.layer.Config.style | |
templates | [gws.ext.config.template ] | Layer templates.gws.base.layer.core.Config.templates | |
title | str | Layer title.gws.base.layer.core.Config.title | |
type | 'wmts' | object typegws.plugin.ows_client.wmts.layer.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withCache | bool | False | Layer is cached.gws.base.layer.core.Config.withCache |
withLegend | bool | True | Layer has a legend.gws.base.layer.core.Config.withLegend |
withOws | bool | True | Layer is enabled for OWS services.gws.base.layer.core.Config.withOws |
withSearch | bool | True | Layer is searchable.gws.base.layer.core.Config.withSearch |
zoom | gws.gis.zoom.Config | Layer resolutions and scales.gws.base.layer.core.Config.zoom |
gws.plugin.ows_client.wmts.provider.Config
struct
gws.plugin.ows_client.wmts.provider.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
url | gws.Url | Service url.gws.base.ows.client.provider.Config.url | |
alwaysXY | bool | False | Force XY orientation for lat/lon projections.gws.base.ows.client.provider.Config.alwaysXY |
authorization | gws.base.ows.client.provider.AuthorizationConfig | Service authorization.neu: 8.1 gws.base.ows.client.provider.Config.authorization | |
capsCacheMaxAge | gws.Duration | '1d' | Max cache age for capabilities documents.gws.base.ows.client.provider.Config.capsCacheMaxAge |
forceCrs | gws.CrsName | Use this CRS for requests.gws.base.ows.client.provider.Config.forceCrs | |
grid | gws.base.layer.core.GridConfig | source gridgws.plugin.ows_client.wmts.provider.Config.grid | |
maxRequests | int | 0 | Max concurrent requests to this source.gws.base.ows.client.provider.Config.maxRequests |
operations | [gws.base.ows.client.provider.OperationConfig ] | Override operations reported in capabilities.gws.base.ows.client.provider.Config.operations | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.ows_server.wfs.Config
struct
WFS Service configurationgws.plugin.ows_server.wfs.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
defaultFeatureCount | int | 1000 | Default number of features per page.gws.base.ows.server.service.Config.defaultFeatureCount |
extent | gws.Extent | Service extent.gws.base.ows.server.service.Config.extent | |
imageFormats | [gws.base.ows.server.service.ImageFormatConfig ] | Supported image formats.neu: 8.1 gws.base.ows.server.service.Config.imageFormats | |
maxFeatureCount | int | 10000 | Max number of features per page.neu: 8.1 gws.base.ows.server.service.Config.maxFeatureCount |
metadata | gws.Metadata | Service metadata.gws.base.ows.server.service.Config.metadata | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
rootLayerUid | str | Root layer uid.gws.base.ows.server.service.Config.rootLayerUid | |
searchLimit | int | 10000 | Search limit.veraltet: 8.1 gws.base.ows.server.service.Config.searchLimit |
searchTolerance | gws.UomValueStr | '10px' | Search pixel tolerance.gws.base.ows.server.service.Config.searchTolerance |
supportedCrs | [gws.CrsName ] | List of CRS supported by this service.gws.base.ows.server.service.Config.supportedCrs | |
templates | [gws.ext.config.template ] | XML and HTML templates.gws.base.ows.server.service.Config.templates | |
type | 'wfs' | object typegws.plugin.ows_server.wfs.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
updateSequence | str | Service update sequence.gws.base.ows.server.service.Config.updateSequence | |
withInspireMeta | bool | False | Emit INSPIRE Metadata.gws.base.ows.server.service.Config.withInspireMeta |
withStrictParams | bool | False | Use strict params checking.gws.base.ows.server.service.Config.withStrictParams |
gws.plugin.ows_server.wms.Config
struct
WMS Service configurationgws.plugin.ows_server.wms.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
defaultFeatureCount | int | 1000 | Default number of features per page.gws.base.ows.server.service.Config.defaultFeatureCount |
extent | gws.Extent | Service extent.gws.base.ows.server.service.Config.extent | |
imageFormats | [gws.base.ows.server.service.ImageFormatConfig ] | Supported image formats.neu: 8.1 gws.base.ows.server.service.Config.imageFormats | |
layerLimit | int | 0 | WMS LayerLimit.neu: 8.1 gws.plugin.ows_server.wms.Config.layerLimit |
maxFeatureCount | int | 10000 | Max number of features per page.neu: 8.1 gws.base.ows.server.service.Config.maxFeatureCount |
maxPixelSize | int | 0 | WMS MaxWidth/MaxHeight value.neu: 8.1 gws.plugin.ows_server.wms.Config.maxPixelSize |
metadata | gws.Metadata | Service metadata.gws.base.ows.server.service.Config.metadata | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
rootLayerUid | str | Root layer uid.gws.base.ows.server.service.Config.rootLayerUid | |
searchLimit | int | 10000 | Search limit.veraltet: 8.1 gws.base.ows.server.service.Config.searchLimit |
searchTolerance | gws.UomValueStr | '10px' | Search pixel tolerance.gws.base.ows.server.service.Config.searchTolerance |
supportedCrs | [gws.CrsName ] | List of CRS supported by this service.gws.base.ows.server.service.Config.supportedCrs | |
templates | [gws.ext.config.template ] | XML and HTML templates.gws.base.ows.server.service.Config.templates | |
type | 'wms' | object typegws.plugin.ows_server.wms.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
updateSequence | str | Service update sequence.gws.base.ows.server.service.Config.updateSequence | |
withInspireMeta | bool | False | Emit INSPIRE Metadata.gws.base.ows.server.service.Config.withInspireMeta |
withStrictParams | bool | False | Use strict params checking.gws.base.ows.server.service.Config.withStrictParams |
gws.plugin.ows_server.wmts.Config
struct
WMTS Service configurationgws.plugin.ows_server.wmts.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
defaultFeatureCount | int | 1000 | Default number of features per page.gws.base.ows.server.service.Config.defaultFeatureCount |
extent | gws.Extent | Service extent.gws.base.ows.server.service.Config.extent | |
imageFormats | [gws.base.ows.server.service.ImageFormatConfig ] | Supported image formats.neu: 8.1 gws.base.ows.server.service.Config.imageFormats | |
maxFeatureCount | int | 10000 | Max number of features per page.neu: 8.1 gws.base.ows.server.service.Config.maxFeatureCount |
metadata | gws.Metadata | Service metadata.gws.base.ows.server.service.Config.metadata | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
rootLayerUid | str | Root layer uid.gws.base.ows.server.service.Config.rootLayerUid | |
searchLimit | int | 10000 | Search limit.veraltet: 8.1 gws.base.ows.server.service.Config.searchLimit |
searchTolerance | gws.UomValueStr | '10px' | Search pixel tolerance.gws.base.ows.server.service.Config.searchTolerance |
supportedCrs | [gws.CrsName ] | List of CRS supported by this service.gws.base.ows.server.service.Config.supportedCrs | |
templates | [gws.ext.config.template ] | XML and HTML templates.gws.base.ows.server.service.Config.templates | |
type | 'wmts' | object typegws.plugin.ows_server.wmts.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
updateSequence | str | Service update sequence.gws.base.ows.server.service.Config.updateSequence | |
withInspireMeta | bool | False | Emit INSPIRE Metadata.gws.base.ows.server.service.Config.withInspireMeta |
withStrictParams | bool | False | Use strict params checking.gws.base.ows.server.service.Config.withStrictParams |
gws.plugin.postgres.auth_provider.Config
struct
Postgres authorization provider.neu: 8.1
gws.plugin.postgres.auth_provider.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
authorizationSql | str | Authorization SQL statementgws.base.auth.sql_provider.Config.authorizationSql | |
getUserSql | str | User data SQL statementgws.base.auth.sql_provider.Config.getUserSql | |
allowedMethods | [str ] | Optionales Einschränken der Authentifizierungsmethoden, falls dieser Provider nicht für alle Methoden gültig sein soll. | |
dbUid | str | Database provider uidgws.base.auth.sql_provider.Config.dbUid | |
type | 'postgres' | object typegws.plugin.postgres.auth_provider.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.postgres.finder.Config
struct
Database-based searchgws.plugin.postgres.finder.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
tableName | str | sql table namegws.plugin.postgres.finder.Config.tableName | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
dbUid | str | database provider uidgws.plugin.postgres.finder.Config.dbUid | |
models | [gws.ext.config.model ] | data models for featuresgws.base.search.finder.Config.models | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
spatialContext | gws.base.search.finder.SpatialContext | 'map' | spatial context for keyword searchesgws.base.search.finder.Config.spatialContext |
templates | [gws.ext.config.template ] | feature formatting templatesgws.base.search.finder.Config.templates | |
title | str | provider titlegws.base.search.finder.Config.title | |
type | 'postgres' | object typegws.plugin.postgres.finder.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withFilter | bool | True | enable filter searchgws.base.search.finder.Config.withFilter |
withGeometry | bool | True | enable geometry searchgws.base.search.finder.Config.withGeometry |
withKeyword | bool | True | enable keyword searchgws.base.search.finder.Config.withKeyword |
gws.plugin.postgres.layer.Config
struct
Postgres layergws.plugin.postgres.layer.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
tableName | str | sql table namegws.base.database.layer.Config.tableName | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
cache | gws.base.layer.core.CacheConfig | Cache configuration.gws.base.layer.core.Config.cache | |
clientOptions | gws.base.layer.core.ClientOptions | {} | Options for the layer display in the client.gws.base.layer.core.Config.clientOptions |
cssSelector | str | Css selector for feature layers.gws.base.layer.core.Config.cssSelector | |
dbUid | str | Database provider uidgws.base.database.layer.Config.dbUid | |
display | gws.LayerDisplayMode | 'box' | Layer display mode.gws.base.layer.core.Config.display |
extent | gws.Extent | Layer extent.gws.base.layer.core.Config.extent | |
extentBuffer | int | Extent buffer.gws.base.layer.core.Config.extentBuffer | |
finders | [gws.ext.config.finder ] | Search providers.gws.base.layer.core.Config.finders | |
grid | gws.base.layer.core.GridConfig | Client grid.gws.base.layer.core.Config.grid | |
imageFormat | gws.ImageFormat | 'png8' | Image format.gws.base.layer.core.Config.imageFormat |
legend | gws.ext.config.legend | Legend configuration.gws.base.layer.core.Config.legend | |
loadingStrategy | gws.FeatureLoadingStrategy | 'all' | Feature loading strategy.gws.base.layer.core.Config.loadingStrategy |
metadata | gws.Metadata | Layer metadata.gws.base.layer.core.Config.metadata | |
models | [gws.ext.config.model ] | Data models.gws.base.layer.core.Config.models | |
opacity | float | 1 | Layer opacity.gws.base.layer.core.Config.opacity |
ows | gws.base.layer.ows.Config | Configuration for OWS services.gws.base.layer.core.Config.ows | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
templates | [gws.ext.config.template ] | Layer templates.gws.base.layer.core.Config.templates | |
title | str | Layer title.gws.base.layer.core.Config.title | |
type | 'postgres' | object typegws.plugin.postgres.layer.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withCache | bool | False | Layer is cached.gws.base.layer.core.Config.withCache |
withLegend | bool | True | Layer has a legend.gws.base.layer.core.Config.withLegend |
withOws | bool | True | Layer is enabled for OWS services.gws.base.layer.core.Config.withOws |
withSearch | bool | True | Layer is searchable.gws.base.layer.core.Config.withSearch |
zoom | gws.gis.zoom.Config | Layer resolutions and scales.gws.base.layer.core.Config.zoom |
gws.plugin.postgres.model.Config
struct
gws.plugin.postgres.model.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
dbUid | str | Eindeutige Beschreibung des Datenbank Providers | |
excludeColumns | [str ] | exclude columns names from autoloadgws.base.model.core.Config.excludeColumns | |
fields | [gws.ext.config.modelField ] | model fieldsgws.base.model.core.Config.fields | |
isEditable | bool | False | this model is editablegws.base.model.core.Config.isEditable |
loadingStrategy | gws.FeatureLoadingStrategy | loading strategy for featuresgws.base.model.core.Config.loadingStrategy | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
sort | [gws.SortOptions ] | default sortinggws.base.model.core.Config.sort | |
sqlFilter | str | extra SQL filtergws.base.database.model.Config.sqlFilter | |
tableName | str | table name for the modelgws.base.database.model.Config.tableName | |
tableViewColumns | [gws.base.model.core.TableViewColumn ] | fields to include in the table viewgws.base.model.core.Config.tableViewColumns | |
templates | [gws.ext.config.template ] | feature templatesgws.base.model.core.Config.templates | |
title | str | model titlegws.base.model.core.Config.title | |
type | 'postgres' | object typegws.plugin.postgres.model.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withAutoFields | bool | False | autoload non-configured model fields from the sourcegws.base.model.core.Config.withAutoFields |
withTableView | bool | True | enable table view for this modelgws.base.model.core.Config.withTableView |
gws.plugin.postgres.provider.Config
struct
Postgres/Postgis database providergws.plugin.postgres.provider.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
database | str | Database name.gws.plugin.postgres.provider.Config.database | |
host | str | Database host.gws.plugin.postgres.provider.Config.host | |
options | dict | Libpq connection options.gws.plugin.postgres.provider.Config.options | |
password | str | Password.gws.plugin.postgres.provider.Config.password | |
pool | dict | Options for connection pooling.gws.plugin.postgres.provider.Config.pool | |
port | int | 5432 | Database port.gws.plugin.postgres.provider.Config.port |
schemaCacheLifeTime | gws.Duration | 3600 | life time for schema cachesgws.base.database.provider.Config.schemaCacheLifeTime |
serviceName | str | Service name from pg_services file.gws.plugin.postgres.provider.Config.serviceName | |
type | 'postgres' | object typegws.plugin.postgres.provider.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
username | str | Username.gws.plugin.postgres.provider.Config.username |
gws.plugin.qfield.action.Config
struct
QField action.neu: 8.1
gws.plugin.qfield.action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
packages | [gws.plugin.qfield.core.PackageConfig ] | gws.plugin.qfield.action.Config.packages | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
type | 'qfield' | object typegws.plugin.qfield.action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withDbInDCIM | bool | False | gws.plugin.qfield.action.Config.withDbInDCIM |
withSerialPrefix | bool | False | gws.plugin.qfield.action.Config.withSerialPrefix |
gws.plugin.qfield.core.PackageConfig
struct
gws.plugin.qfield.core.PackageConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
qgisProvider | gws.plugin.qgis.provider.Config | QGis provider settings.gws.plugin.qfield.core.PackageConfig.qgisProvider | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
mapCacheLifeTime | gws.Duration | 0 | Cache life time for base map layers.gws.plugin.qfield.core.PackageConfig.mapCacheLifeTime |
models | [gws.ext.config.model ] | Data models.gws.plugin.qfield.core.PackageConfig.models | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.qgis.finder.Config
struct
gws.plugin.qgis.finder.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
models | [gws.ext.config.model ] | data models for featuresgws.base.search.finder.Config.models | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
provider | gws.plugin.qgis.provider.Config | Provider configuration.gws.plugin.qgis.finder.Config.provider | |
sourceLayers | gws.gis.source.LayerFilter | Source layers to search for.gws.plugin.qgis.finder.Config.sourceLayers | |
spatialContext | gws.base.search.finder.SpatialContext | 'map' | spatial context for keyword searchesgws.base.search.finder.Config.spatialContext |
templates | [gws.ext.config.template ] | feature formatting templatesgws.base.search.finder.Config.templates | |
title | str | provider titlegws.base.search.finder.Config.title | |
type | 'qgis' | object typegws.plugin.qgis.finder.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withFilter | bool | True | enable filter searchgws.base.search.finder.Config.withFilter |
withGeometry | bool | True | enable geometry searchgws.base.search.finder.Config.withGeometry |
withKeyword | bool | True | enable keyword searchgws.base.search.finder.Config.withKeyword |
gws.plugin.qgis.flatlayer.Config
struct
Flat Qgis layergws.plugin.qgis.flatlayer.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
cache | gws.base.layer.core.CacheConfig | Cache configuration.gws.base.layer.core.Config.cache | |
clientOptions | gws.base.layer.core.ClientOptions | {} | Options for the layer display in the client.gws.base.layer.core.Config.clientOptions |
cssSelector | str | Css selector for feature layers.gws.base.layer.core.Config.cssSelector | |
display | gws.LayerDisplayMode | 'box' | Layer display mode.gws.base.layer.core.Config.display |
extent | gws.Extent | Layer extent.gws.base.layer.core.Config.extent | |
extentBuffer | int | Extent buffer.gws.base.layer.core.Config.extentBuffer | |
finders | [gws.ext.config.finder ] | Search providers.gws.base.layer.core.Config.finders | |
grid | gws.base.layer.core.GridConfig | Client grid.gws.base.layer.core.Config.grid | |
imageFormat | gws.ImageFormat | 'png8' | Image format.gws.base.layer.core.Config.imageFormat |
legend | gws.ext.config.legend | Legend configuration.gws.base.layer.core.Config.legend | |
loadingStrategy | gws.FeatureLoadingStrategy | 'all' | Feature loading strategy.gws.base.layer.core.Config.loadingStrategy |
metadata | gws.Metadata | Layer metadata.gws.base.layer.core.Config.metadata | |
models | [gws.ext.config.model ] | Data models.gws.base.layer.core.Config.models | |
opacity | float | 1 | Layer opacity.gws.base.layer.core.Config.opacity |
ows | gws.base.layer.ows.Config | Configuration for OWS services.gws.base.layer.core.Config.ows | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
provider | gws.plugin.qgis.provider.Config | qgis providergws.plugin.qgis.flatlayer.Config.provider | |
sourceLayers | gws.gis.source.LayerFilter | source layers to usegws.plugin.qgis.flatlayer.Config.sourceLayers | |
templates | [gws.ext.config.template ] | Layer templates.gws.base.layer.core.Config.templates | |
title | str | Layer title.gws.base.layer.core.Config.title | |
type | 'qgisflat' | object typegws.plugin.qgis.flatlayer.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withCache | bool | False | Layer is cached.gws.base.layer.core.Config.withCache |
withLegend | bool | True | Layer has a legend.gws.base.layer.core.Config.withLegend |
withOws | bool | True | Layer is enabled for OWS services.gws.base.layer.core.Config.withOws |
withSearch | bool | True | Layer is searchable.gws.base.layer.core.Config.withSearch |
zoom | gws.gis.zoom.Config | Layer resolutions and scales.gws.base.layer.core.Config.zoom |
gws.plugin.qgis.layer.Config
struct
gws.plugin.qgis.layer.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
autoLayers | [gws.base.layer.core.AutoLayersOptions ] | custom configurations for automatically created layersgws.base.layer.tree.Config.autoLayers | |
cache | gws.base.layer.core.CacheConfig | Cache configuration.gws.base.layer.core.Config.cache | |
clientOptions | gws.base.layer.core.ClientOptions | {} | Options for the layer display in the client.gws.base.layer.core.Config.clientOptions |
cssSelector | str | Css selector for feature layers.gws.base.layer.core.Config.cssSelector | |
display | gws.LayerDisplayMode | 'box' | Layer display mode.gws.base.layer.core.Config.display |
excludeLayers | gws.gis.source.LayerFilter | source layers to excludegws.base.layer.tree.Config.excludeLayers | |
extent | gws.Extent | Layer extent.gws.base.layer.core.Config.extent | |
extentBuffer | int | Extent buffer.gws.base.layer.core.Config.extentBuffer | |
finders | [gws.ext.config.finder ] | Search providers.gws.base.layer.core.Config.finders | |
flattenLayers | gws.base.layer.tree.FlattenConfig | flatten the layer hierarchygws.base.layer.tree.Config.flattenLayers | |
grid | gws.base.layer.core.GridConfig | Client grid.gws.base.layer.core.Config.grid | |
imageFormat | gws.ImageFormat | 'png8' | Image format.gws.base.layer.core.Config.imageFormat |
legend | gws.ext.config.legend | Legend configuration.gws.base.layer.core.Config.legend | |
loadingStrategy | gws.FeatureLoadingStrategy | 'all' | Feature loading strategy.gws.base.layer.core.Config.loadingStrategy |
metadata | gws.Metadata | Layer metadata.gws.base.layer.core.Config.metadata | |
models | [gws.ext.config.model ] | Data models.gws.base.layer.core.Config.models | |
opacity | float | 1 | Layer opacity.gws.base.layer.core.Config.opacity |
ows | gws.base.layer.ows.Config | Configuration for OWS services.gws.base.layer.core.Config.ows | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
provider | gws.plugin.qgis.provider.Config | qgis providergws.plugin.qgis.layer.Config.provider | |
rootLayers | gws.gis.source.LayerFilter | source layers to use as rootsgws.base.layer.tree.Config.rootLayers | |
templates | [gws.ext.config.template ] | Layer templates.gws.base.layer.core.Config.templates | |
title | str | Layer title.gws.base.layer.core.Config.title | |
type | 'qgis' | object typegws.plugin.qgis.layer.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withCache | bool | False | Layer is cached.gws.base.layer.core.Config.withCache |
withLegend | bool | True | Layer has a legend.gws.base.layer.core.Config.withLegend |
withOws | bool | True | Layer is enabled for OWS services.gws.base.layer.core.Config.withOws |
withSearch | bool | True | Layer is searchable.gws.base.layer.core.Config.withSearch |
zoom | gws.gis.zoom.Config | Layer resolutions and scales.gws.base.layer.core.Config.zoom |
gws.plugin.qgis.legend.Config
struct
Qgis legendgws.plugin.qgis.legend.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
cacheMaxAge | gws.Duration | '1d' | max cache age for remote legendsgws.base.legend.core.Config.cacheMaxAge |
options | dict | provider-dependent legend optionsgws.base.legend.core.Config.options | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
provider | gws.plugin.qgis.provider.Config | qgis providergws.plugin.qgis.legend.Config.provider | |
sourceLayers | gws.gis.source.LayerFilter | source layers to usegws.plugin.qgis.legend.Config.sourceLayers | |
type | 'qgis' | object typegws.plugin.qgis.legend.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.qgis.model.Config
struct
gws.plugin.qgis.model.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
excludeColumns | [str ] | exclude columns names from autoloadgws.base.model.core.Config.excludeColumns | |
fields | [gws.ext.config.modelField ] | model fieldsgws.base.model.core.Config.fields | |
isEditable | bool | False | this model is editablegws.base.model.core.Config.isEditable |
loadingStrategy | gws.FeatureLoadingStrategy | loading strategy for featuresgws.base.model.core.Config.loadingStrategy | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
provider | gws.plugin.qgis.provider.Config | WMS providergws.plugin.qgis.model.Config.provider | |
sort | [gws.SortOptions ] | default sortinggws.base.model.core.Config.sort | |
sourceLayers | gws.gis.source.LayerFilter | Source layers to search for.gws.plugin.qgis.model.Config.sourceLayers | |
tableViewColumns | [gws.base.model.core.TableViewColumn ] | fields to include in the table viewgws.base.model.core.Config.tableViewColumns | |
templates | [gws.ext.config.template ] | feature templatesgws.base.model.core.Config.templates | |
title | str | model titlegws.base.model.core.Config.title | |
type | 'qgis' | object typegws.plugin.qgis.model.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withAutoFields | bool | False | autoload non-configured model fields from the sourcegws.base.model.core.Config.withAutoFields |
withTableView | bool | True | enable table view for this modelgws.base.model.core.Config.withTableView |
gws.plugin.qgis.provider.Config
struct
gws.plugin.qgis.provider.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
dbUid | str | Qgis project databasegws.plugin.qgis.provider.Config.dbUid | |
defaultLegendOptions | dict | Default options for qgis legends.neu: 8.1 gws.plugin.qgis.provider.Config.defaultLegendOptions | |
directRender | [str ] | QGIS data providers that should be rendered directlygws.plugin.qgis.provider.Config.directRender | |
directSearch | [str ] | QGIS data providers that should be searched directlygws.plugin.qgis.provider.Config.directSearch | |
forceCrs | gws.CrsName | use this CRS for requestsgws.plugin.qgis.provider.Config.forceCrs | |
path | gws.FilePath | Qgis project filegws.plugin.qgis.provider.Config.path | |
projectName | str | Qgis project namegws.plugin.qgis.provider.Config.projectName | |
schema | str | Qgis project schemagws.plugin.qgis.provider.Config.schema | |
sqlFilters | dict | per-layer sql filtersgws.plugin.qgis.provider.Config.sqlFilters | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.qgis.template.Config
struct
gws.plugin.qgis.template.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
cssPath | gws.FilePath | css filegws.plugin.qgis.template.Config.cssPath | |
index | int | template indexgws.plugin.qgis.template.Config.index | |
mapPosition | gws.UomSizeStr | position for the main mapgws.plugin.qgis.template.Config.mapPosition | |
mapSize | gws.UomSizeStr | map sizegws.base.template.core.Config.mapSize | |
mimeTypes | [str ] | mime types this template can generategws.base.template.core.Config.mimeTypes | |
pageMargin | gws.UomExtentStr | page margingws.base.template.core.Config.pageMargin | |
pageSize | gws.UomSizeStr | page sizegws.base.template.core.Config.pageSize | |
provider | gws.plugin.qgis.provider.Config | qgis providergws.plugin.qgis.template.Config.provider | |
subject | str | template purposegws.base.template.core.Config.subject | |
title | str | template titlegws.base.template.core.Config.title | |
type | 'qgis' | object typegws.plugin.qgis.template.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.select_tool.action.Config
struct
gws.plugin.select_tool.action.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
storage | gws.base.storage.core.Config | storage configurationgws.plugin.select_tool.action.Config.storage | |
tolerance | gws.UomValueStr | click tolerancegws.plugin.select_tool.action.Config.tolerance | |
type | 'select' | object typegws.plugin.select_tool.action.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.storage_provider.sqlite.Config
struct
Configuration for sqlite storage.gws.plugin.storage_provider.sqlite.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
path | str | storage pathgws.plugin.storage_provider.sqlite.Config.path | |
type | 'sqlite' | object typegws.plugin.storage_provider.sqlite.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.template.html.Config
struct
gws.plugin.template.html.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
mapSize | gws.UomSizeStr | map sizegws.base.template.core.Config.mapSize | |
mimeTypes | [str ] | mime types this template can generategws.base.template.core.Config.mimeTypes | |
pageMargin | gws.UomExtentStr | page margingws.base.template.core.Config.pageMargin | |
pageSize | gws.UomSizeStr | page sizegws.base.template.core.Config.pageSize | |
path | gws.FilePath | path to a template filegws.plugin.template.html.Config.path | |
subject | str | template purposegws.base.template.core.Config.subject | |
text | str | template contentgws.plugin.template.html.Config.text | |
title | str | template titlegws.base.template.core.Config.title | |
type | 'html' | object typegws.plugin.template.html.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.template.map.Config
struct
gws.plugin.template.map.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
mapSize | gws.UomSizeStr | map sizegws.base.template.core.Config.mapSize | |
mimeTypes | [str ] | mime types this template can generategws.base.template.core.Config.mimeTypes | |
pageMargin | gws.UomExtentStr | page margingws.base.template.core.Config.pageMargin | |
pageSize | gws.UomSizeStr | page sizegws.base.template.core.Config.pageSize | |
subject | str | template purposegws.base.template.core.Config.subject | |
title | str | template titlegws.base.template.core.Config.title | |
type | 'map' | object typegws.plugin.template.map.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.template.py.Config
struct
Python templategws.plugin.template.py.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
mapSize | gws.UomSizeStr | map sizegws.base.template.core.Config.mapSize | |
mimeTypes | [str ] | mime types this template can generategws.base.template.core.Config.mimeTypes | |
pageMargin | gws.UomExtentStr | page margingws.base.template.core.Config.pageMargin | |
pageSize | gws.UomSizeStr | page sizegws.base.template.core.Config.pageSize | |
path | gws.FilePath | path to a template filegws.plugin.template.py.Config.path | |
subject | str | template purposegws.base.template.core.Config.subject | |
title | str | template titlegws.base.template.core.Config.title | |
type | 'py' | object typegws.plugin.template.py.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.template.text.Config
struct
Text-only template.neu: 8.1
gws.plugin.template.text.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
mapSize | gws.UomSizeStr | map sizegws.base.template.core.Config.mapSize | |
mimeTypes | [str ] | mime types this template can generategws.base.template.core.Config.mimeTypes | |
pageMargin | gws.UomExtentStr | page margingws.base.template.core.Config.pageMargin | |
pageSize | gws.UomSizeStr | page sizegws.base.template.core.Config.pageSize | |
path | gws.FilePath | Path to a template file.gws.plugin.template.text.Config.path | |
subject | str | template purposegws.base.template.core.Config.subject | |
text | str | Template content.gws.plugin.template.text.Config.text | |
title | str | template titlegws.base.template.core.Config.title | |
type | 'text' | object typegws.plugin.template.text.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.tile_layer.layer.Config
struct
Tile layergws.plugin.tile_layer.layer.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
provider | gws.plugin.tile_layer.provider.Config | tile service providergws.plugin.tile_layer.layer.Config.provider | |
access | gws.AclStr | Permission to read or use the object.veraltet: 8.0 gws.ConfigWithAccess.access | |
cache | gws.base.layer.core.CacheConfig | Cache configuration.gws.base.layer.core.Config.cache | |
clientOptions | gws.base.layer.core.ClientOptions | {} | Options for the layer display in the client.gws.base.layer.core.Config.clientOptions |
cssSelector | str | Css selector for feature layers.gws.base.layer.core.Config.cssSelector | |
display | gws.LayerDisplayMode | 'tile' | layer display modegws.plugin.tile_layer.layer.Config.display |
extent | gws.Extent | Layer extent.gws.base.layer.core.Config.extent | |
extentBuffer | int | Extent buffer.gws.base.layer.core.Config.extentBuffer | |
finders | [gws.ext.config.finder ] | Search providers.gws.base.layer.core.Config.finders | |
grid | gws.base.layer.core.GridConfig | Client grid.gws.base.layer.core.Config.grid | |
imageFormat | gws.ImageFormat | 'png8' | Image format.gws.base.layer.core.Config.imageFormat |
legend | gws.ext.config.legend | Legend configuration.gws.base.layer.core.Config.legend | |
loadingStrategy | gws.FeatureLoadingStrategy | 'all' | Feature loading strategy.gws.base.layer.core.Config.loadingStrategy |
metadata | gws.Metadata | Layer metadata.gws.base.layer.core.Config.metadata | |
models | [gws.ext.config.model ] | Data models.gws.base.layer.core.Config.models | |
opacity | float | 1 | Layer opacity.gws.base.layer.core.Config.opacity |
ows | gws.base.layer.ows.Config | Configuration for OWS services.gws.base.layer.core.Config.ows | |
permissions | gws.PermissionsConfig | Access permissions.gws.ConfigWithAccess.permissions | |
templates | [gws.ext.config.template ] | Layer templates.gws.base.layer.core.Config.templates | |
title | str | Layer title.gws.base.layer.core.Config.title | |
type | 'tile' | object typegws.plugin.tile_layer.layer.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
withCache | bool | False | Layer is cached.gws.base.layer.core.Config.withCache |
withLegend | bool | True | Layer has a legend.gws.base.layer.core.Config.withLegend |
withOws | bool | True | Layer is enabled for OWS services.gws.base.layer.core.Config.withOws |
withSearch | bool | True | Layer is searchable.gws.base.layer.core.Config.withSearch |
zoom | gws.gis.zoom.Config | Layer resolutions and scales.gws.base.layer.core.Config.zoom |
gws.plugin.tile_layer.provider.Config
struct
gws.plugin.tile_layer.provider.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
url | gws.Url | rest url with placeholders {x}, {y} and {z}gws.plugin.tile_layer.provider.Config.url | |
grid | gws.base.layer.core.GridConfig | source gridgws.plugin.tile_layer.provider.Config.grid | |
maxRequests | int | 0 | max concurrent requests to this sourcegws.plugin.tile_layer.provider.Config.maxRequests |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.xml_helper.Config
struct
XML helper.neu: 8.1
gws.plugin.xml_helper.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
namespaces | [gws.plugin.xml_helper.NamespaceConfig ] | gws.plugin.xml_helper.Config.namespaces | |
type | 'xml' | object typegws.plugin.xml_helper.Config.type | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.plugin.xml_helper.NamespaceConfig
struct
XML Namespace configuration.neu: 8.1
gws.plugin.xml_helper.NamespaceConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
schemaLocation | gws.Url | Namespace schema location.gws.plugin.xml_helper.NamespaceConfig.schemaLocation | |
uri | gws.Url | Namespace uri.gws.plugin.xml_helper.NamespaceConfig.uri | |
xmlns | str | Default prefix for this Namespace.gws.plugin.xml_helper.NamespaceConfig.xmlns | |
extendsGml | bool | True | Namespace schema extends the GML3 schema.gws.plugin.xml_helper.NamespaceConfig.extendsGml |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
version | str | Namespace version.gws.plugin.xml_helper.NamespaceConfig.version |
gws.Point
type
Point coordinates [x, y]
.gws.Point
gws.Regex
type
Regular expression, as used in Python.gws.Regex
gws.server.core.Config
struct
Server module configurationgws.server.core.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
autoRun | str | Shell command to run before server start.gws.server.core.Config.autoRun | |
log | gws.server.core.LogConfig | {} | Logging configuration.gws.server.core.Config.log |
mapproxy | gws.server.core.MapproxyConfig | {} | Bundled Mapproxy module.gws.server.core.Config.mapproxy |
monitor | gws.server.core.MonitorConfig | {} | Monitor configuration.gws.server.core.Config.monitor |
qgis | gws.server.core.QgisConfig | {} | Qgis server configuration.gws.server.core.Config.qgis |
spool | gws.server.core.SpoolConfig | {} | Spool server module.gws.server.core.Config.spool |
templates | [gws.ext.config.template ] | Configuration templates.gws.server.core.Config.templates | |
timeZone | str | 'UTC' | Timezone for this server.gws.server.core.Config.timeZone |
timeout | gws.Duration | '60' | Server timeout.veraltet: 8.1 gws.server.core.Config.timeout |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
web | gws.server.core.WebConfig | {} | Web server module.gws.server.core.Config.web |
gws.server.core.LogConfig
struct
Logging configurationgws.server.core.LogConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
level | 'ERROR' | 'INFO' | 'DEBUG' | Logging level.gws.server.core.LogConfig.level | |
path | str | Log path.gws.server.core.LogConfig.path | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.server.core.MapproxyConfig
struct
Mapproxy server modulegws.server.core.MapproxyConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
enabled | bool | True | The module is enabled.gws.server.core.MapproxyConfig.enabled |
forceStart | bool | False | Start even if no configuration is defined.gws.server.core.MapproxyConfig.forceStart |
host | str | 'localhost' | Host to run the module on.gws.server.core.MapproxyConfig.host |
port | int | 5000 | Port number.gws.server.core.MapproxyConfig.port |
threads | int | 0 | Number of threads for this module.veraltet: 8.0 gws.server.core.MapproxyConfig.threads |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
workers | int | 4 | Number of processes for this module.gws.server.core.MapproxyConfig.workers |
gws.server.core.MonitorConfig
struct
gws.server.core.MonitorConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
enabled | bool | True | The module is enabled.gws.server.core.MonitorConfig.enabled |
frequency | gws.Duration | '30' | Filesystem changes check frequency.gws.server.core.MonitorConfig.frequency |
ignore | [gws.Regex ] | Ignore paths that match these regexes.gws.server.core.MonitorConfig.ignore | |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.server.core.QgisConfig
struct
External QGIS server configuration.gws.server.core.QgisConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
debug | int | 0 | QGIS_DEBUG (env. variable)veraltet: 8.0 gws.server.core.QgisConfig.debug |
host | str | 'qgis' | Host where the qgis server runs.gws.server.core.QgisConfig.host |
legend | dict | default legend settingsveraltet: 8.0 gws.server.core.QgisConfig.legend | |
maxCacheLayers | int | 4000 | MAX_CACHE_LAYERS (env. variable)veraltet: 8.0 gws.server.core.QgisConfig.maxCacheLayers |
port | int | 80 | Port number.gws.server.core.QgisConfig.port |
searchPathsForSVG | [gws.DirPath ] | searchPathsForSVG (ini setting)veraltet: 8.0 gws.server.core.QgisConfig.searchPathsForSVG | |
serverCacheSize | int | 10000000 | QGIS_SERVER_CACHE_SIZE (env. variable)veraltet: 8.0 gws.server.core.QgisConfig.serverCacheSize |
serverLogLevel | int | 2 | QGIS_SERVER_LOG_LEVEL (env. variable)veraltet: 8.0 gws.server.core.QgisConfig.serverLogLevel |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig |
gws.server.core.SpoolConfig
struct
Spool server modulegws.server.core.SpoolConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
enabled | bool | True | The module is enabled.gws.server.core.SpoolConfig.enabled |
jobFrequency | gws.Duration | '3' | Background jobs checking frequency.gws.server.core.SpoolConfig.jobFrequency |
threads | int | 0 | Number of threads for this module.veraltet: 8.0 gws.server.core.SpoolConfig.threads |
timeout | gws.Duration | '300' | Job timeout.neu: 8.1 gws.server.core.SpoolConfig.timeout |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
workers | int | 4 | Number of processes for this module.gws.server.core.SpoolConfig.workers |
gws.server.core.WebConfig
struct
Web server modulegws.server.core.WebConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
enabled | bool | True | The module is enabled.gws.server.core.WebConfig.enabled |
maxRequestLength | int | 10 | Max request length in megabytes.gws.server.core.WebConfig.maxRequestLength |
threads | int | 0 | Number of threads for this module.veraltet: 8.0 gws.server.core.WebConfig.threads |
timeout | gws.Duration | '60' | Web server timeout.neu: 8.1 gws.server.core.WebConfig.timeout |
uid | str | Einzigartige ID, optional, außer wenn zur Referenz nötig | |
workers | int | 4 | Number of processes for this module.gws.server.core.WebConfig.workers |
gws.SortOptions
struct
Sort options.gws.SortOptions
Eigenschaft | Typ | Default | |
---|---|---|---|
fieldName | str | gws.SortOptions.fieldName | |
reverse | bool | False | gws.SortOptions.reverse |
gws.TemplateQualityLevel
struct
Template quality level.gws.TemplateQualityLevel
Eigenschaft | Typ | Default | |
---|---|---|---|
dpi | int | gws.TemplateQualityLevel.dpi | |
name | str | gws.TemplateQualityLevel.name |
gws.TextSearchOptions
struct
Text search options.gws.TextSearchOptions
Eigenschaft | Typ | Default | |
---|---|---|---|
type | gws.TextSearchType | Type of the search.gws.TextSearchOptions.type | |
caseSensitive | bool | False | Use the case sensitive search.gws.TextSearchOptions.caseSensitive |
minLength | int | 0 | Minimal pattern length.gws.TextSearchOptions.minLength |
gws.TextSearchType
enumeration
Text search type.gws.TextSearchType
'exact' | Match the whole string.gws.TextSearchType.exact |
'begin' | Match the beginning of the string.gws.TextSearchType.begin |
'end' | Match the end of the string.gws.TextSearchType.end |
'any' | Match any substring.gws.TextSearchType.any |
'like' | Use the percent sign as a placeholder.gws.TextSearchType.like |
gws.UomExtentStr
type
Extent with a unit like ["1mm", "2mm", "3mm", "4mm"]
.gws.UomExtentStr
gws.UomSizeStr
type
A Size with a unit like ["1mm", "2mm"]
.gws.UomSizeStr
gws.UomValueStr
type
A value with a unit like 5mm
.gws.UomValueStr
gws.Url
type
URL.gws.Url