Home | Trees | Indices | Help |
---|
|
object --+ | FMEFactoryPipeline
init(MultipleInvocations)
Creates a new factory pipeline object.
init(name)
Constructs a factory pipeline object.
Parameters
name (string)
- The name of the factory pipeline.
Returns: FMEFactoryPipeline
init(name, directives)
Constructs a factory pipeline object.
Parameters
name (string)
- The name of the factory pipeline.
directives (list of strings)
- Additional directives to
specify. Directives are of the form of a directive name as an entry
in the list, with the next entry having the value for the directive.
An empty list of strings can be used to specify that no directives
are present.
Returns: FMEFactoryPipeline
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
None
|
|
||
None
|
|
||
None
|
|
||
None
|
|
||
string
|
|
||
FMEFeature or None
|
|
||
None
|
|
||
None
|
|
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
This method is used to add a set of factories to the end of the factory pipeline. If unsuccessful, this method throws an exception.
|
This method is used to add a new factory to the end of the factory
pipeline. If factoryDef is a For example, the PolygonFactory show below is be specified using 20 tokens:
If factoryDef is a string, it specifies the factory to be added as an
ASCII character string. The 'delimiter' parameter specifies the string to
be used as delimiter when parsing the 'factoryDef' string for
tokens.@type factoryDef:
|
This method is used to indicate that no more features will be entering the pipeline. Any factories in the pipeline that are still holding features will release them when this method is called. This method can only be called once on per pipeline.
|
This method is used to specify configuration lines for functions such as @Lookup, @Relate, and @Sql, which require configuration information to operate.
|
If allDone() returns an error, the whole message produced can be retrieved with this method.
|
This method is used to fetch a feature ready for output from the pipeline. If no feature is ready for output, an exception is thrown. This method should not be used if the setCallback() method has been called on the pipeline.
|
This method is used to insert a feature into the pipeline for processing. On output the feature is returned void of all attributes and geometry.
|
This method is used to specify the name of a function that will be called by the pipeline when a feature is ready for output. If a callback function is specified, features must not be retrieved using the getOutputFeature() method.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 26 19:10:16 2015 | http://epydoc.sourceforge.net |