base class for exporting original geometry data file More...
Inheritance diagram for Export:Public Member Functions | |
| def | __init__ (self, file, format=DataFormat.auto, filter=None, control=None, collectHdrContents=False, invalidHeight=1.7976931348623157e+308) |
| creates new export object More... | |
| def | close (self) |
| def | getControlObject (self) |
| def | getFileFormat (self) |
| def | getFilename (self) |
| def | getFilter (self) |
| def | getHeader (self) |
| def | removeFile (self) |
| def | setBoundingBox (self, arg1) |
| def | setCRS (self, arg1) |
| def | setControlObject (self, arg1) |
| def | setFilter (self, arg1) |
| def | write (self, arg1) |
Static Public Member Functions | |
| def | create (file, format=DataFormat.auto, filter=None, control=None, collectHdrContents=False, invalidHeight=1.7976931348623157e+308) |
| creates new export object More... | |
base class for exporting original geometry data file
| def __init__ | ( | self, | |
| file, | |||
format = DataFormat.auto, |
|||
filter = None, |
|||
control = None, |
|||
collectHdrContents = False, |
|||
invalidHeight = 1.7976931348623157e+308 |
|||
| ) |
creates new export object
interface for exporting geometry objects for different file formats. if not specified the function estimates the file format based on the file extension.
| [in] | file | filename |
| [in] | format | defines file format or use null for auto detection based on file extension |
| [in] | filter | filter for subselecting/transforming objects during export |
| [in] | control | control object for retrieving export progress information |
| [in] | collectHdrContents | flag for explicitly collecting header information while exporting |
| [in] | invalidHeight | height value that defines an invalid height (ie. no data value) |
Reimplemented in ExportShape.
| def close | ( | self | ) |
| self | (type: Export) self pointer |
|
static |
creates new export object
interface for exporting geometry objects for different file formats. if not specified the function estimates the file format based on the file extension.
| [in] | file | filename |
| [in] | format | defines file format or use null for auto detection based on file extension |
| [in] | filter | filter for subselecting/transforming objects during export |
| [in] | control | control object for retrieving export progress information |
| [in] | collectHdrContents | flag for explicitly collecting header information while exporting |
| [in] | invalidHeight | height value that defines an invalid height (ie. no data value) |
Reimplemented in ExportShape.
| def getControlObject | ( | self | ) |
| self | (type: Export) self pointer |
| def getFileFormat | ( | self | ) |
| self | (type: Export) self pointer |
| def getFilename | ( | self | ) |
| self | (type: Export) self pointer |
| def getHeader | ( | self | ) |
| self | (type: Export) self pointer |
| def removeFile | ( | self | ) |
| self | (type: Export) self pointer |
| def setBoundingBox | ( | self, | |
| arg1 | |||
| ) |
| def setControlObject | ( | self, | |
| arg1 | |||
| ) |
| self | (type: Export) self pointer |
| arg1 | (type: ControlObject) mandatory parameter |
| def setCRS | ( | self, | |
| arg1 | |||
| ) |
| self | (type: Export) self pointer |
| arg1 | (type: str) mandatory parameter |
| def setFilter | ( | self, | |
| arg1 | |||
| ) |
| def write | ( | self, | |
| arg1 | |||
| ) |
| self | (type: Export) self pointer |
| arg1 | (type: object) mandatory parameter |