base class for importing original geometry data file More...
Inheritance diagram for Import:Public Member Functions | |
| def | __init__ (self, file, format=DataFormat.auto, filter=None, control=None, collectHdrContents=False, maxBulkPoints=1000, defaultLayout=None) |
| creates new import object More... | |
| def | getControlObject (self) |
| def | getFileFormat (self) |
| def | getFilename (self) |
| def | getFilter (self) |
| def | getHeader (self) |
| def | getInvalidGeometries (self) |
| def | getPolygonMerging (self) |
| def | next (self) |
| python 2.x increment iterator support for importing file in a for loop More... | |
| def | prepareForReading (self) |
| def | read (self) |
| read an object from file More... | |
| def | readHeaderSeparately (self) |
| def | setControlObject (self, arg1) |
| def | setFilter (self, arg1) |
| def | setPolygonMerging (self, arg1) |
Static Public Member Functions | |
| def | create (file, format=DataFormat.auto, filter=None, control=None, collectHdrContents=False, maxBulkPoints=1000, defaultLayout=None) |
| creates new import object More... | |
base class for importing original geometry data file
| def __init__ | ( | self, | |
| file, | |||
format = DataFormat.auto, |
|||
filter = None, |
|||
control = None, |
|||
collectHdrContents = False, |
|||
maxBulkPoints = 1000, |
|||
defaultLayout = None |
|||
| ) |
creates new import object
interface for importing geometry objects for different file formats. if not specified the function automatically detects the file format based on the file content.
| [in] | file | filename |
| [in] | format | defines file format or use null for auto detection |
| [in] | filter | filter for subselecting/transforming objects during import |
| [in] | control | control object for retrieving import progress information |
| [in] | collectHdrContents | flag for explicitly collecting header information while importing |
| [in] | maxBulkPoints | chunk size for bulk points being imported at once |
| [in] | defaultLayout | default attribute layout for objects while importing (attribute stored within the file, will be extended to this layout) |
|
static |
creates new import object
interface for importing geometry objects for different file formats. if not specified the function automatically detects the file format based on the file content.
| [in] | file | filename |
| [in] | format | defines file format or use null for auto detection |
| [in] | filter | filter for subselecting/transforming objects during import |
| [in] | control | control object for retrieving import progress information |
| [in] | collectHdrContents | flag for explicitly collecting header information while importing |
| [in] | maxBulkPoints | chunk size for bulk points being imported at once |
| [in] | defaultLayout | default attribute layout for objects while importing (attribute stored within the file, will be extended to this layout) |
| def getControlObject | ( | self | ) |
| self | (type: Import) self pointer |
| def getFileFormat | ( | self | ) |
| self | (type: Import) self pointer |
| def getFilename | ( | self | ) |
| self | (type: Import) self pointer |
| def getHeader | ( | self | ) |
| self | (type: Import) self pointer |
| def getInvalidGeometries | ( | self | ) |
| self | (type: Import) self pointer |
| def getPolygonMerging | ( | self | ) |
| self | (type: Import) self pointer |
| def next | ( | self | ) |
python 2.x increment iterator support for importing file in a for loop
| self | (type: Import) self pointer |
Referenced by tileManager.__next__().
| def prepareForReading | ( | self | ) |
| self | (type: Import) self pointer |
| def read | ( | self | ) |
| def readHeaderSeparately | ( | self | ) |
| self | (type: Import) self pointer |
| def setControlObject | ( | self, | |
| arg1 | |||
| ) |
| self | (type: Import) self pointer |
| arg1 | (type: ControlObject) mandatory parameter |
| def setFilter | ( | self, | |
| arg1 | |||
| ) |
| def setPolygonMerging | ( | self, | |
| arg1 | |||
| ) |
| self | (type: Import) self pointer |
| arg1 | (type: object) mandatory parameter |