mapscript.symbolObj

class mapscript.symbolObj(symbolname: char, imagefile: char const = None)

Overview

The symbolObj has the following relationships:

../../../_images/symbolObj_symbolSetObj.png

Attributes

anchorpoint_x

double TODO Add documentation

anchorpoint_y

double TODO Add documentation

character

char TODO Add documentation

filled

int TODO Add documentation

font

char TODO Add documentation

imagepath

char immutable TODO Add documentation

inmapfile

int TODO Add documentation

maxx

double TODO Add documentation

maxy

double TODO Add documentation

minx

double TODO Add documentation

miny

double TODO Add documentation

name

char TODO Add documentation

numpoints

int immutable TODO Add documentation

refcount

int immutable TODO Add documentation

sizex

double TODO Add documentation

sizey

double TODO Add documentation

thisown

The membership flag

transparent

int TODO Add documentation

transparentcolor

int TODO Add documentation

type

int TODO Add documentation

Methods

__init__(symbolname: char, imagefile: char const = None)[source]
getImage(input_format: outputFormatObj) imageObj[source]
getPoints() lineObj[source]
setImage(image: imageObj) int[source]
setImagepath(imagefile: char const) int[source]
setPoints(line: lineObj) int[source]