mapscript.classObj¶
- class mapscript.classObj(layer: layerObj | None = None)¶
Overview
The classObj has the following relationships:
Examples
Class creation:
lyr = mapscript.layerObj() lyr.name = 'foo' c = mapscript.classObj(lyr) assert c.thisown == 1 assert c.layer.name == lyr.name assert c.numstyles == 0
Attributes
debug
int TODO Add documentation
group
char TODO Add documentation
isfallback
int TODO Add documentation
keyimage
char TODO Add documentation
layer
layerObj
immutable TODO Add documentationleader
labelLeaderObj
immutable TODO Add documentationmaxscaledenom
double TODO Add documentation
metadata
hashTableObj
immutable TODO Add documentationminfeaturesize
int TODO Add documentation
minscaledenom
double TODO Add documentation
name
char TODO Add documentation
numlabels
int immutable TODO Add documentation
numstyles
int immutable TODO Add documentation
refcount
int immutable TODO Add documentation
sizeunits
int TODO Add documentation
status
int TODO Add documentation
template
char TODO Add documentation
thisown
The membership flag
title
char TODO Add documentation
validation
hashTableObj
immutable TODO Add documentationMethods