Interface to an polyline and polygon index object managing all non point objects within the datamanager. More...
Inheritance diagram for PolylineIndex:Public Member Functions | |
| def | getGeometry (self, arg1) |
| get geometry object by its id More... | |
| def | getIndexStatistics (self) |
| def | getLimit (self) |
| def | sizeGeometry (self) |
| def | sizePolygon (self) |
| def | sizePolygonPoint (self) |
| def | sizePolyline (self) |
| def | sizePolylinePoint (self) |
Static Public Member Functions | |
| def | geometries (self, *args, **kwargs) |
| possible calls: More... | |
| def | searchGeometry (self, *args, **kwargs) |
| possible calls: More... | |
Interface to an polyline and polygon index object managing all non point objects within the datamanager.
|
static |
possible calls:
| self | (type: object) self pointer |
| *args | (type: list) mandatory parameter |
| **kwargs | (type: dict) mandatory parameter |
| def getGeometry | ( | self, | |
| arg1 | |||
| ) |
get geometry object by its id
| self | (type: PolylineIndex) self pointer |
| arg1 | (type: object) mandatory parameter |
| def getIndexStatistics | ( | self | ) |
| self | (type: PolylineIndex) self pointer |
| def getLimit | ( | self | ) |
| self | (type: PolylineIndex) self pointer |
|
static |
possible calls:
| self | (type: object) self pointer |
| *args | (type: list) mandatory parameter |
| **kwargs | (type: dict) mandatory parameter |
| def sizeGeometry | ( | self | ) |
| self | (type: PolylineIndex) self pointer |
| def sizePolygon | ( | self | ) |
| self | (type: PolylineIndex) self pointer |
| def sizePolygonPoint | ( | self | ) |
| self | (type: PolylineIndex) self pointer |
| def sizePolyline | ( | self | ) |
| self | (type: PolylineIndex) self pointer |
| def sizePolylinePoint | ( | self | ) |
| self | (type: PolylineIndex) self pointer |