class documentation

Undocumented

Method api_get_box Get a part of the map inside a bounding box
Method api_get_features Get a list of features in a bounding box
Method api_get_legend Get a legend for a layer
Method api_get_xyz Get an XYZ tile
Method describe_layer Undocumented
Method http_get_box Undocumented
Method http_get_features Undocumented
Method http_get_legend Undocumented
Method http_get_xyz Undocumented
Method _get_box Undocumented
Method _get_features Undocumented
Method _get_legend Undocumented
Method _get_xyz Undocumented
Method _image_response Undocumented
Class Variable _error_pixel Undocumented

Inherited from Object:

Method props 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 INode (via Object, Node, Object, IAction):

Method activate Undocumented
Method configure Undocumented
Method post_configure 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
@gws.ext.command.api('mapGetBox')
def api_get_box(self, req: gws.IWebRequester, p: GetBoxRequest) -> ImageResponse: (source)

Get a part of the map inside a bounding box

@gws.ext.command.api('mapGetFeatures')
def api_get_features(self, req: gws.IWebRequester, p: GetFeaturesRequest) -> GetFeaturesResponse: (source)

Get a list of features in a bounding box

@gws.ext.command.api('mapGetLegend')
def api_get_legend(self, req: gws.IWebRequester, p: GetLegendRequest) -> ImageResponse: (source)

Get a legend for a layer

@gws.ext.command.api('mapGetXYZ')
def api_get_xyz(self, req: gws.IWebRequester, p: GetXyzRequest) -> ImageResponse: (source)

Get an XYZ tile

@gws.ext.command.api('mapDescribeLayer')
def describe_layer(self, req: gws.IWebRequester, p: DescribeLayerRequest) -> DescribeLayerResponse: (source)

Undocumented

Undocumented

@gws.ext.command.get('mapGetFeatures')
def http_get_features(self, req: gws.IWebRequester, p: GetFeaturesRequest) -> gws.ContentResponse: (source)

Undocumented

@gws.ext.command.get('mapGetLegend')
def http_get_legend(self, req: gws.IWebRequester, p: GetLegendRequest) -> gws.ContentResponse: (source)

Undocumented

Undocumented

def _get_box(self, req: gws.IWebRequester, p: GetBoxRequest): (source)

Undocumented

def _get_features(self, req: gws.IWebRequester, p: GetFeaturesRequest) -> list[gws.FeatureProps]: (source)

Undocumented

def _get_legend(self, req: gws.IWebRequester, p: GetLegendRequest): (source)

Undocumented

def _get_xyz(self, req: gws.IWebRequester, p: GetXyzRequest): (source)

Undocumented

def _image_response(self, lro: gws.LayerRenderOutput) -> ImageResponse: (source)

Undocumented

_error_pixel = (source)

Undocumented