Package gov.nasa.arc.pds.xml.generated
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>
 - 
Field SummaryFields inherited from class gov.nasa.arc.pds.xml.generated.VectorCartesian3referenceFrameId, unit, x, y, z
- 
Constructor SummaryConstructors Constructor Description VectorCartesian3Pointing()
- 
Method SummaryMethods inherited from class gov.nasa.arc.pds.xml.generated.VectorCartesian3getReferenceFrameId, getUnit, getX, getY, getZ, setReferenceFrameId, setUnit, setX, setY, setZ
- 
Constructor Details- 
VectorCartesian3Pointingpublic VectorCartesian3Pointing()
 
-