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 component <Reference Vector> of E with vector_type = 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 component <Reference Vector> of E with vector_type = MINOR_AXIS.
The physical extent of certain underwater acoustic phenomena are best described by oval surface geometries 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; | (notes) |
---|---|---|
SE_Long_Float | minor_axis_length; | (notes) |
This corresponds to the centre of the given <Ellipse> instance.
A <Primitive Geometry> instance contains a <Union Of Primitive Geometry> instance as a component only when that <Primitive Geometry> instance can be decomposed into nested <Primitive Geometry> instances, as (for example) a <Polygon> instance can be decomposed into subfaces.
This is the location of the centre of the given <Ellipse> instance.
For a given instance E of <Ellipse>, one <Reference Vector> component shall have vector_type = MAJOR_AXIS, the other shall have vector_type = MINOR_AXIS, and the two shall be mutually perpendicular.
The major_axis_length field is specified in metres.
The minor_axis_length field is specified in metres.
|