Home | Trees | Indices | Help |
---|
|
object --+ | FMEPartIterator
init()
FMEPartIterator should not be constructed directly. Instead, use the iterator semantics of FMEFeature to get an FMEPartIterator which can be used to iterate over its parts.
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
int
|
|
||
list of tuple s of float s
|
|
||
tuple of float s
|
|
||
the next value, or raise StopIteration |
|
||
int
|
|
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Get the part's dimension. Returns either FME_TWO_D or FME_THREE_D
|
Get all the part's coordinates in a list. Each coordinate is a tuple. All returned tuples have the same dimension as the part.
|
Get the coordinate at the specified index. The dimension of the tuple equals the dimension of the part.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 26 19:10:16 2015 | http://epydoc.sourceforge.net |