Home | Trees | Indices | Help |
---|
|
object --+ | FMEUniversalWriter
init(writerName, cacheFeatures, directives)
Create a FME writer to write data to a format or system. Only the writer's type mneumonic, as found in the FME Reference Manual Part II, need be passed in. Any parameters needed for the writer will be passed to it via its `open' call.
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
None
|
|
||
None
|
|
||
None
|
|
||
None
|
|
||
list
|
|
||
None
|
|
||
None
|
|
||
None
|
|
||
None
|
|
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Terminate the writer mid-stream.
|
Provide either a generic FME theme definition or a format specific definition for a theme.
|
Close the writer.
|
Commit the current Transaction. For formats or systems which do not have the notion of a Transaction, nothing is done.
|
Get a list of the definition features for the writer. This enables applications to determine exactly what the definition features look like in the destination system.
|
Open the writer.
|
Rollback the current Transaction. For formats or systems which do not have the notion of a Transaction, nothing is done.
|
Start a new transaction. For formats or systems which do not have the notion of a Transaction, nothing is done.
|
Write the next feature to the data source.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 26 19:10:17 2015 | http://epydoc.sourceforge.net |