factory interface for creating polyline objects More...
Inheritance diagram for PolylineFactory:Public Member Functions | |
| def | __init__ (self) |
| def | addPart (self) |
| def | clear (self) |
| def | closePart (self) |
| def | getPolyline (self, clear=True) |
Static Public Member Functions | |
| def | addPoint (self, *args, **kwargs) |
| possible calls: More... | |
| def | addPolyline (self, *args, **kwargs) |
| possible calls: More... | |
factory interface for creating polyline objects
Polyline may consists of multiple independent lines. Although line part may be closed, the objects does not represent the enclosed area. The object remains a linear object. For describing areas use polygons.
| def __init__ | ( | self | ) |
| self | (type: object) self pointer |
| def addPart | ( | self | ) |
| self | (type: PolylineFactory) self pointer |
|
static |
possible calls:
| self | (type: object) self pointer |
| *args | (type: list) mandatory parameter |
| **kwargs | (type: dict) mandatory parameter |
|
static |
possible calls:
| self | (type: object) self pointer |
| *args | (type: list) mandatory parameter |
| **kwargs | (type: dict) mandatory parameter |
| def clear | ( | self | ) |
| self | (type: PolylineFactory) self pointer |
| def closePart | ( | self | ) |
| self | (type: PolylineFactory) self pointer |
| def getPolyline | ( | self, | |
clear = True |
|||
| ) |
| self | (type: PolylineFactory) self pointer |
| clear | (type: object) optional parameter |