geonode.geoserver.acl.gsauth_client.models.layer_details

GeoServer ACL

GeoServer Access Control List API # noqa: E501

The version of the OpenAPI document: 1.0.0 Generated by: https://openapi-generator.tech

Classes

LayerDetails

NOTE: This class is auto generated by OpenAPI Generator.

Module Contents

class geonode.geoserver.acl.gsauth_client.models.layer_details.LayerDetails(type=None, default_style=None, cql_filter_read=None, cql_filter_write=None, allowed_area=None, spatial_filter_type=None, catalog_mode=None, allowed_styles=None, layer_attributes=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

openapi_types[source]
attribute_map[source]
local_vars_configuration[source]
_type = None[source]
_default_style = None[source]
_cql_filter_read = None[source]
_cql_filter_write = None[source]
_allowed_area = None[source]
_spatial_filter_type = None[source]
_catalog_mode = None[source]
_allowed_styles = None[source]
_layer_attributes = None[source]
discriminator = None[source]
property type[source]
property E501
Returns:

The type of this LayerDetails. # noqa: E501

Return type:

str

Type:

Gets the type of this LayerDetails. # noqa

property default_style[source]
property E501
Returns:

The default_style of this LayerDetails. # noqa: E501

Return type:

str

Type:

Gets the default_style of this LayerDetails. # noqa

property cql_filter_read[source]
property E501
Returns:

The cql_filter_read of this LayerDetails. # noqa: E501

Return type:

str

Type:

Gets the cql_filter_read of this LayerDetails. # noqa

property cql_filter_write[source]
property E501
Returns:

The cql_filter_write of this LayerDetails. # noqa: E501

Return type:

str

Type:

Gets the cql_filter_write of this LayerDetails. # noqa

property spatial_filter_type[source]
property E501
Returns:

The spatial_filter_type of this LayerDetails. # noqa: E501

Return type:

SpatialFilterType

Type:

Gets the spatial_filter_type of this LayerDetails. # noqa

property catalog_mode[source]
property E501
Returns:

The catalog_mode of this LayerDetails. # noqa: E501

Return type:

CatalogMode

Type:

Gets the catalog_mode of this LayerDetails. # noqa

property allowed_styles[source]
property E501
Returns:

The allowed_styles of this LayerDetails. # noqa: E501

Return type:

list[str]

Type:

Gets the allowed_styles of this LayerDetails. # noqa

property layer_attributes[source]
property E501
Returns:

The layer_attributes of this LayerDetails. # noqa: E501

Return type:

list[LayerAttribute]

Type:

Gets the layer_attributes of this LayerDetails. # noqa

property allowed_area[source]
property E501
Returns:

The allowed_area of this LayerDetails. # noqa: E501

Return type:

Geom

Type:

Gets the allowed_area of this LayerDetails. # noqa

to_dict(serialize=False)[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

__repr__()[source]

For print and pprint

__eq__(other)[source]

Returns true if both objects are equal

__ne__(other)[source]

Returns true if both objects are not equal