The SEDRIS Data Representation Model
APPENDIX A - Classes Ellipse |
---|
An instance E of this DRM class specifies a closed plane curve such that for each point P on the curve, the sum of P's distances from two fixed points (called the foci of E) is a constant. The <Location> component of E specifies the centre of the instance E.
The line passing through the foci of E is termed the major axis of E. The direction of the major axis of E is specified by the <Reference Vector> component of E with vector_type = SE_REFVEC_MAJOR_AXIS.
The line passing through the centre of E and perpendicular to the major axis of E is termed the minor axis of E. The direction of the minor axis of E is specified by the <Reference Vector> component of E with vector_type = SE_REFVEC_MINOR_AXIS.
The physical extent of certain underwater acoustic phenomena are best described by <Ellipse> instances in some cases, and by <Volume Object> instances in others.
Because a circle is a special case of an ellipse for which the major and minor axes have the same length.
SE_Long_Float | major_axis_length; | 5 |
---|---|---|
SE_Long_Float | minor_axis_length; | 6 |
EXAMPLE A <Polygon> instance can be decomposed into multiple <Polygon> instances representing subfaces.
The major_axis_length field is specified in metres.
The minor_axis_length field is specified in metres.
|