Home | Trees | Indices | Help |
---|
|
object --+ | FMEGeometry --+ | FMEArea --+ | FMESimpleArea --+ | FMEEllipse
init(MultipleInvocations)
FME Ellipse class.
Create an instance of an Ellipse geometry object.
init(boundary)
This routine creates a new Ellipse geometry object from the passed in arc boundry. If this arc is not closed, the closure will be assumed as a complete continuation of the arc where the end point is 360 degrees from the the start point.
Parameters
boundary (FMEArc)
- The boundary as an arc.
Returns: FMEEllipse
init(centerPoint, primaryRadius, secondaryRadius, rotation, orientation)
This routine creates a new Ellipse geometry object using the passed in values.
Parameters
centerPoint (FMEPoint)
- The center point.
primaryRadius(float)
- The primary radius.
secondaryRadius(float)
- The secondary radius.
rotation(float)
- The rotation.
orientation(int)
- The orientation rule.
Must be either FME_RIGHT_HAND_RULE or FME_LEFT_HAND_RULE.
Returns: FMEEllipse
init(ellipse)
Create a copy of the passed in Ellipse geometry object.
Parameters
ellipse FMEEllipse
- The Ellipse geometry object to
create a copy of.
Returns: FMEEllipse
|
|||
|
|||
FMELine or
None
|
|
||
FMEArc or
None
|
|
||
double
|
|
||
double
|
|
||
double
|
|
||
None
|
|
||
None
|
|
||
None
|
|
||
None
|
|
||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
This gets the ellipse as a line.
|
This gets the arc that defines the boundary of the ellipse.
|
This gets the primary radius of the ellipse. All angles are CCW up from the horizontal and are measured in degrees.
|
This gets the rotation of the ellipse. All angles are CCW up from the horizontal and are measured in degrees.
|
This gets the secondary radius of the ellipse. All angles are CCW up from the horizontal and are measured in degrees.
|
This sets the curve that defines the boundary of the ellipse. If this arc is not closed, the closure will be assumed as a complete continuation of the arc where the end point is 360 degrees from the the start point. If an error occurs, an exception is thrown.
|
This sets the primary radius of the ellipse to primRadius. All angles are CCW up from the horizontal and are measured in degrees.
|
This sets the rotation of the ellipse to rotation. All angles are CCW up from the horizontal and are measured in degrees.
|
This sets the secondary radius of the ellipse to secRadius. All angles are CCW up from the horizontal and are measured in degrees.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 26 19:10:16 2015 | http://epydoc.sourceforge.net |