class documentation
class Object(gws.base.action.Object): (source)
Undocumented
Method | api |
Get a part of the map inside a bounding box |
Method | api |
Get a list of features in a bounding box |
Method | api |
Get a legend for a layer |
Method | api |
Get an XYZ tile |
Method | describe |
Undocumented |
Method | http |
Undocumented |
Method | http |
Undocumented |
Method | http |
Undocumented |
Method | http |
Undocumented |
Method | _get |
Undocumented |
Method | _get |
Undocumented |
Method | _get |
Undocumented |
Method | _get |
Undocumented |
Method | _image |
Undocumented |
Class Variable | _error |
Undocumented |
Inherited from Object
:
Method | props |
Undocumented |
Inherited from Node
(via Object
):
Method | cfg |
Undocumented |
Method | closest |
Undocumented |
Method | create |
Undocumented |
Method | create |
Undocumented |
Method | create |
Undocumented |
Method | find |
Undocumented |
Method | find |
Undocumented |
Method | initialize |
Undocumented |
Instance Variable | config |
Undocumented |
Instance Variable | permissions |
Undocumented |
Method | _configure |
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 |
Undocumented |
Method | pre |
Undocumented |
Class Variable | children |
Undocumented |
Class Variable | ext |
Undocumented |
Class Variable | ext |
Undocumented |
Class Variable | parent |
Undocumented |
Class Variable | root |
Undocumented |
Class Variable | uid |
Undocumented |
@gws.ext.command.api( 'mapGetBox')
def api_get_box(self, req:
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:
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:
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:
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:
def describe_layer(self, req:
gws.IWebRequester
, p: DescribeLayerRequest
) -> DescribeLayerResponse
:
(source)
¶
Undocumented
@gws.ext.command.get( 'mapGetBox')
def http_get_box(self, req:
def http_get_box(self, req:
gws.IWebRequester
, p: GetBoxRequest
) -> gws.ContentResponse
:
(source)
¶
Undocumented
@gws.ext.command.get( 'mapGetFeatures')
def http_get_features(self, req:
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:
def http_get_legend(self, req:
gws.IWebRequester
, p: GetLegendRequest
) -> gws.ContentResponse
:
(source)
¶
Undocumented
@gws.ext.command.get( 'mapGetXYZ')
def http_get_xyz(self, req:
def http_get_xyz(self, req:
gws.IWebRequester
, p: GetXyzRequest
) -> gws.ContentResponse
:
(source)
¶
Undocumented
def _get_features(self, req:
gws.IWebRequester
, p: GetFeaturesRequest
) -> list[ gws.FeatureProps]
:
(source)
¶
Undocumented