mapscript.queryMapObj¶
- class mapscript.queryMapObj¶
The QUERYMAP object. Instances of querymapObj are always are always embedded inside the
mapObj
.Attributes
color
height
int See SIZE
map
status
int See STATUS
style
int
HILITE
,SELECTED
orNORMAL
- see STYLEthisown
The membership flag
width
int See SIZE
Methods
- __init__()[broncode]¶
- convertToString() char [broncode]¶
Saves the object to a string. Provides the inverse option for
queryMapObj.updateFromString()
.
- updateFromString(snippet: char) int [broncode]¶
Update a querymap from a string snippet. Returns
MS_SUCCESS
orMS_FAILURE