class documentation

Undocumented

Method configure Undocumented
Method handle_describerecord Undocumented
Method handle_getcapabilities Undocumented
Method handle_getrecordbyid Undocumented
Method handle_getrecords Undocumented
Method handle_record Undocumented
Method handle_request Undocumented
Method post_configure Undocumented
Class Variable supportedVersions Undocumented
Instance Variable index Undocumented
Instance Variable profile Undocumented
Instance Variable records Undocumented
Property default_metadata Undocumented
Property default_templates Undocumented
Method _collect_metadata Undocumented
Method _create_index Undocumented
Method _find_records Undocumented
Method _make_link Undocumented

Inherited from Object:

Method configure_bounds Undocumented
Method configure_metadata Undocumented
Method configure_operations Undocumented
Method configure_templates Undocumented
Method dispatch_request Undocumented
Method init_request Undocumented
Method post_configure_root_layer Undocumented
Method requested_bounds Undocumented
Method requested_crs Undocumented
Method requested_project Undocumented
Method requested_version Undocumented
Method template_response Undocumented
Class Variable isRasterService Undocumented
Class Variable isVectorService Undocumented
Instance Variable metadata Undocumented
Instance Variable project Undocumented
Instance Variable rootLayer Undocumented
Instance Variable searchMaxLimit Undocumented
Instance Variable searchTolerance Undocumented
Instance Variable supportedBounds Undocumented
Instance Variable supportedOperations Undocumented
Instance Variable updateSequence Undocumented
Instance Variable withInspireMeta Undocumented
Instance Variable withStrictParams Undocumented

Inherited from Node (via Object):

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

Inherited from Object (via Object, Node):

Method __repr__ Undocumented

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

Class Variable name Undocumented
Class Variable protocol Undocumented
Class Variable templates Undocumented
Class Variable version Undocumented

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

Method activate Undocumented
Method pre_configure Undocumented
Class Variable children Undocumented
Class Variable extName Undocumented
Class Variable extType Undocumented
Class Variable parent Undocumented
Class Variable root Undocumented
Class Variable uid Undocumented

Inherited from IObject (via Object, Node, Object, IOwsService, INode):

Method props Undocumented
def configure(self): (source)
def handle_describerecord(self, rd: core.Request): (source)

Undocumented

def handle_getcapabilities(self, rd: core.Request): (source)

Undocumented

def handle_getrecordbyid(self, rd: core.Request): (source)

Undocumented

def handle_getrecords(self, rd: core.Request): (source)

Undocumented

def handle_record(self, rd: core.Request): (source)

Undocumented

def post_configure(self): (source)
supportedVersions: list[str] = (source)
index: list = (source)

Undocumented

Undocumented

records: dict[str, gws.Metadata] = (source)

Undocumented

@property
default_metadata = (source)

Undocumented

@property
default_templates = (source)

Undocumented

def _collect_metadata(self): (source)

Undocumented

def _create_index(self): (source)

Undocumented

def _find_records(self, rd: core.Request): (source)

Undocumented

def _make_link(self, cid): (source)

Undocumented