net.opengis.gml
Class DirectionVectorType

java.lang.Object
  extended by net.opengis.gml.DirectionVectorType

public class DirectionVectorType
extends Object

Direction expressed as a vector, either using components, or using angles.

Classe Java pour DirectionVectorType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="DirectionVectorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{http://www.opengis.net/gml}vector"/>
         <sequence>
           <element name="horizontalAngle" type="{http://www.opengis.net/gml}AngleType"/>
           <element name="verticalAngle" type="{http://www.opengis.net/gml}AngleType"/>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AngleType horizontalAngle
           
protected  VectorType vector
           
protected  AngleType verticalAngle
           
 
Constructor Summary
DirectionVectorType()
           
 
Method Summary
 AngleType getHorizontalAngle()
          Obtient la valeur de la propriété horizontalAngle.
 VectorType getVector()
          Obtient la valeur de la propriété vector.
 AngleType getVerticalAngle()
          Obtient la valeur de la propriété verticalAngle.
 boolean isSetHorizontalAngle()
           
 boolean isSetVector()
           
 boolean isSetVerticalAngle()
           
 void setHorizontalAngle(AngleType value)
          Définit la valeur de la propriété horizontalAngle.
 void setVector(VectorType value)
          Définit la valeur de la propriété vector.
 void setVerticalAngle(AngleType value)
          Définit la valeur de la propriété verticalAngle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vector

protected VectorType vector

horizontalAngle

protected AngleType horizontalAngle

verticalAngle

protected AngleType verticalAngle
Constructor Detail

DirectionVectorType

public DirectionVectorType()
Method Detail

getVector

public VectorType getVector()
Obtient la valeur de la propriété vector.

Returns:
possible object is VectorType

setVector

public void setVector(VectorType value)
Définit la valeur de la propriété vector.

Parameters:
value - allowed object is VectorType

isSetVector

public boolean isSetVector()

getHorizontalAngle

public AngleType getHorizontalAngle()
Obtient la valeur de la propriété horizontalAngle.

Returns:
possible object is AngleType

setHorizontalAngle

public void setHorizontalAngle(AngleType value)
Définit la valeur de la propriété horizontalAngle.

Parameters:
value - allowed object is AngleType

isSetHorizontalAngle

public boolean isSetHorizontalAngle()

getVerticalAngle

public AngleType getVerticalAngle()
Obtient la valeur de la propriété verticalAngle.

Returns:
possible object is AngleType

setVerticalAngle

public void setVerticalAngle(AngleType value)
Définit la valeur de la propriété verticalAngle.

Parameters:
value - allowed object is AngleType

isSetVerticalAngle

public boolean isSetVerticalAngle()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.