Class SpaceFrameType

All Implemented Interfaces:
org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public class SpaceFrameType extends CoordFrameType implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
A spatial coordinate frame consists of a coordinate frame, a reference position, a flavor, and, optionally, an offset center

Java class for spaceFrameType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="spaceFrameType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFrameType">
       <sequence>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}SpaceRefFrame"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}ReferencePosition"/>
         <element name="OffsetCenter" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordValueType" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CoordFlavor"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>