Class VectorCartesian3Pointing

java.lang.Object
gov.nasa.arc.pds.xml.generated.VectorCartesian3
gov.nasa.arc.pds.xml.generated.VectorCartesian3Pointing

public class VectorCartesian3Pointing
extends VectorCartesian3
The Vector_Cartesian_3_Pointing class is a 3 element normalized Cartesian vector for pointing.

Java class for Vector_Cartesian_3_Pointing complex type.

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

 <complexType name="Vector_Cartesian_3_Pointing">
   <complexContent>
     <restriction base="{http://pds.nasa.gov/pds4/pds/v1}Vector_Cartesian_3">
       <sequence>
         <element name="reference_frame_id" type="{http://pds.nasa.gov/pds4/pds/v1}reference_frame_id"/>
         <element name="x" type="{http://pds.nasa.gov/pds4/pds/v1}x"/>
         <element name="y" type="{http://pds.nasa.gov/pds4/pds/v1}y"/>
         <element name="z" type="{http://pds.nasa.gov/pds4/pds/v1}z"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • VectorCartesian3Pointing

      public VectorCartesian3Pointing()