Home | Trees | Indices | Help |
---|
|
object --+ | FMEGeometry --+ | FMEMultiPoint
init(MultipleInvocations)
Create an instance of a Multi-Point geometry object.
init()
Default FMEMultiPoint constructor.
Returns: FMEMultiPoint
init(multiPoint)
Create a copy of the passed in Multi-Point geometry object.
Parameters
multiPoint FMEMultiPoint
- The Multi-Point geometry
object to create a copy of.
Returns: FMEMultiPoint
|
|||
|
|||
|
|||
|
|||
|
|||
None
|
|
||
None
|
|
||
FMEPoint or
None
|
|
||
int
|
|
||
None
|
|
||
FMEPoint or
None
|
|
||
None
|
|
||
None
|
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
This appends the point to the multi point. If
|
This appends the multi point passed in to the multi point. If None is passed in, nothing will be appended.
|
This method returns the point at the given index.
|
This returns the number of points that make up this multi point.
|
Offsets the geometry by the coords specified by offsetPoint.
|
This removes and returns the last point of the multi point. If there
are no points in the multi point, it will return
|
The angle is CCW up from the horizontal and is measured in degrees.
|
Applies a scale factor to the multi point. The zscale is ignored if geometry is 2D.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 26 19:10:16 2015 | http://epydoc.sourceforge.net |