mapscript.shapefileObj

class mapscript.shapefileObj(filename: char, type: int = -1)

Attributes

bounds

rectObj immutable TODO Add documentation

numshapes

int immutable TODO Add documentation

thisown

The membership flag

type

int immutable TODO Add documentation

Methods

__init__(filename: char, type: int = -1)[source]
add(shape: shapeObj) int[source]
addPoint(point: pointObj) int[source]
get(i: int, shape: shapeObj) int[source]
getDBF() DBFInfo[source]
getExtent(i: int, rect: rectObj) void[source]
getPoint(i: int, point: pointObj) int[source]
getShape(i: int) shapeObj[source]
getTransformed(map: mapObj, i: int, shape: shapeObj) int[source]